1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/cli/ops
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
..
compiler.rs Improve support of type definitions (#3755) 2020-01-26 13:59:41 -05:00
dispatch_json.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
dispatch_minimal.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
errors.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
fetch.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
files.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
fs.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
io.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
mod.rs refactor: isomorphic snapshot for CLI (#3728) 2020-01-27 21:12:25 -05:00
net.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
os.rs refactor: isomorphic snapshot for CLI (#3728) 2020-01-27 21:12:25 -05:00
permissions.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
plugins.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
process.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
random.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
repl.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
resources.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
runtime.rs refactor: isomorphic snapshot for CLI (#3728) 2020-01-27 21:12:25 -05:00
runtime_compiler.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
signal.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
timers.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
tls.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
web_worker.rs s/PinnedBuf/ZeroCopyBuf (#3782) 2020-01-24 15:10:49 -05:00
worker_host.rs workers: proper TS libs, more spec-compliant APIs (#3812) 2020-01-29 18:54:23 +01:00