Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-13 | Clean up fmt flags and path handling (#3988) | Ryan Dahl | |
2020-02-11 | refactor: Use PathBuf for paths in flag parsing and whitelists (#3955) | Nayeem Rahman | |
* Use PathBuf for DenoSubcommand::Bundle's out_file * Use PathBuf for DenoSubcommand::Format's files * Use PathBuf for DenoSubcommand::Install's dir * Use PathBuf for read/write whitelists | |||
2020-02-09 | fmt: `deno fmt -` formats stdin and print to stdout (#3920) | Kevin (Kun) "Kassimo" Qian | |
2020-02-03 | upgrade: dprint 0.3.0-alpha.6 | Ryan Dahl | |
2020-01-31 | chore: upgrade dprint (#3842) | Bartek Iwańczuk | |
2020-01-30 | Adjust dprint configuration to be closer to prettier (#3824) | Ryan Dahl | |
2020-01-29 | feat: dprint formatter (#3820) | Bartek Iwańczuk | |
* rewrite fmt_test in Rust, remove tools/fmt_test.py * remove //std/prettier |