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
b1c40a411f
swc
/
crates
/
swc_ecma_parser
/
tests
/
tsc
/
templateStringWithCommentsInArrowFunction.ts
15 lines
149 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test(es/tsc): Update tsc test suite (#6982) **Description:** This is required for https://github.com/swc-project/swc/pull/6981 and https://github.com/swc-project/swc/pull/6950
2023-02-23 10:55:58 +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