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 want to use esmangle to implement a deobfuscator in a browser.
When using the browserified version (cjsify does not work ATM) I don't get access to e.g. the common module but there are some very useful helpers (e.g. constant detection/folding)
Also exposing estraverse and escope would really help as they are already bundled, so no need to pull them in again. But due to the scoping I can't access them from outside (specifically from another script)
The text was updated successfully, but these errors were encountered:
I want to use esmangle to implement a deobfuscator in a browser.
When using the browserified version (cjsify does not work ATM) I don't get access to e.g. the common module but there are some very useful helpers (e.g. constant detection/folding)
Also exposing estraverse and escope would really help as they are already bundled, so no need to pull them in again. But due to the scoping I can't access them from outside (specifically from another script)
The text was updated successfully, but these errors were encountered: