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-22 13:11:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
cffe5ca58e
swc
/
crates
/
swc_ecma_parser
/
tests
/
span
/
js
/
decl
/
class.js
8 lines
119 B
JavaScript
Raw
Normal View
History
Unescape
Escape
More span tests (#935)
2020-08-05 06:34:44 +03:00
class
Foo
extends
A
{
foo
=
'1'
;
static
bar
=
2
;
refactor(es): Use `BlockStmt` instead `Vec<Stmt>` for static blocks. (#2188) swc_ecma_ast: - Use `BlockStmt` instead of `Vec<Stmt>` for static blocks. swc_ecma_parser: - Fix span of static blocks.
2021-08-31 10:12:18 +03:00
static
{
}
More span tests (#935)
2020-08-05 06:34:44 +03:00
method
(
)
{
}
async
asyncMethod
(
)
{
}
}
Reference in New Issue
Copy Permalink