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-19 11:42:13 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
3cf1caa4b1
swc
/
ecmascript
/
codegen
/
tests
/
references
/
370a2bd1387fd440.js
2 lines
23 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
,
b
}
of
c
)
;
Reference in New Issue
Copy Permalink