1. 15 11月, 2019 1 次提交
  2. 08 11月, 2019 1 次提交
  3. 05 11月, 2019 1 次提交
  4. 29 10月, 2019 1 次提交
  5. 20 10月, 2019 1 次提交
  6. 08 10月, 2019 1 次提交
  7. 03 10月, 2019 1 次提交
  8. 25 9月, 2019 1 次提交
  9. 16 9月, 2019 1 次提交
    • R
      Make deno_cli installable via crates.io (#2946) · c9ef1828
      Ryan Dahl 提交于
      - Fixes cargo publish on deno_typescript, deno_cli_snapshots, and
        deno_cli.
      - Combines cli_snapshots and js into one directory.
      - Extracts TS version at compile time rather than runtime
      - Bumps version awkwardly - it was necessary to test end-to-end
        publishing. Sorry.
      - Adds git submodule deno_typescript/typescript
      c9ef1828
  10. 14 9月, 2019 1 次提交
  11. 13 9月, 2019 1 次提交
  12. 05 9月, 2019 1 次提交
  13. 03 9月, 2019 1 次提交
    • R
      Refactor snapshot build (#2825) · d43b43ca
      Ryan Dahl 提交于
      Instead of using core/snapshot_creator.rs, instead two crates are
      introduced which allow building the snapshot during build.rs.
      
      Rollup is removed and replaced with our own bundler. This removes
      the Node build dependency. Modules in //js now use Deno-style imports
      with file extensions, rather than Node style extensionless imports.
      
      This improves incremental build time when changes are made to //js files
      by about 40 seconds.
      d43b43ca