-
Notifications
You must be signed in to change notification settings - Fork 30.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
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
@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 <[email protected]>
PR: #41329 |
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Jan 2, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <[email protected]>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Jan 8, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <[email protected]>
RaisinTen
added a commit
to RaisinTen/node
that referenced
this issue
Jan 23, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <[email protected]>
Linkgoron
pushed a commit
to Linkgoron/node
that referenced
this issue
Jan 31, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <[email protected]> PR-URL: nodejs#41329 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
ruyadorno
pushed a commit
that referenced
this issue
Feb 8, 2022
Fixes: #41294 Signed-off-by: Darshan Sen <[email protected]> PR-URL: #41329 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Good bye |
danielleadams
pushed a commit
to danielleadams/node
that referenced
this issue
Apr 21, 2022
Fixes: nodejs#41294 Signed-off-by: Darshan Sen <[email protected]> PR-URL: nodejs#41329 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
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: