mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
112 lines
1.9 KiB
Plaintext
112 lines
1.9 KiB
Plaintext
|
|
x Module
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | #foo() {
|
|
3 | |
|
|
4 | | }
|
|
5 | `-> }
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | #foo() {
|
|
3 | |
|
|
4 | | }
|
|
5 | `-> }
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | #foo() {
|
|
3 | |
|
|
4 | | }
|
|
5 | `-> }
|
|
`----
|
|
|
|
x Decl
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | #foo() {
|
|
3 | |
|
|
4 | | }
|
|
5 | `-> }
|
|
`----
|
|
|
|
x ClassDecl
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | #foo() {
|
|
3 | |
|
|
4 | | }
|
|
5 | `-> }
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
: ^^^
|
|
2 | #foo() {
|
|
`----
|
|
|
|
x Class
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | ,-> class Foo {
|
|
2 | | #foo() {
|
|
3 | |
|
|
4 | | }
|
|
5 | `-> }
|
|
`----
|
|
|
|
x ClassMember
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
2 | ,-> #foo() {
|
|
3 | |
|
|
4 | `-> }
|
|
5 | }
|
|
`----
|
|
|
|
x PrivateMethod
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
2 | ,-> #foo() {
|
|
3 | |
|
|
4 | `-> }
|
|
5 | }
|
|
`----
|
|
|
|
x PrivateName
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
2 | #foo() {
|
|
: ^^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
2 | #foo() {
|
|
: ^^^
|
|
`----
|
|
|
|
x Function
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
2 | ,-> #foo() {
|
|
3 | |
|
|
4 | `-> }
|
|
5 | }
|
|
`----
|
|
|
|
x BlockStmt
|
|
,-[$DIR/tests/span/js/decl/private-method.js:1:1]
|
|
1 | class Foo {
|
|
2 | ,-> #foo() {
|
|
3 | |
|
|
4 | `-> }
|
|
5 | }
|
|
`----
|