Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-23 | Revert "docs(cli): Fix documentation about usage of deno completions … (#8468) | Bartek Iwańczuk | |
This reverts commit 17d4cd92133bb822ff3a4f2f5bb32dfd17f99282. | |||
2020-11-22 | feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) | Yusuke Tanaka | |
This commit adds support for "--watch" flag for "bundle" and "fmt" subcommands. In addition to this, it refactors "run --watch" command so that module resolution will occur every time the file watcher detects file addition/deletion, which allows the watcher to observe a file that is newly added to the dependency as well. | |||
2020-11-22 | docs(cli): Fix documentation about usage of deno completions script (#8369) | Mayank Agarwal | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-11-22 | chore(cli/flags): Rename --failfast to --fail-fast (#8456) | Nayeem Rahman | |
2020-11-22 | feat(unstable): Add deno test --no-run (#8093) | Nayeem Rahman | |
This commit adds new flag to "deno test" subcommand called "--no-run" that allows to preload, cache an type check. | |||
2020-11-21 | fix(cli): support "deno run --v8-flags=--help" without script (#8110) | Max Drosdo.www | |
2020-11-13 | refactor(cli+core): various cleanups in Rust (#8336) | KNnut | |
2020-11-08 | upgrade: deno_doc, deno_lint, dprint, swc (#8292) | Bartek Iwańczuk | |
2020-11-02 | add commit hash and target to long_version output (#8133) | Yoshiya Hinosawa | |
2020-10-26 | Revert "feat(lint): stabilize "deno lint" subcommand (#8075)" (#8128) | Bartek Iwańczuk | |
This reverts commit c5c48f845a4d25f064c4388fcdd4295317edf155. | |||
2020-10-26 | feat(cli): pass script args for test command (#8121) | Ross Weir | |
Closes #8096 | |||
2020-10-23 | Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089) | Bartek Iwańczuk | |
This reverts commit be15cf285dbf3a7b3025d34cb80e87e54a55dd93. | |||
2020-10-23 | feat(cli): Add deno cache --test and --worker (#7920) | Nayeem Rahman | |
2020-10-22 | feat(lint): stabilize "deno lint" subcommand (#8075) | Bartek Iwańczuk | |
This commit stabilizes "deno lint" by removing the need to pass --unstable flag. --unstable is still required when using --json flag. | |||
2020-10-22 | chores(cli/fmt): make --ignore stable (#7922) | Divy Srivastava | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-10-21 | refactor(cli): use PathBuf instead of String for lint and fmt subcommands ↵ | Akshat Agarwal | |
(#8042) | |||
2020-10-20 | chore: Rename --importmap to --import-map (#7032) | Nayeem Rahman | |
--importmap still works as an alias to --import-map but is not visible in CLI help output. | |||
2020-10-20 | feat(cli): add support for bundle --no-check (#8023) | Kitson Kelly | |
Fixes #6686 | |||
2020-10-19 | feat(cli/installer): Add missing flags for deno install (#7601) | Nayeem Rahman | |
This commit adds support for following flags: - deno install --importmap - deno install --no-remote - deno install --lock - deno install --lock-write - deno install --cached-only - deno install --v8-flags - deno install --seed | |||
2020-10-12 | chore(cli): remove dead code (#7941) | Kitson Kelly | |
2020-10-12 | feat(cli): support importmap flag with deno doc subcommand (#7821) | Valentin Anger | |
Fixes #7783 | |||
2020-10-02 | refactor(repl): use an inspector session (#7763) | Casper Beyer | |
This ports the REPL over to Rust and makes use of an inspector session to run a REPL on top of any isolate which lets make full use of rustylines various things like validators and completors without having to introduce a bunch of hard to test internal ops and glue code. An accidental but good side effect of this is that the multiple line input we previously had is now an editable multi-line input prompt that is correctly stored in the history as a single entry. | |||
2020-09-28 | fix(cli/test): do not start inspector server when collecting coverage (#7718) | Casper Beyer | |
2020-09-21 | fix(info): add --importmap flag (#7424) | William Perron | |
2020-09-21 | fix: make --watch and --inspect conflicting args (#7610) | Luca Casonato | |
2020-09-20 | fix(cli/installer): Don't reload by default (#7596) | Nayeem Rahman | |
2020-09-20 | fix(cli/flags): Make --unstable a global flag (#7585) | Nayeem Rahman | |
2020-09-18 | fix(bundle, eval, repl): Add missing flags (#7414) | Nayeem Rahman | |
Restructures flag helpers and applies them consistently. | |||
2020-09-16 | Re-export deno_core::url (#7525) | Ryan Dahl | |
Also re-exports deno_core::futures and deno_core::serde_json but these are not yet used in the CLI. | |||
2020-09-13 | feat(unstable): deno test --coverage (#6901) | Casper Beyer | |
This commit adds basic support for collecting coverage data using "deno test". Currently the report is only a text added to the end of output from "deno test". | |||
2020-09-12 | chore: remove --no-check from deno info (#7439) | Luca Casonato | |
2020-09-11 | feat(unstable): deno run --watch (#7382) | Bartek Iwańczuk | |
Co-authored-by: Sebastian Seedorf <mail@sebse.de> | |||
2020-09-09 | feat(fmt, lint): show number of checked files (#7312) | Yusuke Tanaka | |
2020-09-06 | Move JSON ops to deno_core (#7336) | Bert Belder | |
2020-09-02 | fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319) | YellowBird | |
2020-08-31 | feat(lint): Add support for reading input from stdin (#7263) | Yusuke Tanaka | |
2020-08-28 | test(cli/flags): restore disabled test cases (#7236) | Yoshiya Hinosawa | |
2020-08-27 | fix(deno install): Strip "@..." suffixes from inferred names (#7223) | Nayeem Rahman | |
2020-08-26 | fix(cli): revert "never type check deno info #6978" (#7199) | Luca Casonato | |
2020-08-15 | fix: add `NO_PROXY` to `deno help` and add test (#7048) | Tomofumi Chiba | |
2020-08-14 | fix: Dash Value Treated As Arg (#7039) | Jarrett Helton | |
2020-08-13 | feat: Add "--json" flag to deno lint (#6940) | souldzin | |
Co-authored-by: JackSkylark <jdslaughter44@gmail.com> | |||
2020-08-12 | feat: add support for --no-check flag in Deno install (#6948) | Jarrett Helton | |
2020-08-12 | feat(bundle): add support for --reload flag (#6996) | Jarrett Helton | |
2020-08-12 | feat: add "--ignore" to deno lint (#6934) | Divy Srivastava | |
2020-08-12 | feat: deno info --reload (#7009) | Nayeem Rahman | |
2020-08-07 | fix(deno info): Never type check (#6978) | Nayeem Rahman | |
2020-07-30 | feat(unstable): add "--ignore" flag to deno fmt (#6890) | Divy Srivastava | |
2020-07-12 | feat(cli): add DENO_CERT environment variable (#6370) | Oscar Linde | |
2020-07-12 | feat(install): add --config flag (#6204) | simwipado | |
This commits adds support for "--config" flag in "deno install" subcommand. Specified configuration file is copied alongside source code to installation directory. |