-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Add Symbol.for in Node-API #41294
Labels
feature request
Issues that request new features to be added to Node.js.
node-api
Issues and PRs related to the Node-API.
Comments
Brooooooklyn
added
the
feature request
Issues that request new features to be added to Node.js.
label
Dec 23, 2021
@nodejs/node-api |
I am interested in taking a look! We currently have support for Symbol.For in node-addon-api, but I am not sure if it fits the use-cases here. |
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Dec 26, 2021
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <darshan.sen@postman.com>
PR: #41329 |
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Jan 2, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <darshan.sen@postman.com>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Jan 8, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <darshan.sen@postman.com>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Jan 23, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <raisinten@gmail.com>
Linkgoron
pushed a commit
to Linkgoron/node
that referenced
this issue
Jan 31, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: nodejs#41329 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Good bye |
danielleadams
pushed a commit
to danielleadams/node
that referenced
this issue
Apr 21, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: nodejs#41329 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
Issues that request new features to be added to Node.js.
node-api
Issues and PRs related to the Node-API.
Is your feature request related to a problem? Please describe.
Add
Symbol.for
support in Node-APIDescribe the solution you'd like
napi_status napi_create_symbol_for(napi_env env, const char* key, napi_value* result)
Ref: pola-rs/polars#1703 (comment)
The text was updated successfully, but these errors were encountered: