@angular/compiler-cli 21.0.0-next.2 → 21.0.0-next.3

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.
@@ -455,7 +455,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
455
455
  // packages/compiler-cli/linker/src/file_linker/partial_linkers/util.js
456
456
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
457
457
  import semver from "semver";
458
- var PLACEHOLDER_VERSION = "21.0.0-next.2";
458
+ var PLACEHOLDER_VERSION = "21.0.0-next.3";
459
459
  function wrapReference(wrapped) {
460
460
  return { value: wrapped, type: wrapped };
461
461
  }
@@ -1297,7 +1297,7 @@ function compareVersions(v1, v2) {
1297
1297
  }
1298
1298
 
1299
1299
  // packages/compiler-cli/src/typescript_support.js
1300
- var MIN_TS_VERSION = "5.8.0";
1300
+ var MIN_TS_VERSION = "5.9.0";
1301
1301
  var MAX_TS_VERSION = "6.0.0";
1302
1302
  var tsVersion = ts13.version;
1303
1303
  function checkVersion(version, minVersion, maxVersion) {
@@ -2804,7 +2804,7 @@ var StandaloneComponentScopeReader = class {
2804
2804
  };
2805
2805
 
2806
2806
  // packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2807
- import { ASTWithSource as ASTWithSource2, BindingType, Interpolation, PrefixNot, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2807
+ import { ASTWithSource as ASTWithSource2, BindingType, Interpolation, PrefixNot, PropertyRead as PropertyRead2, TmplAstBoundAttribute, TmplAstIfBlock, TmplAstSwitchBlock } from "@angular/compiler";
2808
2808
 
2809
2809
  // packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
2810
2810
  import ts18 from "typescript";
@@ -2912,6 +2912,16 @@ var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
2912
2912
  ) {
2913
2913
  return buildDiagnosticForSignal(ctx, nodeAst, component);
2914
2914
  }
2915
+ } else if (node instanceof TmplAstIfBlock) {
2916
+ return node.branches.map((branch) => branch.expression).filter((expr) => expr instanceof ASTWithSource2).map((expr) => {
2917
+ const ast = expr.ast;
2918
+ return ast instanceof PrefixNot ? ast.expression : ast;
2919
+ }).filter((ast) => ast instanceof PropertyRead2).flatMap((item) => buildDiagnosticForSignal(ctx, item, component));
2920
+ } else if (node instanceof TmplAstSwitchBlock && node.expression instanceof ASTWithSource2) {
2921
+ const expression = node.expression.ast instanceof PrefixNot ? node.expression.ast.expression : node.expression.ast;
2922
+ if (expression instanceof PropertyRead2) {
2923
+ return buildDiagnosticForSignal(ctx, expression, component);
2924
+ }
2915
2925
  }
2916
2926
  return [];
2917
2927
  }
@@ -4663,7 +4673,7 @@ var NgCompiler = class _NgCompiler {
4663
4673
  const supportJitMode = this.options["supportJitMode"] ?? true;
4664
4674
  const supportTestBed = this.options["supportTestBed"] ?? true;
4665
4675
  const externalRuntimeStyles = this.options["externalRuntimeStyles"] ?? false;
4666
- const typeCheckHostBindings = this.options.typeCheckHostBindings ?? false;
4676
+ const typeCheckHostBindings = this.options.typeCheckHostBindings ?? true;
4667
4677
  if (supportTestBed === false && compilationMode === CompilationMode.PARTIAL) {
4668
4678
  throw new Error('TestBed support ("supportTestBed" option) cannot be disabled in partial compilation mode.');
4669
4679
  }
@@ -12,7 +12,7 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-BHH6AQ45.js";
15
+ } from "./chunk-GHWSK4FH.js";
16
16
 
17
17
  // packages/compiler-cli/src/main.js
18
18
  import ts2 from "typescript";
package/bundles/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  isTsDiagnostic,
29
29
  performCompilation,
30
30
  readConfiguration
31
- } from "./chunk-BHH6AQ45.js";
31
+ } from "./chunk-GHWSK4FH.js";
32
32
  import {
33
33
  ConsoleLogger,
34
34
  LogLevel
@@ -77,7 +77,7 @@ import "./chunk-G7GFT6BU.js";
77
77
 
78
78
  // packages/compiler-cli/src/version.js
79
79
  import { Version } from "@angular/compiler";
80
- var VERSION = new Version("21.0.0-next.2");
80
+ var VERSION = new Version("21.0.0-next.3");
81
81
 
82
82
  // packages/compiler-cli/private/tooling.js
83
83
  var GLOBAL_DEFS_FOR_TERSER = {
@@ -6,10 +6,10 @@
6
6
  import {
7
7
  main,
8
8
  readCommandLineAndConfiguration
9
- } from "../../chunk-6GMQREBC.js";
9
+ } from "../../chunk-XGTXFDVY.js";
10
10
  import {
11
11
  EmitFlags
12
- } from "../../chunk-BHH6AQ45.js";
12
+ } from "../../chunk-GHWSK4FH.js";
13
13
  import "../../chunk-BSGTWRWT.js";
14
14
  import "../../chunk-DQC7LG5E.js";
15
15
  import "../../chunk-I2BHWRAU.js";
@@ -5,8 +5,8 @@
5
5
 
6
6
  import {
7
7
  main
8
- } from "../../chunk-6GMQREBC.js";
9
- import "../../chunk-BHH6AQ45.js";
8
+ } from "../../chunk-XGTXFDVY.js";
9
+ import "../../chunk-GHWSK4FH.js";
10
10
  import "../../chunk-BSGTWRWT.js";
11
11
  import "../../chunk-DQC7LG5E.js";
12
12
  import "../../chunk-I2BHWRAU.js";
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
9
9
  import { AstObject, AstValue } from '../../ast/ast_value';
10
- export declare const PLACEHOLDER_VERSION = "21.0.0-next.2";
10
+ export declare const PLACEHOLDER_VERSION = "21.0.0-next.3";
11
11
  export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
12
12
  /**
13
13
  * Parses the value of an enum from the AST value's symbol name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "21.0.0-next.2",
3
+ "version": "21.0.0-next.3",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@babel/core": "7.28.3",
41
+ "@babel/core": "7.28.4",
42
42
  "@jridgewell/sourcemap-codec": "^1.4.14",
43
43
  "reflect-metadata": "^0.2.0",
44
44
  "chokidar": "^4.0.0",
@@ -48,8 +48,8 @@
48
48
  "yargs": "^18.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@angular/compiler": "21.0.0-next.2",
52
- "typescript": ">=5.8 <6.0"
51
+ "@angular/compiler": "21.0.0-next.3",
52
+ "typescript": ">=5.9 <6.0"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "typescript": {