mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
feat(cli/doc): Support doc for runtime built-ins (#4635)
This commit is contained in:
parent
475a47cfb7
commit
71ac552249
4 changed files with 79 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue