@angular/compiler-cli 14.0.1 → 14.1.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.
@@ -30,7 +30,7 @@ import {
30
30
  aliasTransformFactory,
31
31
  declarationTransformFactory,
32
32
  ivyTransformFactory
33
- } from "./chunk-NTRR4N4C.js";
33
+ } from "./chunk-UERCMXQE.js";
34
34
  import {
35
35
  TypeScriptReflectionHost,
36
36
  isNamedClassDeclaration
@@ -6471,6 +6471,7 @@ var NgCompiler = class {
6471
6471
  return diagnostics;
6472
6472
  }
6473
6473
  makeCompilation() {
6474
+ var _a;
6474
6475
  const checker = this.inputProgram.getTypeChecker();
6475
6476
  const reflector = new TypeScriptReflectionHost(checker);
6476
6477
  let refEmitter;
@@ -6529,7 +6530,7 @@ var NgCompiler = class {
6529
6530
  new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, isCore, semanticDepGraphUpdater, this.closureCompilerEnabled, false, this.delegatingPerfRecorder),
6530
6531
  new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder),
6531
6532
  new InjectableDecoratorHandler(reflector, isCore, this.options.strictInjectionParameters || false, injectableRegistry, this.delegatingPerfRecorder),
6532
- new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, isCore, refEmitter, this.adapter.factoryTracker, this.closureCompilerEnabled, injectableRegistry, this.delegatingPerfRecorder)
6533
+ new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, isCore, refEmitter, this.adapter.factoryTracker, this.closureCompilerEnabled, (_a = this.options.onlyPublishPublicTypingsForNgModules) != null ? _a : false, injectableRegistry, this.delegatingPerfRecorder)
6533
6534
  ];
6534
6535
  const traitCompiler = new TraitCompiler(handlers, reflector, this.delegatingPerfRecorder, this.incrementalCompilation, this.options.compileNonExportedClasses !== false, compilationMode, dtsTransforms, semanticDepGraphUpdater, this.adapter);
6535
6536
  const notifyingDriver = new NotifyingProgramDriverWrapper(this.programDriver, (program) => {
@@ -7302,4 +7303,4 @@ export {
7302
7303
  * found in the LICENSE file at https://angular.io/license
7303
7304
  */
7304
7305
  // Closure Compiler ignores @suppress and similar if the comment contains @license.
7305
- //# sourceMappingURL=chunk-RT3OZMJ6.js.map
7306
+ //# sourceMappingURL=chunk-VAPEAGED.js.map