2025-01-28 10:49:58 -05:00
|
|
|
TS2769 [ERROR]: No overload matches this call.
|
2023-01-24 15:05:54 +01:00
|
|
|
[WILDCARD]
|
|
|
|
const _data = fs.readFileSync("./node_builtin.js", 123);
|
|
|
|
~~~
|
2024-11-26 20:53:20 -08:00
|
|
|
at file:///[WILDCARD]/mod.ts:2:52
|
2023-01-24 15:05:54 +01:00
|
|
|
|
|
|
|
TS2322 [ERROR]: Type 'string[]' is not assignable to type 'number[]'.
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
const _testString: number[] = builtinModules;
|
|
|
|
~~~~~~~~~~~
|
2024-11-26 20:53:20 -08:00
|
|
|
at file:///[WILDCARD]/mod.ts:9:7
|
2023-01-24 15:05:54 +01:00
|
|
|
|
|
|
|
Found 2 errors.
|
2025-01-28 10:49:58 -05:00
|
|
|
|
|
|
|
error: Type checking failed.
|