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-30 17:15:11 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
603b83291d
swc
/
ecmascript
/
codegen
/
tests
/
references
/
2dc0ded5a1bff643.js
7 lines
63 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Performance & Node binding (#84) swc_common: - update rustc-ap crates to v313 swc_ecma_ast: - use bool instead of Option<Span> swc_ecma_parser: - remove LexerInput - use uncons_while - assert only on debug mode - use Visit instead of Fold while verifying - replace debug! with trace! - disable logging while benchmarking - drop slog swc_ecma_transforms: - classes: fold Decl instead of Stmt swc: - add nodejs binding
2018-12-21 10:54:36 +03:00
a
=
[
1
,
]
;
Ecmascript codegen (#40) Comment is not fully supported yet
2018-10-25 07:17:05 +03:00
b
=
[
2
,
3
,
c
]
;
d
=
[
4
,
,
5
]
;
e
=
[
6
,
c
,
7
]
;
Reference in New Issue
Copy Permalink