forked from biomejs/biome
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bff3f1f
commit 12037fa
Showing
79 changed files
with
1,606 additions
and
1,594 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,36 @@ | ||
[package] | ||
authors.workspace = true | ||
authors.workspace = true | ||
categories.workspace = true | ||
description = "Biome's analyzer shared infrastructure" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "biome_analyze" | ||
description = "Biome's analyzer shared infrastructure" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "biome_analyze" | ||
repository.workspace = true | ||
version = "0.5.7" | ||
version = "0.5.7" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
biome_console = { workspace = true } | ||
biome_deserialize = { workspace = true, optional = true } | ||
biome_console = { workspace = true } | ||
biome_deserialize = { workspace = true, optional = true } | ||
biome_deserialize_macros = { workspace = true, optional = true } | ||
biome_diagnostics = { workspace = true } | ||
biome_rowan = { workspace = true } | ||
enumflags2 = { workspace = true } | ||
rustc-hash = { workspace = true } | ||
schemars = { workspace = true, optional = true } | ||
serde = { workspace = true, features = ["derive"], optional = true } | ||
tracing = { workspace = true } | ||
|
||
biome_diagnostics = { workspace = true } | ||
biome_rowan = { workspace = true } | ||
enumflags2 = { workspace = true } | ||
rustc-hash = { workspace = true } | ||
schemars = { workspace = true, optional = true } | ||
serde = { workspace = true, features = ["derive"], optional = true } | ||
tracing = { workspace = true } | ||
|
||
[features] | ||
serde = ["dep:serde", "dep:schemars", "dep:biome_deserialize", "dep:biome_deserialize_macros"] | ||
serde = [ | ||
"dep:serde", | ||
"dep:schemars", | ||
"dep:biome_deserialize", | ||
"dep:biome_deserialize_macros", | ||
] | ||
|
||
[lints] | ||
workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
[package] | ||
authors.workspace = true | ||
authors.workspace = true | ||
categories.workspace = true | ||
description = "Utilities to create ARIA query for biome_js_analyze" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "biome_aria" | ||
description = "Utilities to create ARIA query for biome_js_analyze" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "biome_aria" | ||
repository.workspace = true | ||
version = "0.5.7" | ||
version = "0.5.7" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
biome_aria_metadata = { workspace = true } | ||
rustc-hash = { workspace = true } | ||
rustc-hash = { workspace = true } | ||
|
||
[lints] | ||
workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
[package] | ||
authors.workspace = true | ||
authors.workspace = true | ||
categories.workspace = true | ||
description = "Metadata about ARIA properties and ARIA roles" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "biome_aria_metadata" | ||
description = "Metadata about ARIA properties and ARIA roles" | ||
edition.workspace = true | ||
homepage.workspace = true | ||
keywords.workspace = true | ||
license.workspace = true | ||
name = "biome_aria_metadata" | ||
repository.workspace = true | ||
version = "0.5.7" | ||
version = "0.5.7" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
|
||
|
||
[build-dependencies] | ||
biome_deserialize = { workspace = true } | ||
biome_deserialize = { workspace = true } | ||
biome_deserialize_macros = { workspace = true } | ||
biome_string_case = { workspace = true } | ||
prettyplease = "0.2.25" | ||
proc-macro2 = { workspace = true, features = ["span-locations"] } | ||
quote = { workspace = true } | ||
serde = { workspace = true } | ||
serde_json = { workspace = true } | ||
syn = "2.0.76" | ||
biome_string_case = { workspace = true } | ||
prettyplease = "0.2.25" | ||
proc-macro2 = { workspace = true, features = ["span-locations"] } | ||
quote = { workspace = true } | ||
serde = { workspace = true } | ||
serde_json = { workspace = true } | ||
syn = "2.0.76" | ||
|
||
[lints] | ||
workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.