mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
49f97d5f85
Closes #23079
10 lines
589 B
Text
10 lines
589 B
Text
Check file:///[WILDLINE]main.ts
|
|
error: TS2551 [ERROR]: Property 'dlopen' does not exist on type 'typeof Deno'. Did you mean 'open'? 'Deno.dlopen' is an unstable API. Did you mean 'open'? 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.dlopen("path/to/lib", {});
|
|
~~~~~~
|
|
at file:///[WILDLINE]/main.ts:5:6
|
|
|
|
'open' is declared here.
|
|
export function open(
|
|
~~~~
|
|
at asset:///lib.deno.ns.d.ts:[WILDLINE]
|