TypeScript JavaScript CSS HTML Python Shell
Switch branches/tags
Clone or download
gkalpak and mhevery build: remove unnecessary `internal-angular` karma reporter (#24803)
The reporter was added in 87d56ac, with the purpose of fixing
source-map paths (which was apparently needed back then). Things have
moved around a lot since then and the custom reporter doesn't seem to be
necessary any more. By removing the reporter, we have one less thing to
worry about while upgrading karma; plus we get improvements in built-in
reporters for free.

Output with the custom reporter:
```
at someMethod (packages/core/.../some-file.ts:13:37)
```

Output with the built-in reporter:
```
at someMethod (packages/core/.../some-file.ts:13.37 <- dist/all/@angular/core/.../some-file.js:1:337)
```

PR Close #24803
Latest commit ddb792d Jul 9, 2018
Permalink
Failed to load latest commit information.
.circleci build: update to Bazel 0.14.0 (#24512) Jun 14, 2018
.github build: sync g3 exclude list from copybara to ngbot (#24224) May 31, 2018
aio feat(service-worker): add support for `?` in SW config globbing (#24105) Jul 6, 2018
docs ci: scripts to review PRs locally (#24623) Jun 25, 2018
integration build: upgrade jasmine (and related typings) to latest version (#19904) Jul 6, 2018
modules feat(ivy): properly apply style="", [style], [style.foo] and [attr.st… Jul 6, 2018
packages fix(ivy): correctly resolve Array property access (#24664) Jul 9, 2018
scripts build: remove unnecessary `internal-angular` karma reporter (#24803) Jul 9, 2018
tools build: remove unnecessary `internal-angular` karma reporter (#24803) Jul 9, 2018
.bowerrc chore(dgeni): clean up legacy typings bundle creation Oct 29, 2015
.clang-format feat(tooling): Add a .clang-format for automated JavaScript formatting. Apr 2, 2015
.editorconfig chore(.editorconfig): include markdown config Jan 27, 2015
.gitattributes chore: force lf EOL for ts files (#11143) Aug 29, 2016
.gitignore build: update Bazel dependency to 0.11.1 (#23297) Apr 11, 2018
.mailmap build: add a Git .mailmap with my new name (#19550) Oct 9, 2017
.nvmrc build: update node version number in .nvmrc (#20832) Dec 12, 2017
.pullapprove.yml ci: Remove Chuck from pullapprove (#23798) May 9, 2018
.travis.yml ci: remove travis e2e_2 job (#22810) Apr 13, 2018
BUILD.bazel build(bazel): fix //packages/platform-browser/test:test_web (#24279) Jun 5, 2018
CHANGELOG.md docs(changelog): correct inaccuracies (#24713) Jul 6, 2018
CODE_OF_CONDUCT.md docs: fix community tab in GitHub by copying CoC Feb 28, 2018
CONTRIBUTING.md docs: change `aio` scope to `docs-infra` (#24410) Jun 12, 2018
LICENSE docs(common): update copyright years (#21232) Jan 4, 2018
README.md docs: improve the GitHub README.md, update links, etc May 3, 2018
WORKSPACE build(bazel): update to rule_nodejs 0.10.0 (#24759) Jul 6, 2018
bower.json docs: branding fixes (#14132) Jan 27, 2017
browser-providers.conf.js build: remove required BrowserStack run as it fails with “Access deni… Oct 17, 2017
build.sh build: upgrade jasmine (and related typings) to latest version (#19904) Jul 6, 2018
gulpfile.js test: migrate remaining public-api tests to Bazel (#22639) Mar 9, 2018
karma-js.conf.js build: remove unnecessary `internal-angular` karma reporter (#24803) Jul 9, 2018
package.json build: upgrade karma and related dependencies (#19904) Jul 6, 2018
protractor-e2e.conf.js refactor: add license header to JS files & format files (#12081) Oct 5, 2016
protractor-examples-e2e.conf.js refactor: format and lint code Dec 12, 2016
protractor-perf.conf.js refactor: add license header to JS files & format files (#12081) Oct 5, 2016
shims_for_IE.js Revert "refactor: add license header to JS files & format files (#12035 Oct 4, 2016
test-events.js fix(platform-browser): run BLACK_LISTED_EVENTS outside of ngZone (#18993 Sep 5, 2017
test-main.js feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) Mar 20, 2018
test.sh feat: typescript 2.9 support (#24652) Jul 3, 2018
tslint.json build: add lint rule for global flags in rollup config (#20028) Oct 31, 2017
yarn.lock build: upgrade karma and related dependencies (#19904) Jul 6, 2018
yarn.lock.readme.md build: switch from npm to yarn (#19328) Sep 22, 2017

README.md