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