swc/crates/swc_ecma_parser/tests/span/js/stmt/while.js.spans
2021-11-10 19:00:54 +09:00

63 lines
867 B
Plaintext

warning: Module
--> $DIR/tests/span/js/stmt/while.js:1:1
|
1 | / while (foo) {
2 | |
3 | | }
| |_^
warning: ModuleItem
--> $DIR/tests/span/js/stmt/while.js:1:1
|
1 | / while (foo) {
2 | |
3 | | }
| |_^
warning: Stmt
--> $DIR/tests/span/js/stmt/while.js:1:1
|
1 | / while (foo) {
2 | |
3 | | }
| |_^
warning: WhileStmt
--> $DIR/tests/span/js/stmt/while.js:1:1
|
1 | / while (foo) {
2 | |
3 | | }
| |_^
warning: Expr
--> $DIR/tests/span/js/stmt/while.js:1:8
|
1 | while (foo) {
| ^^^
warning: Ident
--> $DIR/tests/span/js/stmt/while.js:1:8
|
1 | while (foo) {
| ^^^
warning: Stmt
--> $DIR/tests/span/js/stmt/while.js:1:13
|
1 | while (foo) {
| _____________^
2 | |
3 | | }
| |_^
warning: BlockStmt
--> $DIR/tests/span/js/stmt/while.js:1:13
|
1 | while (foo) {
| _____________^
2 | |
3 | | }
| |_^