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-30 00:52:29 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
e9c704182b
swc
/
crates
/
swc_ecma_parser
/
tests
/
tsc
/
parserMemberAccessorDeclaration16.ts
4 lines
49 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test(es): Freeze as `es2015` to verify base transforms (#2468)
2021-10-19 08:31:12 +03:00
// @target: es5
class
C
{
test(es/transforms): Respect directives in tsc tests (#5648)
2022-08-29 13:49:01 +03:00
set
Foo
(
a
=
1
)
{
}
}
Reference in New Issue
Copy Permalink