From 71ac552249cbded3823998d42cb2fcfd22b522d9 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 9 Apr 2020 13:34:24 +0100 Subject: feat(cli/doc): Support doc for runtime built-ins (#4635) --- cli/js/globals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js') diff --git a/cli/js/globals.ts b/cli/js/globals.ts index 6eedb9289..0aed3a252 100644 --- a/cli/js/globals.ts +++ b/cli/js/globals.ts @@ -25,7 +25,7 @@ import * as streams from "./web/streams/mod.ts"; import { core } from "./core.ts"; // This global augmentation is just enough types to be able to build Deno, -// the runtime types are fully defined in `lib.deno_runtime.d.ts`. +// the runtime types are fully defined in `lib.deno.*.d.ts`. declare global { interface CallSite { getThis(): unknown; -- cgit v1.2.3