mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
167 lines
3.1 KiB
Plaintext
167 lines
3.1 KiB
Plaintext
|
|
x Module
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x Decl
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x ClassDecl
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | class Foo {
|
|
: ^^^
|
|
2 | static
|
|
`----
|
|
|
|
x Class
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | | }
|
|
6 | `-> }
|
|
`----
|
|
|
|
x ClassMember
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:1:1]
|
|
1 | class Foo {
|
|
2 | ,-> static
|
|
3 | | {
|
|
4 | | 1 + 1;
|
|
5 | `-> }
|
|
6 | }
|
|
`----
|
|
|
|
x BlockStmt
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:2:1]
|
|
2 | static
|
|
3 | ,-> {
|
|
4 | | 1 + 1;
|
|
5 | `-> }
|
|
6 | }
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^^^^^^
|
|
5 | }
|
|
`----
|
|
|
|
x ExprStmt
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^^^^^^
|
|
5 | }
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^^^^^
|
|
5 | }
|
|
`----
|
|
|
|
x BinExpr
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^^^^^
|
|
5 | }
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^
|
|
5 | }
|
|
`----
|
|
|
|
x Lit
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^
|
|
5 | }
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^
|
|
5 | }
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^
|
|
5 | }
|
|
`----
|
|
|
|
x Lit
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^
|
|
5 | }
|
|
`----
|
|
|
|
x Number
|
|
,-[$DIR/tests/span/js/decl/static-blocks-with-line-breaks.js:3:1]
|
|
3 | {
|
|
4 | 1 + 1;
|
|
: ^
|
|
5 | }
|
|
`----
|