-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): use proper evaluation and stack traces based on source …
…maps (#443) * refactor(runtime): use newer `globalEvalWithSourceUrl` when executing code * refactor(runtime): update outdated error stack processing * fix(runtime): remove first newline applied by `applyPatch(, ...)` * fix(runtime): remove extraneous systemjs `.js` extensions from unmapped filename * fix(runtime): remove android-specific addresses from stack traces
- Loading branch information
Showing
3 changed files
with
41 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters