diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-30 11:11:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 11:11:33 -0400 |
commit | c370f749b2260cc1d8970b1dcdc63ff00008e26d (patch) | |
tree | 1eff43e71ca0a5ccaeb48a3bf891bf2fdc0712ba /js/globals.ts | |
parent | 5401cb76304ae8d3e8896f6020ba4ef25bac0bba (diff) |
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)
Diffstat (limited to 'js/globals.ts')
-rw-r--r-- | js/globals.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/globals.ts b/js/globals.ts index 93495ff18..b47cd80f3 100644 --- a/js/globals.ts +++ b/js/globals.ts @@ -37,9 +37,6 @@ import { core } from "./core"; // file are tracked and created as part of default library that is built into // Deno, we only need to declare the enough to compile Deno. declare global { - const console: consoleTypes.Console; - const setTimeout: typeof timers.setTimeout; - interface CallSite { getThis(): unknown; getTypeName(): string; |