summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index 7d2bc3ede..79ce4272a 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -24,6 +24,7 @@ interface Libdeno {
shared: ArrayBuffer;
+ // DEPRECATED
builtinModules: { [s: string]: object };
/** Evaluate provided code in the current context.