deno/cli/tools
Bartek Iwańczuk e1c51f3c0d
feat(fmt): add ability to configure semicolons (#17292)
Allows to change behavior of `deno fmt` to use "ASI" setting for
semicolons instead of always prefering them, this is done
by "--options-semi=asi" flag or `"semi": "asi"` setting
in the config file.
2023-01-24 21:07:00 +01:00
..
coverage chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
init chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
repl refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
vendor refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
bench.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
bundle.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
check.rs feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
doc.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
fmt.rs feat(fmt): add ability to configure semicolons (#17292) 2023-01-24 21:07:00 +01:00
info.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
installer.rs refactor(cli): Integrate standalone mode cert handling into Flags (#17419) 2023-01-18 01:18:24 +01:00
lint.rs refactor(cli/tools): reduce cloning (#17309) 2023-01-13 22:39:19 +01:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
run.rs refactor(cli/tools): reduce cloning (#17309) 2023-01-13 22:39:19 +01:00
standalone.rs refactor(cli): Integrate standalone mode cert handling into Flags (#17419) 2023-01-18 01:18:24 +01:00
task.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
test.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
upgrade.rs feat(upgrade): link to release notes & blog post (#17073) 2023-01-24 13:30:45 +01:00