mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Runtime Compiler API (#3442)
Also restructures the compiler TypeScript files to make them easier to manage and eventually integrate deno_typescript fully.
This commit is contained in:
parent
cbdf9c5009
commit
d325566a7e
26 changed files with 2704 additions and 877 deletions
|
@ -62,6 +62,8 @@ declare global {
|
|||
interface Object {
|
||||
[consoleTypes.customInspect]?(): string;
|
||||
}
|
||||
|
||||
const console: consoleTypes.Console;
|
||||
}
|
||||
|
||||
// A self reference to the global object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue