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-18 19:21:33 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ebd71d565d
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
3e48826018d23c85.js
2 lines
9 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(ecmascript): Fix bugs related to string literals (#1287) swc_ecma_ast: - Add `Str.kind`. swc_ecma_transforms: - Fix quotes in template literals. (#1280) swc_ecma_codegen: - Fix escape of single quotes. (#1259) - Fix codegen of wrong escapes. (#1276) swc: - Ensure that #1271 is about napi's deserialization.
2020-12-21 22:27:18 +03:00
(
'\5a'
)
;
Reference in New Issue
Copy Permalink