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
Right now the javascript/typescript package (in /kleenexp-wasm/) only exposes the transpile() function. It needs to expose a new ke.RegEx() constructor that actually returns a native RegEx object (this should be doable by changing the prototype of this).
Is there any more RegEx-related API that needs to be wrapped/re-exposed to become a drop-in replacement?
The text was updated successfully, but these errors were encountered:
Right now the javascript/typescript package (in
/kleenexp-wasm/
) only exposes thetranspile()
function. It needs to expose anew ke.RegEx()
constructor that actually returns a nativeRegEx
object (this should be doable by changing the prototype ofthis
).Is there any more
RegEx
-related API that needs to be wrapped/re-exposed to become a drop-in replacement?The text was updated successfully, but these errors were encountered: