@angular/compiler-cli 17.2.2 → 17.3.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-FUGV6LEW.js → chunk-GWFFFWTW.js} +3 -3
- package/bundles/{chunk-RMH722TZ.js → chunk-JKNKVO7U.js} +2 -2
- package/bundles/{chunk-5BWCY2AS.js → chunk-NZQBYQYJ.js} +3 -3
- package/bundles/{chunk-SN7STUDB.js → chunk-OW77LBBK.js} +3 -3
- package/bundles/{chunk-SN7STUDB.js.map → chunk-OW77LBBK.js.map} +1 -1
- package/bundles/{chunk-6VI5PEAF.js → chunk-VPKIGOWE.js} +6 -3
- package/bundles/{chunk-6VI5PEAF.js.map → chunk-VPKIGOWE.js.map} +1 -1
- package/bundles/{chunk-HL2GCSY7.js → chunk-XLXSE3QH.js} +290 -286
- package/bundles/chunk-XLXSE3QH.js.map +6 -0
- package/bundles/index.js +8 -5
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +2 -2
- package/bundles/linker/index.js +2 -2
- package/bundles/private/migrations.js +2 -2
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/index.d.ts +1 -0
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/diagnostics/index.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/error.d.ts +7 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +9 -3
- package/bundles/chunk-HL2GCSY7.js.map +0 -6
- /package/bundles/{chunk-FUGV6LEW.js.map → chunk-GWFFFWTW.js.map} +0 -0
- /package/bundles/{chunk-RMH722TZ.js.map → chunk-JKNKVO7U.js.map} +0 -0
- /package/bundles/{chunk-5BWCY2AS.js.map → chunk-NZQBYQYJ.js.map} +0 -0
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
declarationTransformFactory,
|
|
40
40
|
isHostDirectiveMetaForGlobalMode,
|
|
41
41
|
ivyTransformFactory
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-OW77LBBK.js";
|
|
43
43
|
import {
|
|
44
44
|
AbsoluteModuleStrategy,
|
|
45
45
|
AliasStrategy,
|
|
@@ -88,7 +88,7 @@ import {
|
|
|
88
88
|
toUnredirectedSourceFile,
|
|
89
89
|
translateExpression,
|
|
90
90
|
translateType
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-XLXSE3QH.js";
|
|
92
92
|
import {
|
|
93
93
|
ActivePerfRecorder,
|
|
94
94
|
DelegatingPerfRecorder,
|
|
@@ -9167,4 +9167,4 @@ export {
|
|
|
9167
9167
|
* Use of this source code is governed by an MIT-style license that can be
|
|
9168
9168
|
* found in the LICENSE file at https://angular.io/license
|
|
9169
9169
|
*/
|
|
9170
|
-
//# sourceMappingURL=chunk-
|
|
9170
|
+
//# sourceMappingURL=chunk-GWFFFWTW.js.map
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-GWFFFWTW.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -342,4 +342,4 @@ export {
|
|
|
342
342
|
* Use of this source code is governed by an MIT-style license that can be
|
|
343
343
|
* found in the LICENSE file at https://angular.io/license
|
|
344
344
|
*/
|
|
345
|
-
//# sourceMappingURL=chunk-
|
|
345
|
+
//# sourceMappingURL=chunk-JKNKVO7U.js.map
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
tryParseSignalInputMapping,
|
|
13
13
|
tryParseSignalModelMapping,
|
|
14
14
|
tryParseSignalQueryFromInitializer
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OW77LBBK.js";
|
|
16
16
|
import {
|
|
17
17
|
ImportManager,
|
|
18
18
|
TypeScriptReflectionHost,
|
|
19
19
|
isAliasImportDeclaration,
|
|
20
20
|
loadIsReferencedAliasDeclarationPatch
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-XLXSE3QH.js";
|
|
22
22
|
|
|
23
23
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
24
24
|
import ts from "typescript";
|
|
@@ -549,4 +549,4 @@ export {
|
|
|
549
549
|
* Use of this source code is governed by an MIT-style license that can be
|
|
550
550
|
* found in the LICENSE file at https://angular.io/license
|
|
551
551
|
*/
|
|
552
|
-
//# sourceMappingURL=chunk-
|
|
552
|
+
//# sourceMappingURL=chunk-NZQBYQYJ.js.map
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
translateStatement,
|
|
30
30
|
translateType,
|
|
31
31
|
typeNodeToValueExpr
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-XLXSE3QH.js";
|
|
33
33
|
import {
|
|
34
34
|
PerfEvent,
|
|
35
35
|
PerfPhase
|
|
@@ -5381,7 +5381,7 @@ function extractHostDirectives(rawHostDirectives, evaluator, compilationMode) {
|
|
|
5381
5381
|
let nameForErrors = (fieldName) => "@Directive.hostDirectives";
|
|
5382
5382
|
if (compilationMode === CompilationMode.LOCAL && hostReference instanceof DynamicValue) {
|
|
5383
5383
|
if (!ts23.isIdentifier(hostReference.node) && !ts23.isPropertyAccessExpression(hostReference.node)) {
|
|
5384
|
-
throw new FatalDiagnosticError(ErrorCode.
|
|
5384
|
+
throw new FatalDiagnosticError(ErrorCode.LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION, hostReference.node, `In local compilation mode, host directive cannot be an expression. Use an identifier instead`);
|
|
5385
5385
|
}
|
|
5386
5386
|
directive = new WrappedNodeExpr5(hostReference.node);
|
|
5387
5387
|
} else if (hostReference instanceof Reference) {
|
|
@@ -8317,4 +8317,4 @@ export {
|
|
|
8317
8317
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8318
8318
|
* found in the LICENSE file at https://angular.io/license
|
|
8319
8319
|
*/
|
|
8320
|
-
//# sourceMappingURL=chunk-
|
|
8320
|
+
//# sourceMappingURL=chunk-OW77LBBK.js.map
|