1. 07 9月, 2018 1 次提交
  2. 06 9月, 2018 11 次提交
    • B
      appveyor: small fixes · 63c2fc8d
      Bert Belder 提交于
      * Add forgotten --eol argument to 'git ls-files'. Without it, in certain
        edge cases, files might have their mtime restored when it shouldn't.
      * Don't parse ls-files output into fields; it's unnecessary.
      * Disable the pip cache dir, and stop saving it to the appveyor cache.
      * Leverage the 'git -C «dir»' flag to make a script shorter.
      * Fix some factually and/or grammatically incorrect comments.
      63c2fc8d
    • P
      Check allow-net in fetch · 1052f8d0
      Parsa Ghadimi 提交于
      1052f8d0
    • K
      Fix TypeScript exports in bundle · 1e709aa3
      Kitson Kelly 提交于
      1e709aa3
    • M
      Implementing --deps flag · fcdfacc2
      Mirko Jotic 提交于
      - Adding a ModuleId type alias to specify original url or local file of
      dependency
      - Modifying ModuleMetaData class to contain ModuleId
      - Adding a --deps flag
      fcdfacc2
    • R
      Move installer to its own repo. · 7784b0e1
      Ryan Dahl 提交于
      https://github.com/denoland/deno_install
      
      1. This allows the installer to use a more aggressive CI build matrix
         with different version of python.
      
      2. Running the installer during tools/test.py artificially inflates our
         download stats.
      
      3. Running the installer during tools/test.py makes the test script
         dependent on having an internet connection.
      
      4. Running the installer during tools/test.py introduces a race
         condition during release - where it tries and fails to download the
         latest release in build process that should be uploading that release.
      7784b0e1
    • R
      v0.1.3 · 59f3fca1
      Ryan Dahl 提交于
      * Fixes module resolution error #645
      * Better flag parsing
      * lStatSync -> lstatSync
      * Added deno.renameSync()
      * Added deno.mkdirSync()
      * Fix circular dependencies #653
      * Added deno.env() and --allow-env
      59f3fca1
    • B
      appveyor: cache modification times for files in the main repo · 49c0cb57
      Bert Belder 提交于
      This fixes that a lot of targets were being rebuilt unnecessarily.
      49c0cb57
    • R
      Add --reload to JS unit tests. · 43aead85
      Ryan Dahl 提交于
      Fixes #677
      43aead85
    • R
      Rename src/binding.rs -> src/libdeno.rs · e7741ab9
      Ryan Dahl 提交于
      e7741ab9
    • R
      Format · 32f0c37a
      Ryan Dahl 提交于
      32f0c37a
    • R
      Improve module resolution. · e4990804
      Ryan Dahl 提交于
      Windows can't handle ":" in path names, so we use a special directory
      format .deno/deps/localhost_PORT4545/ to represent hosts with
      non-default ports.
      
      Fixes #645.
      e4990804
  3. 05 9月, 2018 5 次提交
  4. 04 9月, 2018 2 次提交
  5. 03 9月, 2018 4 次提交
  6. 02 9月, 2018 5 次提交
  7. 01 9月, 2018 6 次提交
  8. 31 8月, 2018 5 次提交
  9. 30 8月, 2018 1 次提交
    • R
      Support https imports. · d8d5c421
      Ryan Dahl 提交于
      Adds hyper-rustls to the build.
      
      Use ring for sha1 instead of "ssh1" crate.
      
      Fixes #528.
      d8d5c421