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 was archived by the owner on Apr 12, 2024. It is now read-only.
other (Please do not submit support requests here (see above))
Current behavior:
Commits such as cf43ccd and a0641ea (possibly others) have changed stringify.js in ways that do not take into account the fact that it is also included in angular-loader where it does not have access to all th necessary "closure" globals available in angular.js.
Fortunately, this bug only appears when there are errors to be thrown.
Expected / new behavior:
Files that are included in angular-loader should not break by trying to access properties/functions that are not available in angular-loader.