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-23 05:32:09 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
2156364121
swc
/
tests
/
fixture
/
issue-1276
/
output
/
index.ts
3 lines
30 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(swc): Fix bugs (#1300) swc_ecma_codegen: - Handle unicode escape sequences when target is es5. (#1227, #1326) swc_ecma_transforms_compat: - Handle template literals correctly. (#1314) - Handle private class properties correctly. (#1306) swc: - Don't panic on `export * as foo from 'foo'`. (#1307)
2021-01-14 15:56:25 +03:00
var
a
=
"//"
;
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
console
.
log
(
a
)
;
Reference in New Issue
Copy Permalink