@angular/compiler-cli 17.2.3 → 17.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-SGHI77T2.js";
15
+ } from "./chunk-TZRMP73O.js";
16
16
 
17
17
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
18
18
  import ts2 from "typescript";
@@ -342,4 +342,4 @@ export {
342
342
  * Use of this source code is governed by an MIT-style license that can be
343
343
  * found in the LICENSE file at https://angular.io/license
344
344
  */
345
- //# sourceMappingURL=chunk-NQAH24UD.js.map
345
+ //# sourceMappingURL=chunk-4ZRGWY6Y.js.map
@@ -271,7 +271,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
271
271
 
272
272
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
273
273
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
274
- var PLACEHOLDER_VERSION = "17.2.3";
274
+ var PLACEHOLDER_VERSION = "17.2.4";
275
275
  var SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = false;
276
276
  function wrapReference(wrapped) {
277
277
  return { value: wrapped, type: wrapped };
@@ -4626,6 +4626,9 @@ function parseLocator(expression, reflector) {
4626
4626
  return createMayBeForwardRefExpression(new o.WrappedNodeExpr(expression), unwrappedExpression !== null ? 2 : 0);
4627
4627
  }
4628
4628
  function parseReadOption(value) {
4629
+ if (ts22.isExpressionWithTypeArguments(value) || ts22.isParenthesizedExpression(value) || ts22.isAsExpression(value)) {
4630
+ return parseReadOption(value.expression);
4631
+ }
4629
4632
  if (ts22.isPropertyAccessExpression(value) && ts22.isIdentifier(value.expression) || ts22.isIdentifier(value)) {
4630
4633
  return new o.WrappedNodeExpr(value);
4631
4634
  }
@@ -8321,4 +8324,4 @@ export {
8321
8324
  * Use of this source code is governed by an MIT-style license that can be
8322
8325
  * found in the LICENSE file at https://angular.io/license
8323
8326
  */
8324
- //# sourceMappingURL=chunk-MV5DSSRA.js.map
8327
+ //# sourceMappingURL=chunk-LVVK56VK.js.map