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-22 13:11:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4294b5e7ba
swc
/
ecmascript
/
codegen
/
tests
/
references
/
ed0783c35e43032b.js
7 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
codegen: Preserve quotes (#911)
2020-07-28 15:56:19 +03:00
a
[
"b"
]
=
"c"
;
a
[
"if"
]
=
"if"
;
a
[
"*"
]
=
"d"
;
Emit only ascii (#1191) swc_ecma_codegen: - Emit only ascii characters. (#1187, #1188)
2020-10-29 08:33:33 +03:00
a
[
"\u{eb3}"
]
=
"e"
;
codegen: Preserve quotes (#911)
2020-07-28 15:56:19 +03:00
a
[
""
]
=
"f"
;
a
[
"1_1"
]
=
"b"
;
Reference in New Issue
Copy Permalink