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-01 01:13:56 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
447c1dad93
swc
/
crates
/
swc_ecma_parser
/
tests
/
tsc
/
templateStringWithCommentsInArrowFunction.ts
15 lines
146 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
// @removeComments: false
test(es): Update tsc test suite (#3448)
2022-02-04 11:08:38 +03:00
const
a
=
1
;
const
f1
=
(
)
=
>
`
${
// a
a
}
a
`
;
const
f2
=
(
)
=
>
`
${
// a
a
}
`
;
Reference in New Issue
Copy Permalink