forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): downlevel with non-loose ECMA com…
…pliance This ensures that the ES5 bundles operate consistently with the ES2015+ bundles. Fixes angular#15673
- Loading branch information
Showing
3 changed files
with
29 additions
and
5 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
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 |
---|---|---|
|
@@ -183,6 +183,18 @@ | |
"@babel/traverse" "^7.4.4" | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.5.5": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f" | ||
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng== | ||
dependencies: | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/helper-member-expression-to-functions" "^7.5.5" | ||
"@babel/helper-optimise-call-expression" "^7.0.0" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-replace-supers" "^7.5.5" | ||
"@babel/helper-split-export-declaration" "^7.4.4" | ||
|
||
"@babel/helper-define-map@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" | ||
|
@@ -351,6 +363,14 @@ | |
"@babel/helper-remap-async-to-generator" "^7.1.0" | ||
"@babel/plugin-syntax-async-generators" "^7.2.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4" | ||
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A== | ||
dependencies: | ||
"@babel/helper-create-class-features-plugin" "^7.5.5" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-proposal-dynamic-import@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz#e532202db4838723691b10a67b8ce509e397c506" | ||
|
@@ -8886,7 +8906,6 @@ sauce-connect-launcher@^1.2.4: | |
|
||
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz": | ||
version "0.0.0" | ||
uid dc5efcd2be24ddb099a85b923d6e754754651fa8 | ||
resolved "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz#dc5efcd2be24ddb099a85b923d6e754754651fa8" | ||
|
||
saucelabs@^1.5.0: | ||
|