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 encountered an error during minification when running Transcrypt without -n option. Following is the corresponding source line:
del handlers[id(xmlHttp)]
Following is the error message:
network.pyjamasHTTPRequest.pretty.js:299: ERROR - Parse error. Invalid delete operand. Only properties can be deleted.
delete __k__ (handlers, id (xmlHttp));
^
This error is not raised when running Transcrypt with -n (nominification) option.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi again.
I encountered an error during minification when running Transcrypt without -n option. Following is the corresponding source line:
Following is the error message:
This error is not raised when running Transcrypt with -n (nominification) option.
Thanks.
The text was updated successfully, but these errors were encountered: