Deno: Property 'openPlugin' does not exist on type 'typeof Deno' in 1.0.0

Created on 16 May 2020  路  1Comment  路  Source: denoland/deno

console.log(Deno.openPlugin)

Property 'openPlugin' does not exist on type 'typeof Deno'.

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

watilde picture watilde  路  3Comments

zugende picture zugende  路  3Comments

JosephAkayesi picture JosephAkayesi  路  3Comments

ry picture ry  路  3Comments

kyeotic picture kyeotic  路  3Comments