mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
51558c6c36
swc: - add serialization tests ast_node: - handle `*` tag properly swc_ecma_ast: - update serialization of ExprOrSpread
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
class Foo{}
|
|
class Bar extends Foo {
|
|
foo() {
|
|
return super.foo();
|
|
}
|
|
} |