@angular/compiler-cli 18.0.0-rc.3 → 18.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.
- package/bundles/{chunk-BVDVZTEE.js → chunk-27KMND5I.js} +3 -3
- package/bundles/{chunk-LCZH35U2.js → chunk-CDSIZK6E.js} +2 -2
- package/bundles/{chunk-UPUMIIZG.js → chunk-IFIN3A3P.js} +3 -3
- package/bundles/{chunk-GDDAH7HI.js → chunk-LDI6GWO5.js} +2 -2
- package/bundles/{chunk-77CB34BX.js → chunk-TPUY2KMQ.js} +2 -2
- package/bundles/{chunk-D7XZVDL2.js → chunk-ZLHOM56K.js} +4 -4
- package/bundles/{chunk-D7XZVDL2.js.map → chunk-ZLHOM56K.js.map} +1 -1
- package/bundles/index.js +5 -5
- 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/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/diagnostics/src/docs.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/error_details_base_url.d.ts +1 -1
- /package/bundles/{chunk-BVDVZTEE.js.map → chunk-27KMND5I.js.map} +0 -0
- /package/bundles/{chunk-LCZH35U2.js.map → chunk-CDSIZK6E.js.map} +0 -0
- /package/bundles/{chunk-UPUMIIZG.js.map → chunk-IFIN3A3P.js.map} +0 -0
- /package/bundles/{chunk-GDDAH7HI.js.map → chunk-LDI6GWO5.js.map} +0 -0
- /package/bundles/{chunk-77CB34BX.js.map → chunk-TPUY2KMQ.js.map} +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-TPUY2KMQ.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFileLoader
|
|
11
11
|
} from "./chunk-WR7TUJ7M.js";
|
|
@@ -299,7 +299,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
299
299
|
|
|
300
300
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
301
301
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
302
|
-
var PLACEHOLDER_VERSION = "18.0.
|
|
302
|
+
var PLACEHOLDER_VERSION = "18.0.1";
|
|
303
303
|
function wrapReference(wrapped) {
|
|
304
304
|
return { value: wrapped, type: wrapped };
|
|
305
305
|
}
|
|
@@ -1109,4 +1109,4 @@ export {
|
|
|
1109
1109
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1110
1110
|
* found in the LICENSE file at https://angular.io/license
|
|
1111
1111
|
*/
|
|
1112
|
-
//# sourceMappingURL=chunk-
|
|
1112
|
+
//# sourceMappingURL=chunk-27KMND5I.js.map
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
translateStatement,
|
|
35
35
|
translateType,
|
|
36
36
|
typeNodeToValueExpr
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-TPUY2KMQ.js";
|
|
38
38
|
import {
|
|
39
39
|
PerfEvent,
|
|
40
40
|
PerfPhase
|
|
@@ -8450,4 +8450,4 @@ export {
|
|
|
8450
8450
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8451
8451
|
* found in the LICENSE file at https://angular.io/license
|
|
8452
8452
|
*/
|
|
8453
|
-
//# sourceMappingURL=chunk-
|
|
8453
|
+
//# sourceMappingURL=chunk-CDSIZK6E.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
tryParseSignalInputMapping,
|
|
11
11
|
tryParseSignalModelMapping,
|
|
12
12
|
tryParseSignalQueryFromInitializer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-CDSIZK6E.js";
|
|
14
14
|
import {
|
|
15
15
|
ImportManager,
|
|
16
16
|
ImportedSymbolsTracker,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
isAliasImportDeclaration,
|
|
19
19
|
loadIsReferencedAliasDeclarationPatch,
|
|
20
20
|
reflectClassMember
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-TPUY2KMQ.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";
|
|
@@ -553,4 +553,4 @@ export {
|
|
|
553
553
|
* Use of this source code is governed by an MIT-style license that can be
|
|
554
554
|
* found in the LICENSE file at https://angular.io/license
|
|
555
555
|
*/
|
|
556
|
-
//# sourceMappingURL=chunk-
|
|
556
|
+
//# sourceMappingURL=chunk-IFIN3A3P.js.map
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ZLHOM56K.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.io/license
|
|
365
365
|
*/
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-LDI6GWO5.js.map
|
|
@@ -193,7 +193,7 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
193
193
|
]);
|
|
194
194
|
|
|
195
195
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
196
|
-
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.
|
|
196
|
+
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
|
|
197
197
|
|
|
198
198
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
199
199
|
var ExtendedTemplateDiagnosticName;
|
|
@@ -2989,4 +2989,4 @@ export {
|
|
|
2989
2989
|
* Use of this source code is governed by an MIT-style license that can be
|
|
2990
2990
|
* found in the LICENSE file at https://angular.io/license
|
|
2991
2991
|
*/
|
|
2992
|
-
//# sourceMappingURL=chunk-
|
|
2992
|
+
//# sourceMappingURL=chunk-TPUY2KMQ.js.map
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
isHostDirectiveMetaForGlobalMode,
|
|
45
45
|
ivyTransformFactory,
|
|
46
46
|
tryParseInitializerApi
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-CDSIZK6E.js";
|
|
48
48
|
import {
|
|
49
49
|
AbsoluteModuleStrategy,
|
|
50
50
|
AliasStrategy,
|
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
toUnredirectedSourceFile,
|
|
95
95
|
translateExpression,
|
|
96
96
|
translateType
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-TPUY2KMQ.js";
|
|
98
98
|
import {
|
|
99
99
|
ActivePerfRecorder,
|
|
100
100
|
DelegatingPerfRecorder,
|
|
@@ -8679,7 +8679,7 @@ var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
|
8679
8679
|
if (symbol !== null && symbol.kind === SymbolKind.Input) {
|
|
8680
8680
|
return [];
|
|
8681
8681
|
}
|
|
8682
|
-
if (node.type === BindingType2.Property && node.value instanceof ASTWithSource5 && node.value.ast instanceof PropertyRead6) {
|
|
8682
|
+
if ((node.type === BindingType2.Property || node.type === BindingType2.Class || node.type === BindingType2.Style || node.type === BindingType2.Attribute || node.type === BindingType2.Animation) && node.value instanceof ASTWithSource5 && node.value.ast instanceof PropertyRead6) {
|
|
8683
8683
|
return buildDiagnosticForSignal(ctx, node.value.ast, component);
|
|
8684
8684
|
}
|
|
8685
8685
|
}
|
|
@@ -10673,4 +10673,4 @@ export {
|
|
|
10673
10673
|
* Use of this source code is governed by an MIT-style license that can be
|
|
10674
10674
|
* found in the LICENSE file at https://angular.io/license
|
|
10675
10675
|
*/
|
|
10676
|
-
//# sourceMappingURL=chunk-
|
|
10676
|
+
//# sourceMappingURL=chunk-ZLHOM56K.js.map
|