Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-12 | fix(lint): add links to help at lint.deno.land (#11667) | Bartek Iwańczuk | |
2021-08-10 | chore: upgrade crates (#11626) | Bartek Iwańczuk | |
2021-07-30 | chore: upgrade Rust to 1.54.0 (#11554) | Yusuke Tanaka | |
2021-07-07 | fix(cli/tools/lint): output json reports to stdout (#11311) | Casper Beyer | |
2021-05-10 | chore: upgrade crates (#10559) | Bartek Iwańczuk | |
2021-03-26 | remove macro_use (#9884) | Ryan Dahl | |
2021-02-19 | fix: lint and fmt error if no target files are found (#9527) | Yusuke Tanaka | |
2021-01-27 | chore: fix typo in lint.rs (#9281) | Ikko Ashimine | |
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2020-12-07 | feat: add mvp language server (#8515) | Kitson Kelly | |
Resolves #8400 | |||
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-19 | refactor(cli): move tooling to cli/tools/ (#8424) | Bartek Iwańczuk | |
This commit moves following tools into a single "tools" module located at "cli/tools/mod.rs": - formatter - linter - test runner - coverage collector - installer - binary upgrader - repl |