mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Add libdeno.builtinModules (#1463)
This is needed to support builtin modules like import { open } from "deno"
This commit is contained in:
parent
f37d67e809
commit
1b7938e3aa
4 changed files with 100 additions and 3 deletions
|
@ -18,6 +18,8 @@ interface Libdeno {
|
|||
|
||||
shared: ArrayBuffer;
|
||||
|
||||
builtinModules: { [s: string]: object };
|
||||
|
||||
setGlobalErrorHandler: (
|
||||
handler: (
|
||||
message: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue