@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.
- package/bundles/{chunk-EI6PFDB4.js → chunk-CFXFF2GM.js} +3 -3
- package/bundles/{chunk-EI6PFDB4.js.map → chunk-CFXFF2GM.js.map} +0 -0
- package/bundles/{chunk-KIWI22Y5.js → chunk-GIDRICZE.js} +2 -2
- package/bundles/{chunk-KIWI22Y5.js.map → chunk-GIDRICZE.js.map} +0 -0
- package/bundles/{chunk-VEAB5CR7.js → chunk-JJOKGPPP.js} +5 -3
- package/bundles/{chunk-VEAB5CR7.js.map → chunk-JJOKGPPP.js.map} +1 -1
- package/bundles/{chunk-AXU2Z2WN.js → chunk-PI2777Z6.js} +4 -4
- package/bundles/{chunk-AXU2Z2WN.js.map → chunk-PI2777Z6.js.map} +1 -1
- package/bundles/{chunk-NTRR4N4C.js → chunk-UERCMXQE.js} +15 -3
- package/bundles/{chunk-NTRR4N4C.js.map → chunk-UERCMXQE.js.map} +1 -1
- package/bundles/{chunk-RT3OZMJ6.js → chunk-VAPEAGED.js} +4 -3
- package/bundles/{chunk-RT3OZMJ6.js.map → chunk-VAPEAGED.js.map} +1 -1
- package/bundles/index.js +3 -3
- package/bundles/linker/babel/index.js +1 -1
- package/bundles/linker/index.js +1 -1
- package/bundles/ngcc/index.js +4 -4
- package/bundles/ngcc/main-ngcc.js +4 -4
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +3 -3
- package/bundles/private/migrations.js +1 -1
- package/bundles/src/bin/ng_xi18n.js +3 -3
- package/bundles/src/bin/ngc.js +3 -3
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/ng_module/src/handler.d.ts +2 -1
- package/src/ngtsc/core/api/src/public_options.d.ts +10 -0
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
aliasTransformFactory,
|
|
31
31
|
declarationTransformFactory,
|
|
32
32
|
ivyTransformFactory
|
|
33
|
-
} from "./chunk-
|
|
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-
|
|
7306
|
+
//# sourceMappingURL=chunk-VAPEAGED.js.map
|