@angular/core 17.2.3 → 17.3.0-next.1

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.
@@ -25420,7 +25420,7 @@ var ResourceLoader = class {
25420
25420
  };
25421
25421
 
25422
25422
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25423
- var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = false;
25423
+ var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
25424
25424
  var CompilerFacadeImpl = class {
25425
25425
  constructor(jitEvaluator = new JitEvaluator()) {
25426
25426
  this.jitEvaluator = jitEvaluator;
@@ -26001,7 +26001,7 @@ function publishFacade(global) {
26001
26001
  }
26002
26002
 
26003
26003
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
26004
- var VERSION2 = new Version("17.2.3");
26004
+ var VERSION2 = new Version("17.3.0-next.1");
26005
26005
 
26006
26006
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26007
26007
  var _VisitorMode;