git.delta.rocks / jrsonnet / refs/commits / 146d9d9a7a2a

difftreelog

refactor! remove outdated ast pretty-printer

Yaroslav Bolyukin2022-07-07parent: #d748c85.patch.diff
in: master
It had no practical use, because it was not comment-preserving
There is in-progress version based on rowan parser, however it shares
no code with current implementation

BREAKING CHANGE: It is no longer possible to build jrsonnet-fmt

2 files changed

deletedcmds/jrsonnet-fmt/Cargo.tomldiffbeforeafterboth
--- a/cmds/jrsonnet-fmt/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name = "jrsonnet-fmt"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-dprint-core = "0.47.1"
-jrsonnet-parser = { path = "../../crates/jrsonnet-parser" }
deletedcmds/jrsonnet-fmt/src/main.rsdiffbeforeafterboth

no changes