mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
91 lines
1.6 KiB
Plaintext
91 lines
1.6 KiB
Plaintext
warning: Module
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ModuleItem
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Stmt
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ExprStmt
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: TsAsExpr
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^
|
|
|
|
warning: TsAsExpr
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^^^^^^^
|
|
|
|
warning: Expr
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^
|
|
|
|
warning: Lit
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^
|
|
|
|
warning: Str
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:1
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^
|
|
|
|
warning: TsType
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:10
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^
|
|
|
|
warning: TsKeywordType
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:10
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^
|
|
|
|
warning: TsType
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:17
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^
|
|
|
|
warning: TsKeywordType
|
|
--> $DIR/tests/span/ts/expr/as.ts:1:17
|
|
|
|
|
1 | 'WTF' as any as number
|
|
| ^^^^^^
|
|
|