mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
7 lines
218 B
Text
7 lines
218 B
Text
|
Check file:///[WILDLINE]/package-a/mod.ts
|
||
|
Check file:///[WILDLINE]/package-b/mod.ts
|
||
|
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
||
|
const test: string = add(1, 2);
|
||
|
~~~~
|
||
|
at [WILDLINE]
|