mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
warning: Module
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:1
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: ModuleItem
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:1
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Stmt
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:1
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Decl
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:1
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: FnDecl
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:1
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: Ident
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:18
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^
|
|
|
|
warning: Function
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:1
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: TsTypeAnn
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:27
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^^^
|
|
|
|
warning: TsType
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:29
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^
|
|
|
|
warning: TsKeywordType
|
|
--> $DIR/tests/span/ts/declare/function.ts:1:29
|
|
|
|
|
1 | declare function example(): undefined;
|
|
| ^^^^^^^^^
|
|
|