summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Collapse)Author
2020-06-08feat: "deno lint" subcommand (#6125)Bartek Iwańczuk
2020-06-06Add diff for "deno fmt --check" (#5599)Filippo Rossi
2020-06-03Upgrade to swc_ecma_parser 0.24.5 (#6077)David Sherret
2020-06-03v1.0.5Ryan Dahl
2020-06-03Update to dprint 0.19.1 and swc_ecma_parser 0.24.3 (#6068)David Sherret
2020-06-02v1.0.4Bartek Iwańczuk
2020-06-01upgrade: crates (#6032)Ryan Dahl
2020-05-30upgrade: Rust crates (#5959)Ryan Dahl
2020-05-29v1.0.3Bartek Iwańczuk
2020-05-27upgrade: dprint to 0.19.0 (#5899)Bartek Iwańczuk
2020-05-22v1.0.2Bartek Iwańczuk
2020-05-21fix(fmt): Do not panic on new expr with no parens. (#5734)David Sherret
Closes #5567
2020-05-20v1.0.1Ryan Dahl
2020-05-20Update dprint 0.18.4 (#5671)David Sherret
Fixes trailing comma issue
2020-05-17Update to dprint 0.18.3 and the latest version of swc (#5509)David Sherret
2020-05-13v1.0.0Bartek Iwańczuk
2020-05-12v1.0.0-rc3Bartek Iwańczuk
2020-05-11BREAKING: There is no public Rust API for the CLI (#5226)Ryan Dahl
2020-05-10Update to dprint 0.17.2 (#5195)David Sherret
2020-05-091.0.0-rc2Bartek Iwańczuk
2020-05-06Upgrade crates (#5104)Ryan Dahl
2020-05-04v1.0.0-rc1Ryan Dahl
2020-05-04feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support ↵David Sherret
(#5075)
2020-04-30fix(fmt): Format `abstract async` as `abstract async` (#5020)David Sherret
2020-04-30feat: add SWC dependency analyzer (#5015)Bartek Iwańczuk
This commit adds "analyze_dependencies" function that uses SWC (by the means of AstParser) to perform analysis of static and dynamic imports.
2020-04-29v0.42.0Bartek Iwańczuk
2020-04-28Fix stdin not formatting JSX (#4971)David Sherret
2020-04-22upgrade: dprint 0.13.1 (#4853)David Sherret
* Allows union and intersection types to have same multi-line behaviour as arguments (more like prettier). * Stops line breaks before `extends` in conditional type, which would have been a parser error. * Check for `// dprint-ignore-file` comment before parsing. This allow files that panic in swc to be ignored. * Fixes a bug in "multi-line" detection.
2020-04-19upgrade: dprint 0.13.0 (#4816)David Sherret
2020-04-16v0.41.0Bartek Iwańczuk
2020-04-14upgrade: rust crates (#4742)Ryan Dahl
2020-04-08v0.40.0Ryan Dahl
2020-04-08upgrade: rust crates (#4679)Ryan Dahl
2020-04-03v0.39.0Ryan Dahl
2020-04-03upgrade dprint to 0.9.10 (#4601)Bartek Iwańczuk
2020-03-28v0.38.0Ryan Dahl
2020-03-28feat: Add "deno doc" subcommand (#4500)Bartek Iwańczuk
2020-03-28upgrade: dprint 0.9.6 (#4509)Kitson Kelly
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
This is a first pass implementation which is still missing several important features: - support for --inspect-brk (#4503) - support for source maps (#4501) - support for piping console.log to devtools console (#4502) Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Matt Harrison <mt.harrison86@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-03-25upgrade: dprint 0.9.5 (#4491)Ryan Dahl
2020-03-23feat: Support Unix Domain Sockets (#4176)João Souto
2020-03-23v0.37.1Ryan Dahl
2020-03-23v0.37.0Ryan Dahl
2020-03-23feat: first pass at "deno upgrade" (#4328)bartOssh
2020-03-20refactor: move code from fs.rs into ops/fs.rs (#4428)dubiousjim
This a complex boring PR that shifts around code (primarily) in cli/fs.rs and cli/ops/fs.rs. The gain of this refactoring is to ease the way for #4188 and #4017, and also to avoid some future development pain. Mostly there is no change in functionality. Except: * squashed bugs where op_utime and op_chown weren't using `resolve_from_cwd` * eliminated the use of the external `remove_dir_all` crate. * op_chmod now only queries metadata to verify file/dir exists on Windows (it will already fail on Unix if it doesn't) * op_chown now verifies the file/dir's existence on Windows like chmod does.
2020-03-17Upgrade rust crates (#4412)Bert Belder
2020-03-14replace source-mappings-map with rust-sourcemap (#4368)Bartek Iwańczuk
2020-03-11v0.36.0Ryan Dahl
2020-03-10upgrade: dprint 0.8.0 (#4308)Ryan Dahl
2020-03-07upgrade rust dependencies (#4270)Ryan Dahl