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
2025-01-02 02:26:09 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
5dc40d347b
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
d7284aa68a87bb97.js
4 lines
21 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(es/codegen): Remove the trailing comma of binding patterns (#6078)
2022-10-07 10:45:20 +03:00
let
[
a
]
=
[
Faster sourcemap generation for large files (#697) We buffer operations related to source map and make it fast using an assumption that the byte positions always increment while emitting a file.
2020-03-02 14:49:08 +03:00
1
]
;
Reference in New Issue
Copy Permalink