1. 30 1月, 2020 1 次提交
    • B
      workers: proper TS libs, more spec-compliant APIs (#3812) · 161adfc5
      Bartek Iwańczuk 提交于
      * 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
      161adfc5
  2. 28 1月, 2020 1 次提交
  3. 25 1月, 2020 1 次提交