This repository was archived by the owner on Apr 12, 2024. It is now read-only.
fix(angular-loader): do not depend on "closure" globals that are not available in angular-loader
#15880
Closed
1 of 3 tasks
Milestone
I'm submitting a ...
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 inangular-loader
where it does not have access to all th necessary "closure" globals available inangular.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 inangular-loader
.Angular version: At least 1.3.3+
Browser: all
The text was updated successfully, but these errors were encountered: