Skip to content

Commit 723cb54

Browse files
committed
fix(@angular-devkit/build-optimizer): revert to using TS 3.6
Workaround for microsoft/TypeScript#36098. Should go back to 3.7 once it is fixed.
1 parent 6a2dbec commit 723cb54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"loader-utils": "1.2.3",
1313
"source-map": "0.7.3",
1414
"tslib": "1.10.0",
15-
"typescript": "3.7.4",
15+
"typescript": "3.6.4",
1616
"webpack-sources": "1.4.3"
1717
}
1818
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10791,6 +10791,11 @@ typedarray@^0.0.6:
1079110791
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1079210792
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1079310793

10794+
10795+
version "3.6.4"
10796+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
10797+
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
10798+
1079410799
1079510800
version "3.7.4"
1079610801
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"

0 commit comments

Comments
 (0)