Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-21 | fix(tools): upgrade to new `Deno.spawn` api (#15265) | Satya Rohith | |
2022-05-18 | refactor: use spawn API across codebase (#14414) | Leo Kettmeir | |
2022-02-21 | chore: use `rustfmt` cli via dprint for faster format (#13735) | David Sherret | |
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-05-06 | chore: upgrade dprint 0.13.1 to fix CI. (#10513) | David Sherret | |
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2020-11-09 | chore: reference dprint config file in format script (#8318) | Bartek Iwańczuk | |
* chore: reference dprint config file in format script * chore: ignore .git folder in dprint config | |||
2020-11-05 | build: rewrite tools/ scripts to deno (#8247) | Bartek Iwańczuk | |
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/". |