mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 13:43:31 -05:00
7 lines
451 B
Text
7 lines
451 B
Text
Check file:///[WILDLINE]main.ts
|
|
TS2339 [ERROR]: Property 'listenDatagram' does not exist on type 'typeof Deno'. 'Deno.listenDatagram' is an unstable API. If not, try changing the 'lib' compiler option to include 'deno.unstable' or add a triple-slash directive to the top of your entrypoint (main file): /// <reference lib="deno.unstable" />
|
|
Deno.listenDatagram({
|
|
~~~~~~~~~~~~~~
|
|
at file:///[WILDLINE]/main.ts:5:6
|
|
|
|
error: Type checking failed.
|