1. 06 11月, 2018 4 次提交
    • R
      v0.1.11 · e1d5f82d
      Ryan Dahl 提交于
      - Performance and stability improvements on all platforms.
      - Add repl (#998)
      - Add deno.Buffer (#1121)
      - Support cargo check (#1128)
      - Upgrade Rust crates and Flatbuffers. (#1145, #1127)
      - Add helper to turn deno.Reader into async iterator (#1130)
      - Add ability to load JSON as modules (#1065)
      - Add deno.resources() (#1119)
      - Add application/x-typescript mime type support (#1111)
      e1d5f82d
    • K
      Omit sources from source maps in bundle. · 5c51cffa
      Kitson Kelly 提交于
      5c51cffa
    • R
      Decode main.js.map during snapshotting. · b3400d82
      Ryan Dahl 提交于
      Pro:
      time ./out/debug/deno tests/error_001.ts  3.0s -> 0.4s
      
      Con:
      time ./tool/build.py snapshot              33s -> 1m52s
      out/debug/gen/snapshot_deno.bin            39M -> 121M
      b3400d82
    • A
      Add repl (#998) · 27ecfc16
      Andy Hayden 提交于
      - Running repl from js side.
      - Add tests for repl behavior.
      - Handle ctrl-C and ctrl-D.
      27ecfc16
  2. 05 11月, 2018 4 次提交
  3. 04 11月, 2018 2 次提交
  4. 03 11月, 2018 8 次提交
  5. 02 11月, 2018 2 次提交
  6. 01 11月, 2018 5 次提交
  7. 31 10月, 2018 9 次提交
  8. 29 10月, 2018 2 次提交
  9. 27 10月, 2018 4 次提交
    • R
      v0.1.10 · da959e8c
      Ryan Dahl 提交于
      - Add URLSearchParams (#1049)
      - Implement clone for FetchResponse (#1054)
      - Use content-type headers when importing from URLs. (#1020)
      - Use checkJs option, JavaScript will be type checked and users can
        supply JSDoc type annotations that will be enforced by Deno (#1068)
      - Add separate http/https cache dirs to DENO_DIR (#971)
      - Support https in fetch. (#1100)
      - Add chmod/chmodSync on unix (#1088)
      - Remove broken features: --deps and trace() (#1103)
      - Ergonomics: Prompt TTY for permission escalation (#1081)
      da959e8c
    • R
      Minor sorting not handled by format. · 882a3238
      Ryan Dahl 提交于
      882a3238
    • R
      Fix race condition in chmod test · 50d6593f
      Ryan Dahl 提交于
      50d6593f
    • R
      Ergonomics: Prompt TTY for permission escalation (#1081) · 6adc87e3
      Ryan Dahl 提交于
      6adc87e3