0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 05:33:33 -05:00
denoland-deno/tests/specs/check/check_workspace/check_discover.out

21 lines
457 B
Text
Raw Normal View History

Check file:///[WILDLINE]/main.ts
TS2304 [ERROR]: Cannot find name 'onmessage'.
onmessage;
~~~~~~~~~
at file:///[WILDLINE]/main.ts:8:1
TS2304 [ERROR]: Cannot find name 'onmessage'.
onmessage;
~~~~~~~~~
at file:///[WILDLINE]/member/mod.ts:5:1
Found 2 errors.
Check file:///[WILDLINE]/member/mod.ts
TS2304 [ERROR]: Cannot find name 'localStorage'.
localStorage;
~~~~~~~~~~~~
at file:///[WILDLINE]/member/mod.ts:2:1
error: Type checking failed.