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

feat(rome_console): add a Codespan utility struct to display annotated code fragments #2341

Merged
merged 2 commits into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/rome_console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rome_markup = { path = "../rome_markup" }
lazy_static = "1.4.0"
termcolor = "1.1.2"
similar = "2.1.0"
unicode-width = "0.1.9"

[dev-dependencies]
trybuild = "1.0"
Loading