-
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
typings: add types for symbol and accessor properties on primordials
#40992
Merged
aduh95
merged 1 commit into
nodejs:master
from
ExE-Boss:typings/primordials/add-symbol-and-accessor-properties
Dec 30, 2021
Merged
typings: add types for symbol and accessor properties on primordials
#40992
aduh95
merged 1 commit into
nodejs:master
from
ExE-Boss:typings/primordials/add-symbol-and-accessor-properties
Dec 30, 2021
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
ExE-Boss
force-pushed
the
typings/primordials/add-symbol-and-accessor-properties
branch
from
November 27, 2021 14:03
686be5a
to
f4c00aa
Compare
ExE-Boss
changed the title
typings(primordials): Add types for symbol and accessor properties
typings: Add types for symbol and accessor properties on Nov 27, 2021
primordials
ExE-Boss
force-pushed
the
typings/primordials/add-symbol-and-accessor-properties
branch
from
November 27, 2021 14:04
f4c00aa
to
b2b15f1
Compare
ExE-Boss
changed the title
typings: Add types for symbol and accessor properties on
typings: add types for symbol and accessor properties on Nov 27, 2021
primordials
primordials
Does this matter in a |
jasnell
approved these changes
Nov 29, 2021
aduh95
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Dec 30, 2021
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Dec 30, 2021
Commit Queue failed- Loading data for nodejs/node/pull/40992 ✔ Done loading data for nodejs/node/pull/40992 ----------------------------------- PR info ------------------------------------ Title typings: add types for symbol and accessor properties on `primordials` (#40992) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch ExE-Boss:typings/primordials/add-symbol-and-accessor-properties -> nodejs:master Labels typings Commits 1 - typings: add types for symbol and accessor properties on `primordials` Committers 1 - ExE Boss PR-URL: https://github.com/nodejs/node/pull/40992 Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/40992 Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 27 Nov 2021 14:01:05 GMT ✔ Approvals: 1 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/40992#pullrequestreview-817916369 ✖ Last GitHub CI failed ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1639087835 |
nodejs-github-bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Dec 30, 2021
Landed in c93ba41 |
ExE-Boss
deleted the
typings/primordials/add-symbol-and-accessor-properties
branch
December 31, 2021 10:44
targos
pushed a commit
that referenced
this pull request
Jan 14, 2022
PR-URL: #40992 Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams
pushed a commit
that referenced
this pull request
Jan 31, 2022
PR-URL: #40992 Reviewed-By: James M Snell <jasnell@gmail.com>
Linkgoron
pushed a commit
to Linkgoron/node
that referenced
this pull request
Jan 31, 2022
PR-URL: nodejs#40992 Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams
pushed a commit
that referenced
this pull request
Feb 1, 2022
PR-URL: #40992 Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
I also fixed the types of
primordials.uncurryThis
andprimordials.AsyncIteratorPrototype
, added%TypedArray%
statics, and made global properties use:In order to re‑export types as well as values.