Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Feb 25, 2025
1 parent ebdf8af commit c4b6113
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/gracefully-handle-stalled-parser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@biomejs/biome": patch
---
Our JavaScript parser can now gracefully handle situations where we detect the
parser to have stalled, such as in
[#4622](https://github.com/biomejs/biome/issues/4622). This means we don't fail
with an assertion anymore, but invalid code can trigger a graceful diagnostic
in such cases.

0 comments on commit c4b6113

Please sign in to comment.