You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may actually be a wrinkle with this: src/js_native_api_v8.h is supposed to be usable even without Node.js. Thus, if we want to use Node.js' implementation, we'll likely have to alias the types from src/js_native_api_v8_internals.h so those using N-API outside of Node.js would have to use their own implementation of ListHead/ListNode. Not a showstopper – just something to keep in mind.
Re: #31638 (review)
The text was updated successfully, but these errors were encountered: