0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tools
Satya Rohith d9b1f96897
feat: add json(c) support to deno fmt (#9292)
This commit adds support for formatting JSON and JSONC 
in "deno fmt".

New values "json" and "jsonc" are added to "--ext" flag for 
standard input processing.
2021-02-18 17:31:32 +01:00
..
coverage.rs Make ModuleSpecifier a type alias, not wrapper struct (#9531) 2021-02-17 13:47:18 -05:00
fmt.rs feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
installer.rs fix(installer): pass cached-only to executable_args (#9169) 2021-01-19 13:46:08 +01:00
lint.rs chore: fix typo in lint.rs (#9281) 2021-01-27 14:41:48 +11:00
mod.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
repl.rs refactor(cli/tools/repl): merge highlighter into helper (#9448) 2021-02-08 17:25:10 +01:00
standalone.rs fix(compile): fix panic when cross-compiling between windows and unix (#9203) 2021-01-24 02:40:13 +09:00
test_runner.rs chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
upgrade.rs fix(compile): fix panic when cross-compiling between windows and unix (#9203) 2021-01-24 02:40:13 +09:00