0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/check/npm_install_diagnostics/main.out

12 lines
326 B
Text
Raw Normal View History

error: TS2581 [ERROR]: Cannot find name '$'. Did you mean to import jQuery? Try adding `import $ from "npm:jquery";`.
$;
^
at file:///[WILDCARD]/npm_install_diagnostics/main.ts:1:1
TS2580 [ERROR]: Cannot find name 'process'.
process;
~~~~~~~
at file:///[WILDCARD]/npm_install_diagnostics/main.ts:2:1
Found 2 errors.