mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
Remove 'deno' builtin module (#1895)
This commit is contained in:
parent
cd1992aeaa
commit
24d6bf6aeb
12 changed files with 11 additions and 266 deletions
|
@ -24,9 +24,6 @@ interface Libdeno {
|
|||
|
||||
shared: ArrayBuffer;
|
||||
|
||||
// DEPRECATED
|
||||
builtinModules: { [s: string]: object };
|
||||
|
||||
/** Evaluate provided code in the current context.
|
||||
* It differs from eval(...) in that it does not create a new context.
|
||||
* Returns an array: [output, errInfo].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue