1. 13 11月, 2018 2 次提交
    • R
      v0.1.12 · 0c740ff8
      Ryan Dahl 提交于
      - Update to TypeScript 3.1.6 (#1177)
      - Fixes Headers type not available. (#1175)
      - Reader/Writer to use Uint8Array not ArrayBufferView (#1171)
      - Fixes importing modules starting with 'http'. (#1167)
      - build: Use target/ instead of out/ (#1153)
      - Support repl multiline input (#1165)
      0c740ff8
    • K
      Update to TypeScript 3.1.6 (#1177) · 6332eb78
      Kitson Kelly 提交于
      6332eb78
  2. 11 11月, 2018 1 次提交
    • S
      Use https for the demo · 65c3abcd
      Steven Liekens 提交于
      Without HTTPS it might be possible for a MITM to inject arbitrary code into the "thumb.ts" response which Deno would then execute.
      65c3abcd
  3. 10 11月, 2018 2 次提交
  4. 09 11月, 2018 4 次提交
  5. 07 11月, 2018 2 次提交
  6. 06 11月, 2018 7 次提交
    • A
      Fix many of the clippy::pedantic warnings · 13e1eb2b
      Andy Hayden 提交于
      13e1eb2b
    • K
      Improve preparing stack traces · f477b45a
      Kitson Kelly 提交于
      f477b45a
    • A
      Remove flags::process · 7a17e2ae
      Andy Hayden 提交于
      It was doing two independent things:
      - print help and exit
      - set log level
      
      It's better to do those explicitly in main.rs
      7a17e2ae
    • 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
  7. 05 11月, 2018 4 次提交
  8. 04 11月, 2018 2 次提交
  9. 03 11月, 2018 8 次提交
  10. 02 11月, 2018 2 次提交
  11. 01 11月, 2018 5 次提交
  12. 31 10月, 2018 1 次提交