-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
marco-ippolito:throw-no-typescript
Oct 11, 2024
Merged
module: throw ERR_NO_TYPESCRIPT when compiled without amaro #55332
nodejs-github-bot
merged 1 commit into
nodejs:main
from
marco-ippolito:throw-no-typescript
Oct 11, 2024
Conversation
This file contains 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
Review requested:
|
nodejs-github-bot
added
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
util
Issues and PRs related to the built-in util module.
labels
Oct 9, 2024
marco-ippolito
force-pushed
the
throw-no-typescript
branch
from
October 9, 2024 10:52
b0dae02
to
25c615c
Compare
richardlau
approved these changes
Oct 9, 2024
RedYetiDev
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
request-ci
Add this label to start a Jenkins CI on a PR.
strip-types
Issues or PRs related to strip-types support
labels
Oct 9, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Oct 9, 2024
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 |
JakobJingleheimer
approved these changes
Oct 9, 2024
marco-ippolito
force-pushed
the
throw-no-typescript
branch
from
October 10, 2024 10:31
25c615c
to
06fc854
Compare
aduh95
removed
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Oct 10, 2024
|
marco-ippolito
force-pushed
the
throw-no-typescript
branch
from
October 10, 2024 18:07
06fc854
to
996b8cc
Compare
@aduh95 linting errors are unrelated to this PR :( |
atlowChemi
approved these changes
Oct 10, 2024
marco-ippolito
force-pushed
the
throw-no-typescript
branch
from
October 11, 2024 06:58
996b8cc
to
a201ae6
Compare
marco-ippolito
added
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Oct 11, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Oct 11, 2024
aduh95
approved these changes
Oct 11, 2024
aduh95
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Oct 11, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Oct 11, 2024
Landed in 90f56db |
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
strip-types
Issues or PRs related to strip-types support
util
Issues and PRs related to the built-in util module.
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.
Refs: #55323 (comment)
When trying to run
--experimental-strip-types
and Amaro is not available: