console.log(Deno.openPlugin)
Property 'openPlugin' does not exist on type 'typeof Deno'.
The Deno.openPlugin() is unstable.
You need the --unstable flag, as follows:
$ deno run --unstable --allow-plugin ./mod.ts
https://github.com/denoland/deno/blob/master/docs/runtime/stability.md
Most helpful comment
The
Deno.openPlugin()is unstable.You need the
--unstableflag, as follows:https://github.com/denoland/deno/blob/master/docs/runtime/stability.md