@angular/compiler-cli 16.1.0 → 16.1.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.
- package/bundles/{chunk-QCI2PLQA.js → chunk-EMELASNB.js} +5 -2
- package/bundles/{chunk-QCI2PLQA.js.map → chunk-EMELASNB.js.map} +1 -1
- package/bundles/{chunk-7HUJG2M6.js → chunk-JXL4GN5W.js} +7 -7
- package/bundles/{chunk-7HUJG2M6.js.map → chunk-JXL4GN5W.js.map} +1 -1
- package/bundles/{chunk-XTUD3JK5.js → chunk-LKUXUQLD.js} +2 -2
- package/bundles/chunk-OOJTRSMD.js +2 -2
- package/bundles/index.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/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +1 -1
- package/src/ngtsc/annotations/directive/src/handler.d.ts +1 -1
- package/src/ngtsc/annotations/ng_module/src/handler.d.ts +1 -1
- package/src/ngtsc/annotations/src/injectable.d.ts +1 -1
- package/src/ngtsc/annotations/src/pipe.d.ts +1 -1
- package/src/ngtsc/core/api/src/public_options.d.ts +4 -1
- /package/bundles/{chunk-XTUD3JK5.js.map → chunk-LKUXUQLD.js.map} +0 -0
|
@@ -3615,7 +3615,7 @@ var TraitCompiler = class {
|
|
|
3615
3615
|
case TraitState.Skipped:
|
|
3616
3616
|
continue;
|
|
3617
3617
|
case TraitState.Pending:
|
|
3618
|
-
throw new Error(`Resolving a trait that hasn't been analyzed: ${clazz.name.text} / ${
|
|
3618
|
+
throw new Error(`Resolving a trait that hasn't been analyzed: ${clazz.name.text} / ${trait.handler.name}`);
|
|
3619
3619
|
case TraitState.Resolved:
|
|
3620
3620
|
throw new Error(`Resolving an already resolved trait`);
|
|
3621
3621
|
}
|
|
@@ -4952,7 +4952,7 @@ var DirectiveDecoratorHandler = class {
|
|
|
4952
4952
|
this.annotateForClosureCompiler = annotateForClosureCompiler;
|
|
4953
4953
|
this.perf = perf;
|
|
4954
4954
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
4955
|
-
this.name = DirectiveDecoratorHandler
|
|
4955
|
+
this.name = "DirectiveDecoratorHandler";
|
|
4956
4956
|
}
|
|
4957
4957
|
detect(node, decorators) {
|
|
4958
4958
|
if (!decorators) {
|
|
@@ -5232,7 +5232,7 @@ var NgModuleDecoratorHandler = class {
|
|
|
5232
5232
|
this.injectableRegistry = injectableRegistry;
|
|
5233
5233
|
this.perf = perf;
|
|
5234
5234
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
5235
|
-
this.name = NgModuleDecoratorHandler
|
|
5235
|
+
this.name = "NgModuleDecoratorHandler";
|
|
5236
5236
|
}
|
|
5237
5237
|
detect(node, decorators) {
|
|
5238
5238
|
if (!decorators) {
|
|
@@ -6159,7 +6159,7 @@ var ComponentDecoratorHandler = class {
|
|
|
6159
6159
|
this.preanalyzeTemplateCache = /* @__PURE__ */ new Map();
|
|
6160
6160
|
this.preanalyzeStylesCache = /* @__PURE__ */ new Map();
|
|
6161
6161
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
6162
|
-
this.name = ComponentDecoratorHandler
|
|
6162
|
+
this.name = "ComponentDecoratorHandler";
|
|
6163
6163
|
this.extractTemplateOptions = {
|
|
6164
6164
|
enableI18nLegacyMessageIdFormat: this.enableI18nLegacyMessageIdFormat,
|
|
6165
6165
|
i18nNormalizeLineEndingsInICUs: this.i18nNormalizeLineEndingsInICUs,
|
|
@@ -6786,7 +6786,7 @@ var InjectableDecoratorHandler = class {
|
|
|
6786
6786
|
this.perf = perf;
|
|
6787
6787
|
this.errorOnDuplicateProv = errorOnDuplicateProv;
|
|
6788
6788
|
this.precedence = HandlerPrecedence.SHARED;
|
|
6789
|
-
this.name = InjectableDecoratorHandler
|
|
6789
|
+
this.name = "InjectableDecoratorHandler";
|
|
6790
6790
|
}
|
|
6791
6791
|
detect(node, decorators) {
|
|
6792
6792
|
if (!decorators) {
|
|
@@ -7016,7 +7016,7 @@ var PipeDecoratorHandler = class {
|
|
|
7016
7016
|
this.isCore = isCore;
|
|
7017
7017
|
this.perf = perf;
|
|
7018
7018
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
7019
|
-
this.name = PipeDecoratorHandler
|
|
7019
|
+
this.name = "PipeDecoratorHandler";
|
|
7020
7020
|
}
|
|
7021
7021
|
detect(node, decorators) {
|
|
7022
7022
|
if (!decorators) {
|
|
@@ -7226,4 +7226,4 @@ export {
|
|
|
7226
7226
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7227
7227
|
* found in the LICENSE file at https://angular.io/license
|
|
7228
7228
|
*/
|
|
7229
|
-
//# sourceMappingURL=chunk-
|
|
7229
|
+
//# sourceMappingURL=chunk-JXL4GN5W.js.map
|