bozdoz
What does deno lint do, if not type check?
now it's complaining:
error: TS2318 [ERROR]: Cannot find global type 'Array'.
TS2552 [ERROR]: Cannot find name 'Boolean'. Did you mean 'GLboolean'?
TS2318 [ERROR]: Cannot find global type 'CallableFunction'.
34 replies
What does deno lint do, if not type check?
I need it for testing, but deno lint complains with:
error[no-var]: var
keyword is not allowed.
--> /dev/typewritesomething/src/global.d.ts:5:1
|
5 | declare var process: NodeJS.Process
| ^^^^^^^
docs: https://lint.deno.land/rules/no-var
34 replies