Skip to content

Commit de2a33c

Browse files
fix(core): regression in emitted types (#10478)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent f6e6a40 commit de2a33c

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

crates/biome_configuration/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ schema = [
7676
"biome_plugin_loader/schema",
7777
"biome_rule_options/schema",
7878
"dep:schemars",
79-
"lang_graphql"
79+
"lang_graphql",
80+
"plugins",
8081
]
8182
test-utils = []
8283

crates/biome_service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ schema = [
140140
"biome_yaml_formatter/schema",
141141
"biome_yaml_syntax/schema",
142142
"dep:schemars",
143-
"lang_grit",
143+
"lang_grit"
144144
]
145145

146146
[lints]

packages/@biomejs/backend-jsonrpc/src/workspace.ts

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@biomejs/biome/configuration_schema.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)