📝 Add docstrings to feat/html-text-expressions
#7134
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docstrings generation was requested by @ematipico.
The following files were modified:
crates/biome_cli/tests/cases/html.rs
crates/biome_html_formatter/benches/html_formatter.rs
crates/biome_html_formatter/src/astro/auxiliary/expression.rs
crates/biome_html_formatter/src/generated.rs
crates/biome_html_formatter/src/html/any/attribute.rs
crates/biome_html_formatter/src/html/any/attribute_initializer.rs
crates/biome_html_formatter/src/html/any/text_expression.rs
crates/biome_html_formatter/src/html/auxiliary/double_text_expression.rs
crates/biome_html_formatter/src/html/auxiliary/single_text_expression.rs
crates/biome_html_formatter/src/html/auxiliary/text_expression.rs
crates/biome_html_formatter/src/html/lists/attribute_list.rs
crates/biome_html_formatter/tests/language.rs
crates/biome_html_parser/benches/html_parser.rs
crates/biome_html_parser/src/lexer/mod.rs
crates/biome_html_parser/src/lib.rs
crates/biome_html_parser/src/parser.rs
crates/biome_html_parser/src/syntax/mod.rs
crates/biome_html_parser/src/syntax/parse_error.rs
crates/biome_html_syntax/src/file_source.rs
crates/biome_html_syntax/src/lib.rs
crates/biome_parser/src/lib.rs
crates/biome_service/src/file_handlers/html.rs
crates/biome_service/src/settings.rs
These files were ignored
crates/biome_html_formatter/tests/quick_test.rs
crates/biome_html_parser/tests/spec_test.rs
These file types are not supported
.changeset/brave-trees-push.md
crates/biome_html_formatter/tests/specs/html/text_expressions/expressions.vue
crates/biome_html_parser/tests/html_specs/error/astro/attribute_expression.astro
crates/biome_html_parser/tests/html_specs/ok/astro/attribute_expression.astro
crates/biome_html_parser/tests/html_specs/ok/interpolation.vue
crates/biome_html_parser/tests/html_specs/ok/multipe_expressions.vue
crates/biome_html_parser/tests/html_specs/ok/svelte_expressions.svelte
packages/@biomejs/biome/configuration_schema.json
xtask/codegen/html.ungram
ℹ️ Note