-
-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Add Symbol.for in Node-API #41294
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.node-apiIssues and PRs related to Node-API.Issues and PRs related to Node-API.
Is your feature request related to a problem? Please describe.
Add
Symbol.forsupport 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)