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 11:42:13 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
80ed69d67d
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
110fa1efdd0868b8.js
2 lines
18 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
"Hello\
\nworld"
;
Reference in New Issue
Copy Permalink