Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3239 from rome/feat/comments-api
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Sep 19, 2022
2 parents 301ba39 + 96c02f1 commit e9db52a
Show file tree
Hide file tree
Showing 6 changed files with 1,919 additions and 141 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/rome_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ schemars = { version = "0.8.10", optional = true }
rustc-hash = "1.1.0"
countme = "3.0.1"

[dev-dependencies]
rome_js_parser = { path = "../rome_js_parser"}
rome_js_syntax = { path = "../rome_js_syntax" }

[features]
serde = ["dep:serde", "schemars", "rome_rowan/serde"]
Loading

0 comments on commit e9db52a

Please sign in to comment.