swc/crates/swc_ecma_parser/tests/span/js/stmt/while.js.spans

55 lines
857 B
Plaintext
Raw Normal View History

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 | `-> }
`----