From 3423ad8491d4731c71e9ccc482f8310594d93bbb Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 19 May 2016 23:18:18 -0700 Subject: [PATCH] chore: more conversion of es6-shim to core-js --- .../docs/_examples/homepage-hello-world/ts/index.1.html | 6 +++--- public/docs/_examples/homepage-tabs/ts/index.1.html | 6 +++--- public/docs/_examples/homepage-todo/ts/index.1.html | 6 +++--- public/docs/_examples/karma.conf.js | 2 +- public/docs/_examples/package.json | 2 +- public/docs/_examples/quickstart/ts/package.1.json | 2 +- public/docs/_examples/styleguide/package.1.json | 3 +-- .../upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html | 2 +- .../ts/index-1-2-hybrid-shared-adapter-bootstrap.html | 2 +- .../upgrade-adapter/ts/index-1-to-2-projection.html | 2 +- .../upgrade-adapter/ts/index-1-to-2-providers.html | 2 +- .../upgrade-adapter/ts/index-2-to-1-providers.html | 2 +- .../upgrade-adapter/ts/index-2-to-1-transclusion.html | 2 +- .../_examples/upgrade-adapter/ts/index-downgrade-io.html | 2 +- .../upgrade-adapter/ts/index-downgrade-static.html | 2 +- .../_examples/upgrade-adapter/ts/index-upgrade-io.html | 2 +- .../upgrade-adapter/ts/index-upgrade-static.html | 2 +- .../upgrade-phonecat/ts/ng2_components/package.1.json | 2 +- .../ts/ng2_components/test/karma.conf.1.js | 2 +- .../upgrade-phonecat/ts/ng2_final/package.1.json | 2 +- .../upgrade-phonecat/ts/ng2_final/test/karma.conf.1.js | 2 +- .../upgrade-phonecat/ts/ng2_initial/package.1.json | 2 +- .../upgrade-phonecat/ts/ng2_initial/test/karma.conf.1.js | 2 +- public/docs/_examples/wallaby.js | 2 +- public/docs/ts/latest/guide/typescript-configuration.jade | 8 ++++---- public/docs/ts/latest/quickstart.jade | 2 +- tools/plunker-builder/indexHtmlTranslator.js | 7 +------ 27 files changed, 36 insertions(+), 42 deletions(-) diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html index f5b05c3e55..ce0bdfbaf9 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -9,17 +9,17 @@ - + - + diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html index 6a9ab2f9dd..c790439682 100644 --- a/public/docs/_examples/homepage-tabs/ts/index.1.html +++ b/public/docs/_examples/homepage-tabs/ts/index.1.html @@ -10,17 +10,17 @@ - + - + diff --git a/public/docs/_examples/homepage-todo/ts/index.1.html b/public/docs/_examples/homepage-todo/ts/index.1.html index f69158e29c..d926bbe323 100644 --- a/public/docs/_examples/homepage-todo/ts/index.1.html +++ b/public/docs/_examples/homepage-todo/ts/index.1.html @@ -10,17 +10,17 @@ - + - + diff --git a/public/docs/_examples/karma.conf.js b/public/docs/_examples/karma.conf.js index fe7c2d1652..b9bea32636 100644 --- a/public/docs/_examples/karma.conf.js +++ b/public/docs/_examples/karma.conf.js @@ -22,7 +22,7 @@ module.exports = function(config) { }, files: [ // Polyfills. - 'node_modules/es6-shim/es6-shim.js', + 'node_modules/code-js/client/shim.min.js', // Zone.js dependencies // Note - do not include zone.js itself here, it is already diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index c88ec62936..b89d74462e 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -38,7 +38,7 @@ "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12", - "angular2-in-memory-web-api": "0.0.8", + "angular2-in-memory-web-api": "0.0.9", "bootstrap": "^3.3.6" }, "devDependencies": { diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json index 61458998db..5cac25cd60 100644 --- a/public/docs/_examples/quickstart/ts/package.1.json +++ b/public/docs/_examples/quickstart/ts/package.1.json @@ -27,7 +27,7 @@ "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12", - "angular2-in-memory-web-api": "0.0.8", + "angular2-in-memory-web-api": "0.0.9", "bootstrap": "^3.3.6" }, "devDependencies": { diff --git a/public/docs/_examples/styleguide/package.1.json b/public/docs/_examples/styleguide/package.1.json index 7129ac907a..f4c2fdaef5 100644 --- a/public/docs/_examples/styleguide/package.1.json +++ b/public/docs/_examples/styleguide/package.1.json @@ -11,8 +11,7 @@ "dependencies": { "angular2": "2.0.0-beta.0", "systemjs": "0.19.6", - "es6-promise": "^3.0.2", - "es6-shim": "^0.35.0", + "core-js": "^2.4.0", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.0", "zone.js": "0.5.10" diff --git a/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html b/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html index 2e97762347..ff5481a40d 100644 --- a/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html +++ b/public/docs/_examples/upgrade-adapter/ts/index-1-2-hybrid-bootstrap.html @@ -17,7 +17,7 @@