mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Better handling of exceptions during snapshot creation.
This commit is contained in:
parent
ae82db54f6
commit
db8dc0e9f8
2 changed files with 64 additions and 24 deletions
2
js/lib.deno.d.ts
vendored
2
js/lib.deno.d.ts
vendored
|
@ -27,8 +27,10 @@ declare class Console {
|
|||
|
||||
interface Window {
|
||||
console: Console;
|
||||
mainSource: string; // TODO(ry) This shouldn't be global.
|
||||
}
|
||||
|
||||
// Globals in the runtime environment
|
||||
declare let console: Console;
|
||||
declare let mainSource: string; // TODO(ry) This shouldn't be global.
|
||||
declare const window: Window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue