angular/modules/@angular/http
Igor Minar b746c64229 WIP: test: add tree-shaking test (#8979)
* test: add tree-shaking test

currently this doesn't throw or break the build, first we need to resolve all
of the existing issues.

to run execute: ./tools/tree-shaking-test/test.sh

then inspect dist/tree-shaking/test/**/*.bundle.js

* fix(http): remove peerDep on @angular/common

it is not needed there because it will get transitively installed by @angular/platform-browser

we only need to declare this dependency in tsconfig.json because tsconfig.json's
do not support transitive dependencies in this way.
2016-06-08 12:15:09 -07:00
..
src refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
test refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
testing refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
http.ts feat(i18n): extract messages 2016-06-07 15:17:02 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
package.json WIP: test: add tree-shaking test (#8979) 2016-06-08 12:15:09 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json chore: remove deep imports to fix build. 2016-05-31 17:13:41 -07:00
tsconfig-es2015.json chore: remove deep imports to fix build. 2016-05-31 17:13:41 -07:00