feat(cli/doc): Support doc for runtime built-ins (#4635)

This commit is contained in:
Nayeem Rahman 2020-04-09 13:34:24 +01:00 committed by GitHub
parent 475a47cfb7
commit 71ac552249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 79 additions and 29 deletions

View file

@ -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;