Remove 'deno' builtin module (#1895)

This commit is contained in:
Kitson Kelly 2019-03-08 13:56:56 +11:00 committed by Ryan Dahl
parent cd1992aeaa
commit 24d6bf6aeb
12 changed files with 11 additions and 266 deletions

View file

@ -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].