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

Commit

Permalink
feat(rome_js_analyze): complete useAriaPropTypes rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 7, 2022
1 parent df86e5e commit 4677589
Show file tree
Hide file tree
Showing 23 changed files with 921 additions and 885 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ codegen = "run -p xtask_codegen --"
codegen-configuration = "run -p xtask_codegen --features configuration -- configuration"
codegen-schema = "run -p xtask_codegen --features schema -- schema"
codegen-bindings = "run -p xtask_codegen --features schema -- bindings"
codegen-aria = "run -p xtask_codegen --features aria -- aria"
lintdoc = "run -p xtask_lintdoc --"
documentation = """
doc \
Expand Down
11 changes: 10 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ tracing = { version = "0.1.31", default-features = false, features = ["std"] }
dashmap = "5.4.0"
rustc-hash = "1.1.0"
countme = "3.0.1"
tokio = { version = "1.15.0" }
tokio = { version = "1.15.0" }
quote = "1.0.21"
2 changes: 1 addition & 1 deletion crates/rome_aria/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustc-hash = "1.1.0"
rome_aria_metadata = { path = "../rome_aria_metadata" }
140 changes: 0 additions & 140 deletions crates/rome_aria/src/constants.rs

This file was deleted.

Loading

0 comments on commit 4677589

Please sign in to comment.