mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +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
86 B
JavaScript
5 lines
86 B
JavaScript
for(var a in b)continue; // should be empty statement
|
|
|
|
// should be empty statement
|
|
|