diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-04-09 13:34:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 14:34:24 +0200 |
commit | 71ac552249cbded3823998d42cb2fcfd22b522d9 (patch) | |
tree | 6abd4014e63e3aefe70b547e88828ad60d81118d /cli/js | |
parent | 475a47cfb7b83e05872ce084bc4b13d60697711b (diff) |
feat(cli/doc): Support doc for runtime built-ins (#4635)
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/globals.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |