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
67c5af7762
swc
/
crates
/
swc_ecma_parser
/
tests
/
tsc
/
templateStringWithEmbeddedObjectLiteral.ts
1 line
38 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test(es/transforms): Respect directives in tsc tests (#5648)
2022-08-29 13:49:01 +03:00
var
x
=
`
abc
${
{
x
:
10
,
y
:
20
}
}def
`
;
Reference in New Issue
Copy Permalink