swc/crates/swc_ecma_parser/tests/span/js/stmt/do-while.js.span.swc-stderr

113 lines
1.8 KiB
Plaintext
Raw Normal View History

x Module
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | ,-> do {
2 | | foo()
3 | `-> } while (bar)
`----
x ModuleItem
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | ,-> do {
2 | | foo()
3 | `-> } while (bar)
`----
x Stmt
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | ,-> do {
2 | | foo()
3 | `-> } while (bar)
`----
x DoWhileStmt
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | ,-> do {
2 | | foo()
3 | `-> } while (bar)
`----
x Expr
,-[$DIR/tests/span/js/stmt/do-while.js:2:1]
2 | foo()
3 | } while (bar)
: ^^^
`----
x Ident
,-[$DIR/tests/span/js/stmt/do-while.js:2:1]
2 | foo()
3 | } while (bar)
: ^^^
`----
x Stmt
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | ,-> do {
2 | | foo()
3 | `-> } while (bar)
`----
x BlockStmt
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | ,-> do {
2 | | foo()
3 | `-> } while (bar)
`----
x Stmt
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^^^
3 | } while (bar)
`----
x ExprStmt
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^^^
3 | } while (bar)
`----
x Expr
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^^^
3 | } while (bar)
`----
x CallExpr
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^^^
3 | } while (bar)
`----
x Callee
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^
3 | } while (bar)
`----
x Expr
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^
3 | } while (bar)
`----
x Ident
,-[$DIR/tests/span/js/stmt/do-while.js:1:1]
1 | do {
2 | foo()
: ^^^
3 | } while (bar)
`----