-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
worker: add eval ts input #56394
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
marco-ippolito:eval-ts-in-workers
Jan 3, 2025
Merged
worker: add eval ts input #56394
nodejs-github-bot
merged 1 commit into
nodejs:main
from
marco-ippolito:eval-ts-in-workers
Jan 3, 2025
+93
−1
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
marco-ippolito
added
worker
Issues and PRs related to Worker support.
strip-types
Issues or PRs related to strip-types support
labels
Dec 29, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56394 +/- ##
==========================================
- Coverage 88.54% 88.52% -0.02%
==========================================
Files 657 657
Lines 190689 190763 +74
Branches 36602 36616 +14
==========================================
+ Hits 168844 168876 +32
- Misses 15029 15053 +24
- Partials 6816 6834 +18
|
jasnell
reviewed
Dec 29, 2024
marco-ippolito
force-pushed
the
eval-ts-in-workers
branch
from
December 30, 2024 07:24
ff3ec1d
to
ce3dc7e
Compare
marco-ippolito
added
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
semver-minor
PRs that contain new features and should be released in the next minor version.
labels
Dec 30, 2024
jasnell
approved these changes
Dec 30, 2024
marco-ippolito
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.
labels
Dec 30, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 1, 2025
marco-ippolito
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 3, 2025
nodejs-github-bot
added
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
and removed
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Jan 3, 2025
Commit Queue failed- Loading data for nodejs/node/pull/56394 ✔ Done loading data for nodejs/node/pull/56394 ----------------------------------- PR info ------------------------------------ Title worker: add eval ts input (#56394) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch marco-ippolito:eval-ts-in-workers -> nodejs:main Labels semver-minor, author ready, worker, needs-ci, dont-land-on-v18.x, dont-land-on-v20.x, strip-types Commits 1 - worker: add eval ts input Committers 1 - Marco Ippolito <marcoippolito54@gmail.com> PR-URL: https://github.com/nodejs/node/pull/56394 Reviewed-By: James M Snell <jasnell@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56394 Reviewed-By: James M Snell <jasnell@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 29 Dec 2024 12:16:50 GMT ✔ Approvals: 1 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56394#pullrequestreview-2525995852 ✘ This PR needs to wait 51 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-01-02T06:51:22Z: https://ci.nodejs.org/job/node-test-pull-request/64288/ - Querying data for job/node-test-pull-request/64288/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/12594931797 |
marco-ippolito
removed
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Jan 3, 2025
ShogunPanda
approved these changes
Jan 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
marco-ippolito
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 3, 2025
pmarchini
approved these changes
Jan 3, 2025
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 3, 2025
Landed in 76b80b1 |
marco-ippolito
added a commit
that referenced
this pull request
Jan 3, 2025
PR-URL: #56394 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
nodejs-github-bot
added a commit
that referenced
this pull request
Jan 3, 2025
Notable changes: lib: * (SEMVER-MINOR) add typescript support to STDIN eval (Marco Ippolito) #56359 module: * (SEMVER-MINOR) unflag --experimental-strip-types (Marco Ippolito) #56350 process: * (SEMVER-MINOR) add process.ref() and process.unref() methods (James M Snell) #56400 worker: * (SEMVER-MINOR) add eval ts input (Marco Ippolito) #56394 PR-URL: #56450
marco-ippolito
pushed a commit
that referenced
this pull request
Jan 3, 2025
Notable changes: lib: * (SEMVER-MINOR) add typescript support to STDIN eval (Marco Ippolito) #56359 module: * (SEMVER-MINOR) unflag --experimental-strip-types (Marco Ippolito) #56350 process: * (SEMVER-MINOR) add process.ref() and process.unref() methods (James M Snell) #56400 worker: * (SEMVER-MINOR) add eval ts input (Marco Ippolito) #56394 PR-URL: #56450
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.
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
needs-ci
PRs that need a full CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
strip-types
Issues or PRs related to strip-types support
worker
Issues and PRs related to Worker support.
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.