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-24 02:06:08 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
29bec98647
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
d24d5f53dc15bcc7.module.js
2 lines
14 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
export
var
a
;
Reference in New Issue
Copy Permalink