diff options
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r-- | js/libdeno.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts index 61e259b54..ee43413f3 100644 --- a/js/libdeno.ts +++ b/js/libdeno.ts @@ -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]. |