mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
121 lines
2.1 KiB
Plaintext
121 lines
2.1 KiB
Plaintext
warning: Module
|
|
--> $DIR/tests/span/js/expr/array.js:1:1
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ModuleItem
|
|
--> $DIR/tests/span/js/expr/array.js:1:1
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Stmt
|
|
--> $DIR/tests/span/js/expr/array.js:1:1
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ExprStmt
|
|
--> $DIR/tests/span/js/expr/array.js:1:1
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/js/expr/array.js:1:1
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ParenExpr
|
|
--> $DIR/tests/span/js/expr/array.js:1:1
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/js/expr/array.js:1:2
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ArrayLit
|
|
--> $DIR/tests/span/js/expr/array.js:1:2
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ExprOrSpread
|
|
--> $DIR/tests/span/js/expr/array.js:1:3
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/js/expr/array.js:1:3
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: Ident
|
|
--> $DIR/tests/span/js/expr/array.js:1:3
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: ExprOrSpread
|
|
--> $DIR/tests/span/js/expr/array.js:1:6
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/js/expr/array.js:1:6
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: Ident
|
|
--> $DIR/tests/span/js/expr/array.js:1:6
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: ExprOrSpread
|
|
--> $DIR/tests/span/js/expr/array.js:1:9
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/js/expr/array.js:1:9
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: Ident
|
|
--> $DIR/tests/span/js/expr/array.js:1:9
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^
|
|
|
|
warning: ExprOrSpread
|
|
--> $DIR/tests/span/js/expr/array.js:1:12
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^^^^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/js/expr/array.js:1:15
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^
|
|
|
|
warning: Ident
|
|
--> $DIR/tests/span/js/expr/array.js:1:15
|
|
|
|
|
1 | ([a, b, c, ...foo])
|
|
| ^^^
|
|
|