swc/crates/swc_ecma_parser/tests/span/js/stmt/while.js.swc-stderr
2022-11-29 09:47:56 +00:00

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