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
@nopnop does any browser currently supports this feature? For me chrome still shows the mangled variable names(when debugging with source maps, hovering over an original variable name does nothing)
iBelieve
added a commit
to iBelieve/escodegen
that referenced
this issue
May 3, 2020
The source-map names array of the Source Map Revision 3 Proposal, allows you to find the original name of a mangled identifier.
Introduced in escodegen: estools/escodegen#113, the resulting names array is wrong (the names used are the mangled names, not the originals names).
May I suggest to keep somewhere in the mangled node, a property with the original name (
sourceName
or whatever) ?Then, this pr estools/escodegen#113 may be re-open to use
sourceName
instead ofname
.The text was updated successfully, but these errors were encountered: