@angular/compiler-cli 17.0.0-rc.3 → 17.0.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.
@@ -36,7 +36,7 @@ import {
36
36
  aliasTransformFactory,
37
37
  declarationTransformFactory,
38
38
  ivyTransformFactory
39
- } from "./chunk-2I2I3FLR.js";
39
+ } from "./chunk-HKIDKKUJ.js";
40
40
  import {
41
41
  ImportManager,
42
42
  TypeEmitter,
@@ -7430,7 +7430,7 @@ var NgCompiler = class {
7430
7430
  }
7431
7431
  }
7432
7432
  constructor(adapter, options, inputProgram, programDriver, incrementalStrategy, incrementalCompilation, enableTemplateTypeChecker, usePoisonedData, livePerfRecorder) {
7433
- var _a;
7433
+ var _a, _b;
7434
7434
  this.adapter = adapter;
7435
7435
  this.options = options;
7436
7436
  this.inputProgram = inputProgram;
@@ -7444,6 +7444,7 @@ var NgCompiler = class {
7444
7444
  this.nonTemplateDiagnostics = null;
7445
7445
  this.delegatingPerfRecorder = new DelegatingPerfRecorder(this.perfRecorder);
7446
7446
  this.enableTemplateTypeChecker = enableTemplateTypeChecker || ((_a = options["_enableTemplateTypeChecker"]) != null ? _a : false);
7447
+ this.enableBlockSyntax = (_b = options["_enableBlockSyntax"]) != null ? _b : true;
7447
7448
  this.constructionDiagnostics.push(...this.adapter.constructionDiagnostics, ...verifyCompatibleTypeCheckOptions(this.options));
7448
7449
  this.currentProgram = inputProgram;
7449
7450
  this.closureCompilerEnabled = !!this.options.annotateForClosureCompiler;
@@ -7926,7 +7927,7 @@ var NgCompiler = class {
7926
7927
  throw new Error('JIT mode support ("supportJitMode" option) cannot be disabled when forbidOrphanComponents is set to true');
7927
7928
  }
7928
7929
  const handlers = [
7929
- new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver, supportTestBed, compilationMode, deferredSymbolsTracker, !!this.options.forbidOrphanComponents),
7930
+ new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver, supportTestBed, compilationMode, deferredSymbolsTracker, !!this.options.forbidOrphanComponents, this.enableBlockSyntax),
7930
7931
  new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, supportTestBed, compilationMode),
7931
7932
  new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder, supportTestBed, compilationMode),
7932
7933
  new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder, supportTestBed, compilationMode),
@@ -8712,4 +8713,4 @@ export {
8712
8713
  * Use of this source code is governed by an MIT-style license that can be
8713
8714
  * found in the LICENSE file at https://angular.io/license
8714
8715
  */
8715
- //# sourceMappingURL=chunk-SKLJR6LO.js.map
8716
+ //# sourceMappingURL=chunk-VBLBTWOL.js.map