This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-23 13:51:19 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d50ab99ef0
swc
/
ecmascript
/
codegen
/
tests
/
references
/
45d1662a41c9a1e9.js
5 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improve comment api (#277) swc_ecma_parser: - parser now take comments by reference
2019-02-26 07:56:58 +03:00
for
(
;
;
)
continue
;
// should be empty statement
Issues (#404, #406, #407) (#408) 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)
2019-09-18 08:40:22 +03:00
// should be empty statement
Reference in New Issue
Copy Permalink