mirror of
https://github.com/swc-project/swc.git
synced 2024-12-12 13:33:23 +03:00
55 lines
857 B
Plaintext
55 lines
857 B
Plaintext
|
|
x Module
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | ,-> while (foo) {
|
|
2 | |
|
|
3 | `-> }
|
|
`----
|
|
|
|
x ModuleItem
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | ,-> while (foo) {
|
|
2 | |
|
|
3 | `-> }
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | ,-> while (foo) {
|
|
2 | |
|
|
3 | `-> }
|
|
`----
|
|
|
|
x WhileStmt
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | ,-> while (foo) {
|
|
2 | |
|
|
3 | `-> }
|
|
`----
|
|
|
|
x Expr
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | while (foo) {
|
|
: ^^^
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | while (foo) {
|
|
: ^^^
|
|
`----
|
|
|
|
x Stmt
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | ,-> while (foo) {
|
|
2 | |
|
|
3 | `-> }
|
|
`----
|
|
|
|
x BlockStmt
|
|
,-[$DIR/tests/span/js/stmt/while.js:1:1]
|
|
1 | ,-> while (foo) {
|
|
2 | |
|
|
3 | `-> }
|
|
`----
|