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
3bca931560
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262-min
/
a6806d6fedbf6759.js
2 lines
10 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(es/codegen): Drop the last comma in an array literal (#5877) **Description:** Drop the last comma in an array literal. **Related issue:** - Closes https://github.com/swc-project/swc/issues/5692.
2022-09-16 09:48:28 +03:00
[
1
,
2
,
,
3
]
;
Reference in New Issue
Copy Permalink