From 24d6bf6aeb2b9ac929808e2b8ae4cd5e844a9f8b Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 8 Mar 2019 13:56:56 +1100 Subject: Remove 'deno' builtin module (#1895) --- js/libdeno.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'js/libdeno.ts') 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]. -- cgit v1.2.3