angular-cn/tools
vsavkin 3f4628c0b0 feat(core): extract platforms out of core
Currently, core depends on the browser, which means that other platforms (e.g., NativeScript or webworker) cannot use the bootstrapping logic core provides.
This PR extract makes bootstrapping logic in core completely platform-independent. The browser-specific code was moved to "angular2/platforms/browser".

BREAKING CHANGE

A few private helpers (e.g., platformCommon or applicationCommon) were removed or replaced with other helpers. Look at PLATFORM_COMMON_PROVIDERS, APPLICATION_COMMON_PROVIDERS, BROWSER_PROVIDERS, BROWSER_APP_PROVIDERS to see if they export the providers you need.

Closes #5219
2015-11-12 16:57:03 +00:00
..
analytics build(analytics): track TRAVIS_JOB_NUMBER as a custom dimension 2015-10-29 13:53:21 +00:00
broccoli feat(core): extract platforms out of core 2015-11-12 16:57:03 +00:00
build chore(build): remove es5build.js 2015-11-06 18:22:57 +00:00
cjs-jasmine chore(tests): Enable dev mode in all Angular tests. 2015-11-06 07:07:04 +00:00
code.angularjs.org chore(gulp): moves bundles to dist/js/bundles 2015-07-27 16:12:24 -07:00
npm build(npm): don't rely on fs-extra when purging node_modules 2015-07-01 09:19:03 -07:00
travis build(travis): add travis log folding for verbose tasks 2015-10-03 21:33:57 +00:00
tslint fix(lint): enforce that module-private members have @internal. 2015-10-28 22:14:48 +00:00
check-environment.js build: make 'npm install' work reliably and issue build warning when node_modules look stale 2015-06-08 13:05:04 -07:00
chromedriverpatch.js chore(testing): update protractor to version 2.1.0 2015-05-20 17:28:23 -07:00
jsconfig.json chore(vscode): add jsconfig.json and remove .settings dir 2015-10-29 13:53:21 +00:00
tsconfig.json chore(typescript 1.6 upgrade): fix build.tools 2015-09-25 20:15:55 +00:00
tsd.json chore(typescript 1.6 upgrade): fix build.tools 2015-09-25 20:15:55 +00:00
utils.inc feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00