1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/compilers
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_worker.rs refactor: isomorphic snapshot for CLI (#3728) 2020-01-27 21:12:25 -05:00
js.rs Use async at places, use &self instead of self: &Self (#3594) 2020-01-04 05:20:52 -05:00
json.rs Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) 2020-01-05 11:56:18 -05:00
mod.rs workers: proper TS libs, more spec-compliant APIs (#3812) 2020-01-29 18:54:23 +01:00
ts.rs workers: proper TS libs, more spec-compliant APIs (#3812) 2020-01-29 18:54:23 +01:00
wasm.rs refactor: isomorphic snapshot for CLI (#3728) 2020-01-27 21:12:25 -05:00
wasm_wrap.js Loader: support .wasm imports (#3328) 2019-11-14 08:31:39 -05:00