运行 Deno 程序的时候报这个错:
property ‘openplugin’ does not exist on type ‘typeof deno’.
Deno.openplugin 是一个不稳定的 API,因此需要显式的使用 --unstable 参数来运行:
Deno.openplugin
--unstable
deno run --unstable