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 03:31:45 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
08fa94fc73
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
e2470430b235b9bb.module.js
4 lines
57 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(es/codegen): Remove redundant `;` after export default decl (#5851)
2022-09-14 09:07:15 +03:00
export
default
function
a
(
)
{
}
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
let
b
;
spack: super-fast bundler (#825) Version is alpha as it's not complete
2020-06-13 17:09:45 +03:00
export
{
b
as
a
}
;
Reference in New Issue
Copy Permalink