index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
fmt.rs
Age
Commit message (
Expand
)
Author
2021-09-13
feat: add option flags to 'deno fmt' (#12060)
Bartek Iwańczuk
2021-09-13
feat(fmt): add support for configuration file (#11944)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-09-05
fix(doc): fix rustdoc bare_urls warning (#11921)
Feng Yu
2021-08-16
fix: parse error when transpiling code with BOM (#11688)
Ryan Dahl
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-06-06
chore: upgrade crates (#10867)
Bartek Iwańczuk
2021-05-18
feat(lsp): support formatting json and markdown files (#10180)
Satya Rohith
2021-05-10
feat: add deno test --watch (#9160)
Liam Murphy
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-10
fix(fmt): Correctly format hard breaks in markdown (#9742)
David Sherret
2021-02-19
fix: lint and fmt error if no target files are found (#9527)
Yusuke Tanaka
2021-02-18
feat: add json(c) support to deno fmt (#9292)
Satya Rohith
2021-01-19
feat: add markdown support to deno fmt (#8887)
Satya Rohith
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-22
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
Yusuke Tanaka
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk