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-11-28 02:29:04 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
4e860c988d
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
c1dd2285cd8a959d.js
2 lines
18 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implement object rest / spread (#98) swc_ecma_parser: - improve parser's tests It now shows the code failed to parse - allow rest pattern in catch clause - fix parsing of named export (semicolon) swc_ecma_transforms: - implement array spread - add helper methods (objectWithoutProperties) - add some fast paths - make es2015::parameters handle catch clauses - don't show helpers when execution failed - export fixer
2018-12-26 11:09:48 +03:00
for
(
a
of
b
)
c
(
a
)
;
Reference in New Issue
Copy Permalink