@angular/compiler-cli 15.0.0-next.1 → 15.0.0-next.3
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-TOKOIIBI.js → chunk-4NRCP3Y6.js} +7 -7
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-4NRCP3Y6.js.map} +0 -0
- package/bundles/{chunk-CYVTLM4Z.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-CYVTLM4Z.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-E7NQQTT7.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-E7NQQTT7.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/{chunk-I6QQYDN3.js → chunk-A5S5H2MN.js} +71 -71
- package/bundles/{chunk-I6QQYDN3.js.map → chunk-A5S5H2MN.js.map} +0 -0
- package/bundles/{chunk-HTGNPCKD.js → chunk-C7SYDZNO.js} +5 -5
- package/bundles/{chunk-HTGNPCKD.js.map → chunk-C7SYDZNO.js.map} +0 -0
- package/bundles/{chunk-7YHMCUJT.js → chunk-DM4TYSFG.js} +2 -2
- package/bundles/{chunk-7YHMCUJT.js.map → chunk-DM4TYSFG.js.map} +0 -0
- package/bundles/{chunk-FHVSPC32.js → chunk-ERNK3SQG.js} +31 -31
- package/bundles/{chunk-FHVSPC32.js.map → chunk-ERNK3SQG.js.map} +0 -0
- package/bundles/{chunk-TF2TR2WS.js → chunk-FPKAMI6D.js} +26 -26
- package/bundles/{chunk-TF2TR2WS.js.map → chunk-FPKAMI6D.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-ICPLY7FO.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-ICPLY7FO.js.map} +0 -0
- package/bundles/{chunk-UZLFREET.js → chunk-JN4TT3OU.js} +7 -7
- package/bundles/{chunk-UZLFREET.js.map → chunk-JN4TT3OU.js.map} +0 -0
- package/bundles/{chunk-TTNGBVW6.js → chunk-JTAGML7U.js} +71 -71
- package/bundles/{chunk-TTNGBVW6.js.map → chunk-JTAGML7U.js.map} +0 -0
- package/bundles/{chunk-XDX5RDY5.js → chunk-MOE5WKIA.js} +7 -7
- package/bundles/{chunk-XDX5RDY5.js.map → chunk-MOE5WKIA.js.map} +0 -0
- package/bundles/{chunk-2HPI44CB.js → chunk-RCXOJZDO.js} +5 -5
- package/bundles/{chunk-2HPI44CB.js.map → chunk-RCXOJZDO.js.map} +0 -0
- package/bundles/{chunk-NJU6754X.js → chunk-TC3DKEFP.js} +106 -99
- package/bundles/chunk-TC3DKEFP.js.map +6 -0
- package/bundles/{chunk-NX4VAKY6.js → chunk-V7FBNIO3.js} +40 -40
- package/bundles/{chunk-NX4VAKY6.js.map → chunk-V7FBNIO3.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-NJU6754X.js.map +0 -6
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
SourceFileLoader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-56O2PTWU.js";
|
|
9
9
|
import {
|
|
10
10
|
Context,
|
|
11
11
|
ExpressionTranslatorVisitor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-FPKAMI6D.js";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
|
|
15
15
|
var FatalLinkerError = class extends Error {
|
|
16
16
|
constructor(node, message) {
|
|
17
17
|
super(message);
|
|
@@ -23,14 +23,14 @@ function isFatalLinkerError(e) {
|
|
|
23
23
|
return e && e.type === "FatalLinkerError";
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
|
|
27
27
|
function assert(node, predicate, expected) {
|
|
28
28
|
if (!predicate(node)) {
|
|
29
29
|
throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
// bazel-out/
|
|
33
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
|
|
34
34
|
import * as o from "@angular/compiler";
|
|
35
35
|
var AstObject = class {
|
|
36
36
|
constructor(expression, obj, host) {
|
|
@@ -156,10 +156,10 @@ var AstValue = class {
|
|
|
156
156
|
}
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
// bazel-out/
|
|
159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
160
160
|
import { ConstantPool } from "@angular/compiler";
|
|
161
161
|
|
|
162
|
-
// bazel-out/
|
|
162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
163
163
|
var LinkerImportGenerator = class {
|
|
164
164
|
constructor(ngImport) {
|
|
165
165
|
this.ngImport = ngImport;
|
|
@@ -179,7 +179,7 @@ var LinkerImportGenerator = class {
|
|
|
179
179
|
}
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
-
// bazel-out/
|
|
182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
183
183
|
var EmitScope = class {
|
|
184
184
|
constructor(ngImport, translator, factory) {
|
|
185
185
|
this.ngImport = ngImport;
|
|
@@ -208,7 +208,7 @@ var EmitScope = class {
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
|
|
211
|
-
// bazel-out/
|
|
211
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
212
212
|
var LocalEmitScope = class extends EmitScope {
|
|
213
213
|
translateDefinition(definition) {
|
|
214
214
|
return super.translateDefinition({
|
|
@@ -221,10 +221,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
221
221
|
}
|
|
222
222
|
};
|
|
223
223
|
|
|
224
|
-
// bazel-out/
|
|
224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
225
225
|
import semver from "semver";
|
|
226
226
|
|
|
227
|
-
// bazel-out/
|
|
227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
228
228
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
229
229
|
if (loader === null) {
|
|
230
230
|
return () => null;
|
|
@@ -239,7 +239,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
243
243
|
import { compileClassMetadata } from "@angular/compiler";
|
|
244
244
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
245
245
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -259,13 +259,13 @@ function toR3ClassMetadata(metaObj) {
|
|
|
259
259
|
};
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
263
263
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TemplateDependencyKind, ViewEncapsulation } from "@angular/compiler";
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
266
266
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
269
269
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
270
270
|
function wrapReference(wrapped) {
|
|
271
271
|
return { value: wrapped, type: wrapped };
|
|
@@ -313,7 +313,7 @@ function extractForwardRef(expr) {
|
|
|
313
313
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
317
317
|
var PartialDirectiveLinkerVersion1 = class {
|
|
318
318
|
constructor(sourceUrl, code) {
|
|
319
319
|
this.sourceUrl = sourceUrl;
|
|
@@ -433,7 +433,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
433
433
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
434
434
|
}
|
|
435
435
|
|
|
436
|
-
// bazel-out/
|
|
436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
437
437
|
function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
|
|
438
438
|
return {
|
|
439
439
|
kind: R3TemplateDependencyKind.Directive,
|
|
@@ -626,7 +626,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
626
626
|
return enumValue;
|
|
627
627
|
}
|
|
628
628
|
|
|
629
|
-
// bazel-out/
|
|
629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
630
630
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
631
631
|
var PartialFactoryLinkerVersion1 = class {
|
|
632
632
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -663,7 +663,7 @@ function getDependencies(metaObj, propName) {
|
|
|
663
663
|
return null;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
|
-
// bazel-out/
|
|
666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
667
667
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
668
668
|
var PartialInjectableLinkerVersion1 = class {
|
|
669
669
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -702,7 +702,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
702
702
|
return meta;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
|
-
// bazel-out/
|
|
705
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
706
706
|
import { compileInjector } from "@angular/compiler";
|
|
707
707
|
var PartialInjectorLinkerVersion1 = class {
|
|
708
708
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -725,7 +725,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
725
725
|
};
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
// bazel-out/
|
|
728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
729
729
|
import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
|
|
730
730
|
var PartialNgModuleLinkerVersion1 = class {
|
|
731
731
|
constructor(emitInline) {
|
|
@@ -798,7 +798,7 @@ function wrapReferences(values) {
|
|
|
798
798
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
799
799
|
}
|
|
800
800
|
|
|
801
|
-
// bazel-out/
|
|
801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
802
802
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
803
803
|
var PartialPipeLinkerVersion1 = class {
|
|
804
804
|
constructor() {
|
|
@@ -828,7 +828,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
828
828
|
};
|
|
829
829
|
}
|
|
830
830
|
|
|
831
|
-
// bazel-out/
|
|
831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
832
832
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
833
833
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
834
834
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -849,7 +849,7 @@ var declarationFunctions = [
|
|
|
849
849
|
];
|
|
850
850
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
851
851
|
const linkers = /* @__PURE__ */ new Map();
|
|
852
|
-
const LATEST_VERSION_RANGE = getRange("<=", "15.0.0-next.
|
|
852
|
+
const LATEST_VERSION_RANGE = getRange("<=", "15.0.0-next.3");
|
|
853
853
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
854
854
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
855
855
|
]);
|
|
@@ -896,7 +896,7 @@ var PartialLinkerSelector = class {
|
|
|
896
896
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
897
897
|
}
|
|
898
898
|
const linkerRanges = this.linkers.get(functionName);
|
|
899
|
-
if (version === "15.0.0-next.
|
|
899
|
+
if (version === "15.0.0-next.3") {
|
|
900
900
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
901
901
|
}
|
|
902
902
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -922,7 +922,7 @@ function getRange(comparator, versionStr) {
|
|
|
922
922
|
return new semver.Range(`${comparator}${version.format()}`);
|
|
923
923
|
}
|
|
924
924
|
|
|
925
|
-
// bazel-out/
|
|
925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
926
926
|
var FileLinker = class {
|
|
927
927
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
928
928
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -965,14 +965,14 @@ var FileLinker = class {
|
|
|
965
965
|
}
|
|
966
966
|
};
|
|
967
967
|
|
|
968
|
-
// bazel-out/
|
|
968
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
969
969
|
var DEFAULT_LINKER_OPTIONS = {
|
|
970
970
|
sourceMapping: true,
|
|
971
971
|
linkerJitMode: false,
|
|
972
972
|
unknownDeclarationVersionHandling: "error"
|
|
973
973
|
};
|
|
974
974
|
|
|
975
|
-
// bazel-out/
|
|
975
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
976
976
|
var Translator = class {
|
|
977
977
|
constructor(factory) {
|
|
978
978
|
this.factory = factory;
|
|
@@ -985,7 +985,7 @@ var Translator = class {
|
|
|
985
985
|
}
|
|
986
986
|
};
|
|
987
987
|
|
|
988
|
-
// bazel-out/
|
|
988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
989
989
|
var LinkerEnvironment = class {
|
|
990
990
|
constructor(fileSystem, logger, host, factory, options) {
|
|
991
991
|
this.fileSystem = fileSystem;
|
|
@@ -1006,7 +1006,7 @@ var LinkerEnvironment = class {
|
|
|
1006
1006
|
}
|
|
1007
1007
|
};
|
|
1008
1008
|
|
|
1009
|
-
// bazel-out/
|
|
1009
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
1010
1010
|
function needsLinking(path, source) {
|
|
1011
1011
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
1012
1012
|
}
|
|
@@ -1027,4 +1027,4 @@ export {
|
|
|
1027
1027
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1028
1028
|
* found in the LICENSE file at https://angular.io/license
|
|
1029
1029
|
*/
|
|
1030
|
-
//# sourceMappingURL=chunk-
|
|
1030
|
+
//# sourceMappingURL=chunk-ERNK3SQG.js.map
|
|
File without changes
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-4NRCP3Y6.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
19
19
|
import ts from "typescript";
|
|
20
20
|
var TS = /\.tsx?$/i;
|
|
21
21
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -110,7 +110,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
110
110
|
return redirectInfo.unredirected;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
// bazel-out/
|
|
113
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
114
114
|
var Reference = class {
|
|
115
115
|
constructor(node, bestGuessOwningModule = null) {
|
|
116
116
|
this.node = node;
|
|
@@ -173,14 +173,14 @@ var Reference = class {
|
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
177
177
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
178
178
|
|
|
179
|
-
// bazel-out/
|
|
179
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
180
180
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
181
181
|
import ts3 from "typescript";
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
184
184
|
var ErrorCode;
|
|
185
185
|
(function(ErrorCode2) {
|
|
186
186
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -247,7 +247,7 @@ var ErrorCode;
|
|
|
247
247
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
248
248
|
})(ErrorCode || (ErrorCode = {}));
|
|
249
249
|
|
|
250
|
-
// bazel-out/
|
|
250
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
251
251
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
252
252
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
253
253
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -259,10 +259,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
259
259
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
260
260
|
]);
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
263
263
|
import ts2 from "typescript";
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
266
266
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
267
267
|
function replaceTsWithNgInErrors(errors) {
|
|
268
268
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -271,7 +271,7 @@ function ngErrorCode(code) {
|
|
|
271
271
|
return parseInt("-99" + code);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
275
275
|
var FatalDiagnosticError = class {
|
|
276
276
|
constructor(code, node, message, relatedInformation) {
|
|
277
277
|
this.code = code;
|
|
@@ -330,10 +330,10 @@ function isFatalDiagnosticError(err) {
|
|
|
330
330
|
return err._isFatalDiagnosticError === true;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
// bazel-out/
|
|
333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
334
334
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
335
335
|
|
|
336
|
-
// bazel-out/
|
|
336
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
337
337
|
var ExtendedTemplateDiagnosticName;
|
|
338
338
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
339
339
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -345,7 +345,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
345
345
|
ExtendedTemplateDiagnosticName2["SUFFIX_NOT_SUPPORTED"] = "suffixNotSupported";
|
|
346
346
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
347
347
|
|
|
348
|
-
// bazel-out/
|
|
348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
349
349
|
function findExportedNameOfNode(target, file, reflector) {
|
|
350
350
|
const exports = reflector.getExportsOfModule(file);
|
|
351
351
|
if (exports === null) {
|
|
@@ -365,7 +365,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
365
365
|
return foundExportName;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
// bazel-out/
|
|
368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
369
369
|
var ImportFlags;
|
|
370
370
|
(function(ImportFlags2) {
|
|
371
371
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -581,7 +581,7 @@ var UnifiedModulesStrategy = class {
|
|
|
581
581
|
}
|
|
582
582
|
};
|
|
583
583
|
|
|
584
|
-
// bazel-out/
|
|
584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
585
585
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
586
586
|
var UnifiedModulesAliasingHost = class {
|
|
587
587
|
constructor(unifiedModulesHost) {
|
|
@@ -648,7 +648,7 @@ var AliasStrategy = class {
|
|
|
648
648
|
}
|
|
649
649
|
};
|
|
650
650
|
|
|
651
|
-
// bazel-out/
|
|
651
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
652
652
|
function relativePathBetween(from, to) {
|
|
653
653
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
654
654
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -657,7 +657,7 @@ function normalizeSeparators(path) {
|
|
|
657
657
|
return path.replace(/\\/g, "/");
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
// bazel-out/
|
|
660
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
661
661
|
var NoopImportRewriter = class {
|
|
662
662
|
shouldImportSymbol(symbol, specifier) {
|
|
663
663
|
return true;
|
|
@@ -715,7 +715,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
715
715
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
716
716
|
}
|
|
717
717
|
|
|
718
|
-
// bazel-out/
|
|
718
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
719
719
|
import ts4 from "typescript";
|
|
720
720
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
721
721
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -760,7 +760,7 @@ var DefaultImportTracker = class {
|
|
|
760
760
|
}
|
|
761
761
|
};
|
|
762
762
|
|
|
763
|
-
// bazel-out/
|
|
763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
764
764
|
var ModuleResolver = class {
|
|
765
765
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
766
766
|
this.program = program;
|
|
@@ -777,7 +777,7 @@ var ModuleResolver = class {
|
|
|
777
777
|
}
|
|
778
778
|
};
|
|
779
779
|
|
|
780
|
-
// bazel-out/
|
|
780
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
781
781
|
var Context = class {
|
|
782
782
|
constructor(isStatement) {
|
|
783
783
|
this.isStatement = isStatement;
|
|
@@ -790,7 +790,7 @@ var Context = class {
|
|
|
790
790
|
}
|
|
791
791
|
};
|
|
792
792
|
|
|
793
|
-
// bazel-out/
|
|
793
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
794
794
|
import * as o from "@angular/compiler";
|
|
795
795
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
796
796
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1014,7 +1014,7 @@ function createRange(span) {
|
|
|
1014
1014
|
};
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
|
-
// bazel-out/
|
|
1017
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1018
1018
|
import ts5 from "typescript";
|
|
1019
1019
|
var ImportManager = class {
|
|
1020
1020
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1050,7 +1050,7 @@ var ImportManager = class {
|
|
|
1050
1050
|
}
|
|
1051
1051
|
};
|
|
1052
1052
|
|
|
1053
|
-
// bazel-out/
|
|
1053
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1054
1054
|
import * as o2 from "@angular/compiler";
|
|
1055
1055
|
import ts6 from "typescript";
|
|
1056
1056
|
function translateType(type, imports) {
|
|
@@ -1221,7 +1221,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1221
1221
|
}
|
|
1222
1222
|
};
|
|
1223
1223
|
|
|
1224
|
-
// bazel-out/
|
|
1224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1225
1225
|
import ts7 from "typescript";
|
|
1226
1226
|
var PureAnnotation;
|
|
1227
1227
|
(function(PureAnnotation2) {
|
|
@@ -1399,7 +1399,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1399
1399
|
}
|
|
1400
1400
|
}
|
|
1401
1401
|
|
|
1402
|
-
// bazel-out/
|
|
1402
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1403
1403
|
function translateExpression(expression, imports, options = {}) {
|
|
1404
1404
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1405
1405
|
}
|
|
@@ -1469,4 +1469,4 @@ export {
|
|
|
1469
1469
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1470
1470
|
* found in the LICENSE file at https://angular.io/license
|
|
1471
1471
|
*/
|
|
1472
|
-
//# sourceMappingURL=chunk-
|
|
1472
|
+
//# sourceMappingURL=chunk-FPKAMI6D.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
|
|
7
7
|
function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
8
8
|
try {
|
|
9
9
|
logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
|
|
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
|
26
26
|
export {
|
|
27
27
|
removeLockFile
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-HMWNYAAE.js.map
|
|
File without changes
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5FZBUSFV.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-4NRCP3Y6.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
|
|
16
16
|
import yargs from "yargs";
|
|
17
17
|
function parseCommandLineOptions(args) {
|
|
18
18
|
var _a;
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
* Use of this source code is governed by an MIT-style license that can be
|
|
114
114
|
* found in the LICENSE file at https://angular.io/license
|
|
115
115
|
*/
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-ICPLY7FO.js.map
|
|
File without changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MOE5WKIA.js";
|
|
9
9
|
import {
|
|
10
10
|
combineModifiers,
|
|
11
11
|
createClassDeclaration,
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
getModifiers,
|
|
18
18
|
updateConstructorDeclaration,
|
|
19
19
|
updateParameterDeclaration
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-DM4TYSFG.js";
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
23
23
|
import ts2 from "typescript";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
|
|
26
26
|
import ts from "typescript";
|
|
27
27
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
28
28
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -57,7 +57,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
57
57
|
throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
// bazel-out/
|
|
60
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
61
61
|
function isAngularDecorator(decorator, isCore) {
|
|
62
62
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
63
63
|
}
|
|
@@ -373,7 +373,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
373
373
|
return ts2.setOriginalNode(clone, node);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
377
377
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
378
378
|
ngDevMode: false,
|
|
379
379
|
ngI18nClosureMode: false
|
|
@@ -400,4 +400,4 @@ export {
|
|
|
400
400
|
* Use of this source code is governed by an MIT-style license that can be
|
|
401
401
|
* found in the LICENSE file at https://angular.io/license
|
|
402
402
|
*/
|
|
403
|
-
//# sourceMappingURL=chunk-
|
|
403
|
+
//# sourceMappingURL=chunk-JN4TT3OU.js.map
|
|
File without changes
|