1. 24 11月, 2018 1 次提交
  2. 21 11月, 2018 1 次提交
  3. 17 11月, 2018 1 次提交
  4. 16 11月, 2018 10 次提交
  5. 15 11月, 2018 2 次提交
  6. 14 11月, 2018 3 次提交
  7. 13 11月, 2018 3 次提交
  8. 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
  9. 10 11月, 2018 2 次提交
  10. 09 11月, 2018 4 次提交
  11. 07 11月, 2018 2 次提交
  12. 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
  13. 05 11月, 2018 3 次提交