forked from angular/zone.js
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(error): fix angular#975, can config how to load blacklist zone s…
…tack frames (angular#1045)
- Loading branch information
1 parent
0a2f6ff
commit ff3d545
Showing
22 changed files
with
408 additions
and
161 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,13 @@ script: | |
- node_modules/.bin/karma start karma-build-sauce-mocha.conf.js --single-run | ||
- node_modules/.bin/karma start karma-dist-sauce-selenium3-jasmine.conf.js --single-run | ||
- node_modules/.bin/karma start karma-build-sauce-selenium3-mocha.conf.js --single-run | ||
- node_modules/.bin/karma start karma-dist-sauce-jasmine3.conf.js --single-run --errorpolicy=disable | ||
- node_modules/.bin/karma start karma-dist-sauce-jasmine3.conf.js --single-run --errorpolicy=lazy | ||
- node_modules/.bin/gulp test/node | ||
- node_modules/.bin/gulp test/node -no-patch-clock | ||
- node_modules/.bin/gulp test/bluebird | ||
- node_modules/.bin/gulp test/node/disableerror | ||
- node_modules/.bin/gulp test/node/lazyerror | ||
- node simple-server.js 2>&1> server.log& | ||
- node ./test/webdriver/test.sauce.js | ||
- yarn add [email protected] [email protected] [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
{ | ||
"path": "dist/zone.min.js", | ||
"checkTarget": true, | ||
"limit": 40000 | ||
"limit": 40144 | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.