molssonM
Denoβ€’14mo agoβ€’
1 reply
molsson

deno lint doesn't notice function call to unimported function

if I put "foo()" into test.js and run "deno lint test.js" I was expecting it to say "function foo() is not defined" or similar??
image.png
Was this page helpful?