Bartek Iwańczuk
|
0e37184ca8
|
add window.self read-only property (#4131)
|
2020-02-26 11:49:38 +01:00 |
|
Kevin (Kun) "Kassimo" Qian
|
bf48f5fa5a
|
Move WebAsssembly namespace to shared_globals (#4084)
|
2020-02-23 09:40:44 -05:00 |
|
Kitson Kelly
|
046bbb2691
|
Support loading additional TS lib files (#3863)
Fixes #3726
This PR provides support for referencing other lib files (like lib.dom.d.ts that are not
used by default in Deno.
|
2020-02-19 00:34:11 -05:00 |
|
Bartek Iwańczuk
|
161adfc51b
|
workers: proper TS libs, more spec-compliant APIs (#3812)
* split lib.deno_main.d.ts into:
- lib.deno.shared_globals.d.ts
- lib.deno.window.d.ts
- lib.deno.worker.d.ts
* remove no longer used libs:
- lib.deno_main.d.ts
- lib.deno_worker.d.ts
* change module loading to use proper TS library for compilation
* align to Worker API spec:
- Worker.terminate()
- self.close()
- self.name
|
2020-01-29 18:54:23 +01:00 |
|