Skip to content

[ci] release#226

Merged
DylanPiercey merged 1 commit into
mainfrom
changeset-release/main
Jun 26, 2026
Merged

[ci] release#226
DylanPiercey merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

htmljs-parser@5.12.0

Minor Changes

Patch Changes

  • #224 aaeb3fd Thanks @DylanPiercey! - Fix a spurious "Mismatched group" error when a > (or other comparison) appears in the body of a statement function that declares a return type, e.g.:

    export function a(): b {
      return c > d;
    }

    Previously the type-parsing state from the return type annotation leaked into the function body, so a > was treated as a closing generic bracket. A { that follows a completed type now correctly ends the annotation and parses the block as a value.

@DylanPiercey DylanPiercey merged commit 16f453a into main Jun 26, 2026
1 check passed
@DylanPiercey DylanPiercey deleted the changeset-release/main branch June 26, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant