Skip to content

Trailing comment inside tag gets removed. #511

@dyc3

Description

@dyc3

When given:

<div class="foo"/* block comment */>text</div>

The formatted output becomes:

<div class="foo">text</div>

Here's a reproduction: https://deploy-preview-4010--biomejs.netlify.app/playground/?code=PABkAGkAdgAgAGMAbABhAHMAcwA9ACIAZgBvAG8AIgAvACoAIABiAGwAbwBjAGsAIABjAG8AbQBtAGUAbgB0ACAAKgAvAD4AdABlAHgAdAA8AC8AZABpAHYAPgA%3D&language=svelte

Biome's playground uses prettier-plugin-svelte so it can compare formatting behavior with svelte. Support for the syntax hasn't been merged into Biome yet, so that's why the biome output is blank.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions