-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module: throw ERR_NO_TYPESCRIPT when compiled without amaro #55332
module: throw ERR_NO_TYPESCRIPT when compiled without amaro #55332
Conversation
Review requested:
|
b0dae02
to
25c615c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55332 +/- ##
=======================================
Coverage 88.39% 88.39%
=======================================
Files 652 652
Lines 186777 186788 +11
Branches 36039 36042 +3
=======================================
+ Hits 165102 165120 +18
+ Misses 14929 14925 -4
+ Partials 6746 6743 -3
|
Once #55324 lands, this PR would need to be rebased as the linter will likely not pass |
25c615c
to
06fc854
Compare
|
06fc854
to
996b8cc
Compare
@aduh95 linting errors are unrelated to this PR :( |
996b8cc
to
a201ae6
Compare
Landed in 90f56db |
PR-URL: nodejs#55332 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs#55332 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
This commit does not land cleanly on |
PR-URL: #55332 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Refs: #55323 (comment)
When trying to run
--experimental-strip-types
and Amaro is not available: