1. 27 11月, 2019 3 次提交
    • B
    • A
      feat: add ignore parser for std/prettier (#3399) · 2a348144
      Axetroy 提交于
      2a348144
    • R
      refactor: reorganize flags (#3389) · c0166846
      Ry Dahl 提交于
      - Remove ability to specify run arguments like `--allow-net` after the
        script argument. It's too hacky to make work with clap.
      - Remove `--v8-options`, instead use `--v8-flags=--help`
      - Give more descriptive names to unit tests in flags.rs
      - Assume argv and subcommand into DenoFlags struct so the output of
        flags module is only DenoFlags rather than the tuple (subcommand, flags,
        argv).
      - Improve CLI help text
      - Make `deno run` specific args like `--allow-net` only show up in 'deno
        help run' instead of as global flags in `deno help`.
      - Removes `deno version` to simplify our implementation and be closer to
        clap defaults. `deno -V` now only shows Deno's version and not V8's nor
        TypeScript. `Deno.versions` can be used to see that information.
      - Prevent clap from auto-detecting terminal width and attempting to wrap
        text.
      c0166846
  2. 26 11月, 2019 1 次提交
  3. 25 11月, 2019 1 次提交
  4. 24 11月, 2019 2 次提交
  5. 23 11月, 2019 2 次提交
    • B
      remove tokio_util::block_on (#3388) · c6bb3d5a
      Bartek Iwańczuk 提交于
      This PR removes tokio_util::block_on - refactored compiler and file 
      fetcher slightly so that we can safely block there - that's because 
      only blocking path consist of only synchronous operations.
      
      Additionally I removed excessive use of tokio_util::panic_on_error 
      and tokio_util::run_in_task and moved both functions to cli/worker.rs, 
      to tests module.
      
      Closes #2960
      c6bb3d5a
    • B
      minor clean ups in TS compiler (#3394) · 363b968b
      Bartek Iwańczuk 提交于
      363b968b
  6. 21 11月, 2019 1 次提交
  7. 20 11月, 2019 3 次提交
  8. 19 11月, 2019 7 次提交
  9. 18 11月, 2019 1 次提交
  10. 17 11月, 2019 5 次提交
  11. 16 11月, 2019 3 次提交
  12. 15 11月, 2019 5 次提交
  13. 14 11月, 2019 6 次提交