Draft
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.5-dev #26 +/- ##
============================================
+ Coverage 63.58% 82.58% +18.99%
============================================
Files 23 196 +173
Lines 3636 5500 +1864
Branches 0 499 +499
============================================
+ Hits 2312 4542 +2230
+ Misses 1145 832 -313
+ Partials 179 126 -53 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Cole-Greer
pushed a commit
that referenced
this pull request
Mar 26, 2026
…-8s2) antlr4ng was pinned with a tilde (~3.0.16) and the patch script ran via postinstall, meaning it executed for all downstream npm consumers even though they don't need it — the patch is purely a build-time stop-gap for missing .d.cts CJS type declarations in antlr4ng (upstream issues #23/#26). - Pin antlr4ng to exact version 3.0.16 to prevent silent breakage on upgrades - Move patch invocation from postinstall to prebuild so consumers are never affected - Add workspace hoisting fallback (checks parent node_modules if local not found) - Fail loudly with actionable error if antlr4ng dist layout has changed - Warn (non-fatal) if antlr4ng package is not found at all - Add _prebuild_note in package.json explaining the stop-gap and upgrade guidance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.