mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
7715c2626b
swc_ecma_transforms: - fix mis-referencing caused by destructuring (#404) - fix invalid code generated by comment on arrow functions (#406) - fix string concatation of template literal (#407) - hygiene: fix rewriting of object pattern - fix test module to prevent SIGILL - fix module import order (using IndexMap)
5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
switch(a){
|
|
case 1: /* perfect */
|
|
b(); /* perfect */
|
|
}
|