module: wrap swc error in ERR_INVALID_TYPESCRIPT_SYNTAX#55316
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Oct 10, 2024
Merged
module: wrap swc error in ERR_INVALID_TYPESCRIPT_SYNTAX#55316nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55316 +/- ##
==========================================
- Coverage 88.41% 87.90% -0.52%
==========================================
Files 652 652
Lines 186612 186756 +144
Branches 36062 35789 -273
==========================================
- Hits 165001 164170 -831
- Misses 14885 15803 +918
- Partials 6726 6783 +57
|
Collaborator
aduh95
reviewed
Oct 8, 2024
aduh95
reviewed
Oct 8, 2024
8bed49b to
062986d
Compare
aduh95
reviewed
Oct 8, 2024
aduh95
reviewed
Oct 8, 2024
b0a0808 to
902491b
Compare
aduh95
reviewed
Oct 8, 2024
Collaborator
Collaborator
aduh95
approved these changes
Oct 9, 2024
Collaborator
|
Landed in 31a37e7 |
aduh95
pushed a commit
that referenced
this pull request
Oct 11, 2024
PR-URL: #55316 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#55316 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this pull request
Nov 21, 2024
PR-URL: nodejs#55316 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
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.
This PR wraps swc errors in a Node error to provide a more consistent error handling.
Before this PR
After this PR