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-11-24 10:12:42 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4c5d5a6fca
swc
/
crates
/
swc_ecma_parser
/
tests
/
tsc
/
unicodeExtendedEscapesInTemplates13_ES6.ts
magic-akari
095cbf1b4f
test(es/transforms): Respect directives in tsc tests (
#5648
)
2022-08-29 10:49:01 +00:00
4 lines
38 B
TypeScript
Raw
Blame
History
// @target: es6
var
x
=
`
\
u{DDDDD}
`
;
Reference in New Issue
View Git Blame
Copy Permalink