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
I've found the ObjectInfo and WeakTag concepts to be very powerful building blocks and used them directly in my shim for the WeakRefs proposal.
For this I am however directly loading the internal native bindings of your package, skipping the JS wrapper. Would you consider splitting your package in 2, and create a "native only" package that simply exports the native API?
The text was updated successfully, but these errors were encountered:
I've found the
ObjectInfo
andWeakTag
concepts to be very powerful building blocks and used them directly in my shim for the WeakRefs proposal.For this I am however directly loading the internal native bindings of your package, skipping the JS wrapper. Would you consider splitting your package in 2, and create a "native only" package that simply exports the native API?
The text was updated successfully, but these errors were encountered: