@angular/compiler-cli 17.2.2 → 17.3.0-next.0

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.
@@ -39,7 +39,7 @@ import {
39
39
  declarationTransformFactory,
40
40
  isHostDirectiveMetaForGlobalMode,
41
41
  ivyTransformFactory
42
- } from "./chunk-SN7STUDB.js";
42
+ } from "./chunk-OW77LBBK.js";
43
43
  import {
44
44
  AbsoluteModuleStrategy,
45
45
  AliasStrategy,
@@ -88,7 +88,7 @@ import {
88
88
  toUnredirectedSourceFile,
89
89
  translateExpression,
90
90
  translateType
91
- } from "./chunk-HL2GCSY7.js";
91
+ } from "./chunk-XLXSE3QH.js";
92
92
  import {
93
93
  ActivePerfRecorder,
94
94
  DelegatingPerfRecorder,
@@ -9167,4 +9167,4 @@ export {
9167
9167
  * Use of this source code is governed by an MIT-style license that can be
9168
9168
  * found in the LICENSE file at https://angular.io/license
9169
9169
  */
9170
- //# sourceMappingURL=chunk-FUGV6LEW.js.map
9170
+ //# sourceMappingURL=chunk-GWFFFWTW.js.map
@@ -12,7 +12,7 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-FUGV6LEW.js";
15
+ } from "./chunk-GWFFFWTW.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-RMH722TZ.js.map
345
+ //# sourceMappingURL=chunk-JKNKVO7U.js.map
@@ -12,13 +12,13 @@ import {
12
12
  tryParseSignalInputMapping,
13
13
  tryParseSignalModelMapping,
14
14
  tryParseSignalQueryFromInitializer
15
- } from "./chunk-SN7STUDB.js";
15
+ } from "./chunk-OW77LBBK.js";
16
16
  import {
17
17
  ImportManager,
18
18
  TypeScriptReflectionHost,
19
19
  isAliasImportDeclaration,
20
20
  loadIsReferencedAliasDeclarationPatch
21
- } from "./chunk-HL2GCSY7.js";
21
+ } from "./chunk-XLXSE3QH.js";
22
22
 
23
23
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
24
24
  import ts from "typescript";
@@ -549,4 +549,4 @@ export {
549
549
  * Use of this source code is governed by an MIT-style license that can be
550
550
  * found in the LICENSE file at https://angular.io/license
551
551
  */
552
- //# sourceMappingURL=chunk-5BWCY2AS.js.map
552
+ //# sourceMappingURL=chunk-NZQBYQYJ.js.map
@@ -29,7 +29,7 @@ import {
29
29
  translateStatement,
30
30
  translateType,
31
31
  typeNodeToValueExpr
32
- } from "./chunk-HL2GCSY7.js";
32
+ } from "./chunk-XLXSE3QH.js";
33
33
  import {
34
34
  PerfEvent,
35
35
  PerfPhase
@@ -5381,7 +5381,7 @@ function extractHostDirectives(rawHostDirectives, evaluator, compilationMode) {
5381
5381
  let nameForErrors = (fieldName) => "@Directive.hostDirectives";
5382
5382
  if (compilationMode === CompilationMode.LOCAL && hostReference instanceof DynamicValue) {
5383
5383
  if (!ts23.isIdentifier(hostReference.node) && !ts23.isPropertyAccessExpression(hostReference.node)) {
5384
- throw new FatalDiagnosticError(ErrorCode.LOCAL_COMPILATION_EXPRESSION_FOR_HOST_DIRECTIVE, hostReference.node, `In local compilation mode, host directive cannot be an expression. Use an identifier instead`);
5384
+ throw new FatalDiagnosticError(ErrorCode.LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION, hostReference.node, `In local compilation mode, host directive cannot be an expression. Use an identifier instead`);
5385
5385
  }
5386
5386
  directive = new WrappedNodeExpr5(hostReference.node);
5387
5387
  } else if (hostReference instanceof Reference) {
@@ -8317,4 +8317,4 @@ export {
8317
8317
  * Use of this source code is governed by an MIT-style license that can be
8318
8318
  * found in the LICENSE file at https://angular.io/license
8319
8319
  */
8320
- //# sourceMappingURL=chunk-SN7STUDB.js.map
8320
+ //# sourceMappingURL=chunk-OW77LBBK.js.map