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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
TypeError: string is not a function.
1 File https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js line 70 col 45
...
Here is the code for the failure point:
g(e[0],e[1],e[2],e[3],e[4])}}
I am currently generating source maps with UglifyJS and I can easily recover the real source code of the error for my own compressed files. We should do the same for angularJS!
Is there a closure compiler user that can help integrate source maps? I tried to look up how to, but it seemed like it might be a little tricky.
The text was updated successfully, but these errors were encountered:
I just had a production error.
Here is the code for the failure point:
I am currently generating source maps with UglifyJS and I can easily recover the real source code of the error for my own compressed files. We should do the same for angularJS!
Is there a closure compiler user that can help integrate source maps? I tried to look up how to, but it seemed like it might be a little tricky.
The text was updated successfully, but these errors were encountered: