mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 13:13:32 -05:00
20 lines
457 B
Text
20 lines
457 B
Text
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.
|