mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
55 lines
976 B
Plaintext
55 lines
976 B
Plaintext
|
warning: Module
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: ModuleItem
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: Stmt
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: ExprStmt
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: Expr
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: TsConstAssertion
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^^^^^^^^^^
|
||
|
|
||
|
warning: Expr
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^
|
||
|
|
||
|
warning: Lit
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^
|
||
|
|
||
|
warning: Str
|
||
|
--> $DIR/tests/span/ts/expr/const-assertion.ts:1:1
|
||
|
|
|
||
|
1 | 'FOO' as const
|
||
|
| ^^^^^
|
||
|
|