File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
packages/angular_devkit/build_optimizer Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 12
12
"loader-utils" : " 1.4.0" ,
13
13
"source-map" : " 0.7.3" ,
14
14
"tslib" : " 1.11.1" ,
15
- "typescript" : " 3.6.4 " ,
15
+ "typescript" : " 3.8.2 " ,
16
16
"webpack-sources" : " 1.4.3"
17
17
}
18
18
}
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ function isTslibHelper(
594
594
checker : ts . TypeChecker ,
595
595
) {
596
596
597
- let callExprIdent = callExpr . expression as ts . Identifier ;
597
+ let callExprIdent = callExpr . expression as ts . Identifier | ts . PrivateIdentifier ;
598
598
599
599
if ( callExpr . expression . kind !== ts . SyntaxKind . Identifier ) {
600
600
if ( callExpr . expression . kind === ts . SyntaxKind . PropertyAccessExpression ) {
Original file line number Diff line number Diff line change @@ -11482,11 +11482,6 @@ typedarray@^0.0.6:
11482
11482
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
11483
11483
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
11484
11484
11485
-
11486
- version "3.6.4"
11487
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
11488
- integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
11489
-
11490
11485
11491
11486
version "3.8.2"
11492
11487
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
You can’t perform that action at this time.
0 commit comments