1. 23 9月, 2020 2 次提交
  2. 22 9月, 2020 2 次提交
  3. 21 9月, 2020 1 次提交
  4. 20 9月, 2020 1 次提交
  5. 19 9月, 2020 2 次提交
  6. 17 9月, 2020 2 次提交
  7. 15 9月, 2020 2 次提交
  8. 14 9月, 2020 2 次提交
  9. 13 9月, 2020 5 次提交
  10. 12 9月, 2020 4 次提交
  11. 09 9月, 2020 2 次提交
  12. 07 9月, 2020 1 次提交
    • K
      feat(info): Dependency count and sizes (#6786) · 1cd22675
      KrisChambers 提交于
      This commit changes "deno info" subcommand logic.
      
      - Modules are no longer loaded into V8 isolate - analysis
        is done using ModuleGraph.
      - Removed deno_core::Deps structure.
      - Modules are no longer type-checked and transpiled - 
        "compiled" file is shown only if it is already available.
      - Added number of unique dependencies for root module.
      - Changed tree output:
        - file size is shown next to the dependency
        - repeated dependencies are marked with "*"
        - used less spaces in prefix to save terminal width
      1cd22675
  13. 05 9月, 2020 1 次提交
  14. 04 9月, 2020 1 次提交
  15. 03 9月, 2020 1 次提交
  16. 31 8月, 2020 1 次提交
  17. 28 8月, 2020 1 次提交
    • V
      Move benchmarks to Rust (#7134) · 31f32ed8
      Valentin Anger 提交于
      All benchmarks are done in Rust and can be invoked with
      `cargo bench`.
      
      Currently this has it's own "harness" that behaves like
      `./tools/benchmark.py` did.
      Because of this tests inside `cli/bench` are currently not run.
      This should be switched to the language provided harness
      once the `#[bench]` attribute has been stabilized.
      31f32ed8
  18. 27 8月, 2020 1 次提交
  19. 23 8月, 2020 1 次提交
  20. 19 8月, 2020 2 次提交
  21. 15 8月, 2020 1 次提交
  22. 13 8月, 2020 1 次提交
  23. 12 8月, 2020 1 次提交
  24. 11 8月, 2020 2 次提交