@angular/compiler-cli 14.1.0-next.2 → 14.1.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-5OLIDMUF.js → chunk-2WG4XIQ4.js} +5 -5
- package/bundles/{chunk-5OLIDMUF.js.map → chunk-2WG4XIQ4.js.map} +0 -0
- package/bundles/{chunk-2IMT6JFI.js → chunk-5K2JLFXT.js} +6 -6
- package/bundles/{chunk-2IMT6JFI.js.map → chunk-5K2JLFXT.js.map} +0 -0
- package/bundles/{chunk-OLGEBPBY.js → chunk-BRHP6XKM.js} +4 -4
- package/bundles/{chunk-OLGEBPBY.js.map → chunk-BRHP6XKM.js.map} +0 -0
- package/bundles/{chunk-QGR2YCRK.js → chunk-CHS76256.js} +70 -70
- package/bundles/{chunk-QGR2YCRK.js.map → chunk-CHS76256.js.map} +0 -0
- package/bundles/{chunk-32MQTE7C.js → chunk-DOITZI4O.js} +69 -69
- package/bundles/{chunk-32MQTE7C.js.map → chunk-DOITZI4O.js.map} +0 -0
- package/bundles/{chunk-KGCKQ2PH.js → chunk-DPA2FBDE.js} +26 -26
- package/bundles/{chunk-KGCKQ2PH.js.map → chunk-DPA2FBDE.js.map} +0 -0
- package/bundles/{chunk-U2GR6UX6.js → chunk-EIL2D5BG.js} +40 -40
- package/bundles/{chunk-U2GR6UX6.js.map → chunk-EIL2D5BG.js.map} +0 -0
- package/bundles/{chunk-R4NY3TJC.js → chunk-LC26KH5A.js} +5 -5
- package/bundles/{chunk-R4NY3TJC.js.map → chunk-LC26KH5A.js.map} +0 -0
- package/bundles/{chunk-DSIJ6FBS.js → chunk-OCR5YQMJ.js} +92 -92
- package/bundles/{chunk-DSIJ6FBS.js.map → chunk-OCR5YQMJ.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-SO3HP2WO.js → chunk-SOSZHK6P.js} +31 -31
- package/bundles/{chunk-SO3HP2WO.js.map → chunk-SOSZHK6P.js.map} +0 -0
- package/bundles/{chunk-T7MYRXIE.js → chunk-TD64C4QJ.js} +7 -7
- package/bundles/{chunk-T7MYRXIE.js.map → chunk-TD64C4QJ.js.map} +0 -0
- package/bundles/{chunk-W6KM7BUM.js → chunk-TV7VZNWL.js} +6 -6
- package/bundles/{chunk-W6KM7BUM.js.map → chunk-TV7VZNWL.js.map} +0 -0
- package/bundles/{chunk-WGBFSDVQ.js → chunk-WH4QSABR.js} +7 -7
- package/bundles/{chunk-WGBFSDVQ.js.map → chunk-WH4QSABR.js.map} +0 -0
- package/bundles/{chunk-LX5Q27EF.js → chunk-ZCDB56AX.js} +3 -3
- package/bundles/{chunk-LX5Q27EF.js.map → chunk-ZCDB56AX.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- 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 +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
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-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-SJL5HBUW.js.map
|
|
File without changes
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
SourceFileLoader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-WH4QSABR.js";
|
|
9
9
|
import {
|
|
10
10
|
Context,
|
|
11
11
|
ExpressionTranslatorVisitor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-DPA2FBDE.js";
|
|
13
13
|
import {
|
|
14
14
|
__spreadProps,
|
|
15
15
|
__spreadValues
|
|
16
16
|
} from "./chunk-GMSUYBZP.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
|
|
19
19
|
var FatalLinkerError = class extends Error {
|
|
20
20
|
constructor(node, message) {
|
|
21
21
|
super(message);
|
|
@@ -27,14 +27,14 @@ function isFatalLinkerError(e) {
|
|
|
27
27
|
return e && e.type === "FatalLinkerError";
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
|
|
31
31
|
function assert(node, predicate, expected) {
|
|
32
32
|
if (!predicate(node)) {
|
|
33
33
|
throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
// bazel-out/
|
|
37
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
|
|
38
38
|
import * as o from "@angular/compiler";
|
|
39
39
|
var AstObject = class {
|
|
40
40
|
constructor(expression, obj, host) {
|
|
@@ -160,10 +160,10 @@ var AstValue = class {
|
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
162
|
|
|
163
|
-
// bazel-out/
|
|
163
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
164
164
|
import { ConstantPool } from "@angular/compiler";
|
|
165
165
|
|
|
166
|
-
// bazel-out/
|
|
166
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
167
167
|
var LinkerImportGenerator = class {
|
|
168
168
|
constructor(ngImport) {
|
|
169
169
|
this.ngImport = ngImport;
|
|
@@ -183,7 +183,7 @@ var LinkerImportGenerator = class {
|
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
185
|
|
|
186
|
-
// bazel-out/
|
|
186
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
187
187
|
var EmitScope = class {
|
|
188
188
|
constructor(ngImport, translator, factory) {
|
|
189
189
|
this.ngImport = ngImport;
|
|
@@ -212,7 +212,7 @@ var EmitScope = class {
|
|
|
212
212
|
}
|
|
213
213
|
};
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
216
216
|
var LocalEmitScope = class extends EmitScope {
|
|
217
217
|
translateDefinition(definition) {
|
|
218
218
|
return super.translateDefinition({
|
|
@@ -225,10 +225,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
// bazel-out/
|
|
228
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
229
229
|
import semver from "semver";
|
|
230
230
|
|
|
231
|
-
// bazel-out/
|
|
231
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
232
232
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
233
233
|
if (loader === null) {
|
|
234
234
|
return () => null;
|
|
@@ -243,7 +243,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
// bazel-out/
|
|
246
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
247
247
|
import { compileClassMetadata } from "@angular/compiler";
|
|
248
248
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
249
249
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -263,13 +263,13 @@ function toR3ClassMetadata(metaObj) {
|
|
|
263
263
|
};
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
267
267
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TemplateDependencyKind, ViewEncapsulation } from "@angular/compiler";
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
270
270
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
273
273
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
274
274
|
function wrapReference(wrapped) {
|
|
275
275
|
return { value: wrapped, type: wrapped };
|
|
@@ -317,7 +317,7 @@ function extractForwardRef(expr) {
|
|
|
317
317
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
// bazel-out/
|
|
320
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
321
321
|
var PartialDirectiveLinkerVersion1 = class {
|
|
322
322
|
constructor(sourceUrl, code) {
|
|
323
323
|
this.sourceUrl = sourceUrl;
|
|
@@ -415,7 +415,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
415
415
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
-
// bazel-out/
|
|
418
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
419
419
|
function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
|
|
420
420
|
return {
|
|
421
421
|
kind: R3TemplateDependencyKind.Directive,
|
|
@@ -607,7 +607,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
607
607
|
return enumValue;
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
// bazel-out/
|
|
610
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
611
611
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
612
612
|
var PartialFactoryLinkerVersion1 = class {
|
|
613
613
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -644,7 +644,7 @@ function getDependencies(metaObj, propName) {
|
|
|
644
644
|
return null;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
// bazel-out/
|
|
647
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
648
648
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
649
649
|
var PartialInjectableLinkerVersion1 = class {
|
|
650
650
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -683,7 +683,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
683
683
|
return meta;
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
-
// bazel-out/
|
|
686
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
687
687
|
import { compileInjector } from "@angular/compiler";
|
|
688
688
|
var PartialInjectorLinkerVersion1 = class {
|
|
689
689
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -706,7 +706,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
706
706
|
};
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
// bazel-out/
|
|
709
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
710
710
|
import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
|
|
711
711
|
var PartialNgModuleLinkerVersion1 = class {
|
|
712
712
|
constructor(emitInline) {
|
|
@@ -779,7 +779,7 @@ function wrapReferences(values) {
|
|
|
779
779
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
780
780
|
}
|
|
781
781
|
|
|
782
|
-
// bazel-out/
|
|
782
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
783
783
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
784
784
|
var PartialPipeLinkerVersion1 = class {
|
|
785
785
|
constructor() {
|
|
@@ -809,7 +809,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
809
809
|
};
|
|
810
810
|
}
|
|
811
811
|
|
|
812
|
-
// bazel-out/
|
|
812
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
813
813
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
814
814
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
815
815
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -830,7 +830,7 @@ var declarationFunctions = [
|
|
|
830
830
|
];
|
|
831
831
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
832
832
|
const linkers = /* @__PURE__ */ new Map();
|
|
833
|
-
const LATEST_VERSION_RANGE = getRange("<=", "14.1.0-next.
|
|
833
|
+
const LATEST_VERSION_RANGE = getRange("<=", "14.1.0-next.3");
|
|
834
834
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
835
835
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
836
836
|
]);
|
|
@@ -877,7 +877,7 @@ var PartialLinkerSelector = class {
|
|
|
877
877
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
878
878
|
}
|
|
879
879
|
const linkerRanges = this.linkers.get(functionName);
|
|
880
|
-
if (version === "14.1.0-next.
|
|
880
|
+
if (version === "14.1.0-next.3") {
|
|
881
881
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
882
882
|
}
|
|
883
883
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -903,7 +903,7 @@ function getRange(comparator, versionStr) {
|
|
|
903
903
|
return new semver.Range(`${comparator}${version.format()}`);
|
|
904
904
|
}
|
|
905
905
|
|
|
906
|
-
// bazel-out/
|
|
906
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
907
907
|
var FileLinker = class {
|
|
908
908
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
909
909
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -946,14 +946,14 @@ var FileLinker = class {
|
|
|
946
946
|
}
|
|
947
947
|
};
|
|
948
948
|
|
|
949
|
-
// bazel-out/
|
|
949
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
950
950
|
var DEFAULT_LINKER_OPTIONS = {
|
|
951
951
|
sourceMapping: true,
|
|
952
952
|
linkerJitMode: false,
|
|
953
953
|
unknownDeclarationVersionHandling: "error"
|
|
954
954
|
};
|
|
955
955
|
|
|
956
|
-
// bazel-out/
|
|
956
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
957
957
|
var Translator = class {
|
|
958
958
|
constructor(factory) {
|
|
959
959
|
this.factory = factory;
|
|
@@ -966,7 +966,7 @@ var Translator = class {
|
|
|
966
966
|
}
|
|
967
967
|
};
|
|
968
968
|
|
|
969
|
-
// bazel-out/
|
|
969
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
970
970
|
var LinkerEnvironment = class {
|
|
971
971
|
constructor(fileSystem, logger, host, factory, options) {
|
|
972
972
|
this.fileSystem = fileSystem;
|
|
@@ -987,7 +987,7 @@ var LinkerEnvironment = class {
|
|
|
987
987
|
}
|
|
988
988
|
};
|
|
989
989
|
|
|
990
|
-
// bazel-out/
|
|
990
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
991
991
|
function needsLinking(path, source) {
|
|
992
992
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
993
993
|
}
|
|
@@ -1008,4 +1008,4 @@ export {
|
|
|
1008
1008
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1009
1009
|
* found in the LICENSE file at https://angular.io/license
|
|
1010
1010
|
*/
|
|
1011
|
-
//# sourceMappingURL=chunk-
|
|
1011
|
+
//# sourceMappingURL=chunk-SOSZHK6P.js.map
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
__require
|
|
8
8
|
} from "./chunk-GMSUYBZP.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
11
11
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
12
12
|
function normalizeSeparators(path) {
|
|
13
13
|
return path.replace(/\\/g, "/");
|
|
@@ -23,7 +23,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
23
23
|
return sf;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
27
27
|
var InvalidFileSystem = class {
|
|
28
28
|
exists(path) {
|
|
29
29
|
throw makeError();
|
|
@@ -111,7 +111,7 @@ function makeError() {
|
|
|
111
111
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
// bazel-out/
|
|
114
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
115
115
|
var fs = new InvalidFileSystem();
|
|
116
116
|
function getFileSystem() {
|
|
117
117
|
return fs;
|
|
@@ -168,7 +168,7 @@ function toRelativeImport(relativePath) {
|
|
|
168
168
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
// bazel-out/
|
|
171
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
172
172
|
import * as os from "os";
|
|
173
173
|
import ts from "typescript";
|
|
174
174
|
var NgtscCompilerHost = class {
|
|
@@ -226,7 +226,7 @@ var NgtscCompilerHost = class {
|
|
|
226
226
|
}
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
-
// bazel-out/
|
|
229
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
230
230
|
var LogicalProjectPath = {
|
|
231
231
|
relativePathBetween: function(from, to) {
|
|
232
232
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -272,7 +272,7 @@ function isWithinBasePath(base, path) {
|
|
|
272
272
|
return isLocalRelativePath(relative(base, path));
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
// bazel-out/
|
|
275
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
276
276
|
import * as fs2 from "fs";
|
|
277
277
|
import module from "module";
|
|
278
278
|
import * as p from "path";
|
|
@@ -424,4 +424,4 @@ export {
|
|
|
424
424
|
* Use of this source code is governed by an MIT-style license that can be
|
|
425
425
|
* found in the LICENSE file at https://angular.io/license
|
|
426
426
|
*/
|
|
427
|
-
//# sourceMappingURL=chunk-
|
|
427
|
+
//# sourceMappingURL=chunk-TD64C4QJ.js.map
|
|
File without changes
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5K2JLFXT.js";
|
|
9
9
|
import {
|
|
10
10
|
__spreadProps,
|
|
11
11
|
__spreadValues
|
|
12
12
|
} from "./chunk-GMSUYBZP.js";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
15
15
|
import ts2 from "typescript";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
|
|
18
18
|
import ts from "typescript";
|
|
19
19
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
20
20
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -49,7 +49,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
49
49
|
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.");
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
// bazel-out/
|
|
52
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
53
53
|
function isAngularDecorator(decorator, isCore) {
|
|
54
54
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
55
55
|
}
|
|
@@ -353,7 +353,7 @@ function getDownlevelDecoratorsTransform(typeChecker, host, diagnostics, isCore,
|
|
|
353
353
|
};
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
// bazel-out/
|
|
356
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
357
357
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
358
358
|
ngDevMode: false,
|
|
359
359
|
ngI18nClosureMode: false
|
|
@@ -379,4 +379,4 @@ export {
|
|
|
379
379
|
* Use of this source code is governed by an MIT-style license that can be
|
|
380
380
|
* found in the LICENSE file at https://angular.io/license
|
|
381
381
|
*/
|
|
382
|
-
//# sourceMappingURL=chunk-
|
|
382
|
+
//# sourceMappingURL=chunk-TV7VZNWL.js.map
|
|
File without changes
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
__spreadValues
|
|
8
8
|
} from "./chunk-GMSUYBZP.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
11
11
|
import mapHelpers from "convert-source-map";
|
|
12
12
|
import { decode, encode } from "sourcemap-codec";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
15
15
|
function compareSegments(a, b) {
|
|
16
16
|
return a.position - b.position;
|
|
17
17
|
}
|
|
@@ -31,7 +31,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
31
31
|
return { line, column, position, next: void 0 };
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
// bazel-out/
|
|
34
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
35
35
|
function removeSourceMapComments(contents) {
|
|
36
36
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
37
37
|
}
|
|
@@ -282,10 +282,10 @@ var Cache = class {
|
|
|
282
282
|
}
|
|
283
283
|
};
|
|
284
284
|
|
|
285
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
286
286
|
import mapHelpers2 from "convert-source-map";
|
|
287
287
|
|
|
288
|
-
// bazel-out/
|
|
288
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
289
289
|
var ContentOrigin;
|
|
290
290
|
(function(ContentOrigin2) {
|
|
291
291
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -293,7 +293,7 @@ var ContentOrigin;
|
|
|
293
293
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
294
294
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
297
297
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
298
298
|
var SourceFileLoader = class {
|
|
299
299
|
constructor(fs, logger, schemeMap) {
|
|
@@ -421,4 +421,4 @@ export {
|
|
|
421
421
|
* Use of this source code is governed by an MIT-style license that can be
|
|
422
422
|
* found in the LICENSE file at https://angular.io/license
|
|
423
423
|
*/
|
|
424
|
-
//# sourceMappingURL=chunk-
|
|
424
|
+
//# sourceMappingURL=chunk-WH4QSABR.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-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
7
7
|
var LogLevel;
|
|
8
8
|
(function(LogLevel2) {
|
|
9
9
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -12,7 +12,7 @@ var LogLevel;
|
|
|
12
12
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
13
13
|
})(LogLevel || (LogLevel = {}));
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "\x1B[0m";
|
|
17
17
|
var RED = "\x1B[31m";
|
|
18
18
|
var YELLOW = "\x1B[33m";
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
* Use of this source code is governed by an MIT-style license that can be
|
|
54
54
|
* found in the LICENSE file at https://angular.io/license
|
|
55
55
|
*/
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-ZCDB56AX.js.map
|
|
File without changes
|
package/bundles/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-TV7VZNWL.js";
|
|
11
11
|
import {
|
|
12
12
|
DEFAULT_ERROR_CODE,
|
|
13
13
|
EmitFlags,
|
|
@@ -31,14 +31,14 @@ import {
|
|
|
31
31
|
performCompilation,
|
|
32
32
|
readConfiguration,
|
|
33
33
|
untagAllTsFiles
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-OCR5YQMJ.js";
|
|
35
|
+
import "./chunk-DOITZI4O.js";
|
|
36
|
+
import "./chunk-5K2JLFXT.js";
|
|
37
37
|
import {
|
|
38
38
|
ConsoleLogger,
|
|
39
39
|
LogLevel
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-ZCDB56AX.js";
|
|
41
|
+
import "./chunk-DPA2FBDE.js";
|
|
42
42
|
import {
|
|
43
43
|
LogicalFileSystem,
|
|
44
44
|
LogicalProjectPath,
|
|
@@ -59,20 +59,20 @@ import {
|
|
|
59
59
|
resolve,
|
|
60
60
|
setFileSystem,
|
|
61
61
|
toRelativeImport
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-TD64C4QJ.js";
|
|
63
63
|
import {
|
|
64
64
|
ActivePerfRecorder,
|
|
65
65
|
PerfPhase
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-LC26KH5A.js";
|
|
67
67
|
import {
|
|
68
68
|
__spreadValues
|
|
69
69
|
} from "./chunk-GMSUYBZP.js";
|
|
70
70
|
|
|
71
|
-
// bazel-out/
|
|
71
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
72
72
|
import { Version } from "@angular/compiler";
|
|
73
|
-
var VERSION = new Version("14.1.0-next.
|
|
73
|
+
var VERSION = new Version("14.1.0-next.3");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
76
76
|
var NgTscPlugin = class {
|
|
77
77
|
constructor(ngOptions) {
|
|
78
78
|
this.ngOptions = ngOptions;
|
|
@@ -141,7 +141,7 @@ var NgTscPlugin = class {
|
|
|
141
141
|
}
|
|
142
142
|
};
|
|
143
143
|
|
|
144
|
-
// bazel-out/
|
|
144
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
145
145
|
setFileSystem(new NodeJSFileSystem());
|
|
146
146
|
export {
|
|
147
147
|
ConsoleLogger,
|
|
@@ -6,26 +6,26 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-ZCDB56AX.js";
|
|
10
10
|
import {
|
|
11
11
|
FatalLinkerError,
|
|
12
12
|
FileLinker,
|
|
13
13
|
LinkerEnvironment,
|
|
14
14
|
assert,
|
|
15
15
|
isFatalLinkerError
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-SOSZHK6P.js";
|
|
17
|
+
import "../../chunk-WH4QSABR.js";
|
|
18
|
+
import "../../chunk-DPA2FBDE.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-TD64C4QJ.js";
|
|
22
22
|
import {
|
|
23
23
|
__objRest,
|
|
24
24
|
__spreadProps,
|
|
25
25
|
__spreadValues
|
|
26
26
|
} from "../../chunk-GMSUYBZP.js";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
|
|
29
29
|
import * as _babelNamespace from "@babel/core";
|
|
30
30
|
import _babelDefault from "@babel/core";
|
|
31
31
|
var _a;
|
|
@@ -39,7 +39,7 @@ var NodePath = babel.NodePath;
|
|
|
39
39
|
var transformSync = babel.transformSync;
|
|
40
40
|
var parse = babel.parse;
|
|
41
41
|
|
|
42
|
-
// bazel-out/
|
|
42
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
43
43
|
var BabelAstFactory = class {
|
|
44
44
|
constructor(sourceUrl) {
|
|
45
45
|
this.sourceUrl = sourceUrl;
|
|
@@ -152,7 +152,7 @@ function isLExpression(expr) {
|
|
|
152
152
|
return types2.isLVal(expr);
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
// bazel-out/
|
|
155
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
156
156
|
var BabelAstHost = class {
|
|
157
157
|
constructor() {
|
|
158
158
|
this.isStringLiteral = types2.isStringLiteral;
|
|
@@ -269,7 +269,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
269
269
|
return types2.isUnaryExpression(node) && node.prefix && node.operator === "!" && types2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
273
273
|
var BabelDeclarationScope = class {
|
|
274
274
|
constructor(declarationScope) {
|
|
275
275
|
this.declarationScope = declarationScope;
|
|
@@ -294,7 +294,7 @@ var BabelDeclarationScope = class {
|
|
|
294
294
|
}
|
|
295
295
|
};
|
|
296
296
|
|
|
297
|
-
// bazel-out/
|
|
297
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
298
298
|
function createEs2015LinkerPlugin(_a2) {
|
|
299
299
|
var _b = _a2, { fileSystem, logger } = _b, options = __objRest(_b, ["fileSystem", "logger"]);
|
|
300
300
|
let fileLinker = null;
|
|
@@ -396,7 +396,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
396
396
|
return `${filename}: ${error.message}`;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
-
// bazel-out/
|
|
399
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
400
400
|
function defaultLinkerPlugin(api, options) {
|
|
401
401
|
api.assertVersion(7);
|
|
402
402
|
return createEs2015LinkerPlugin(__spreadProps(__spreadValues({}, options), {
|
|
@@ -405,7 +405,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
405
405
|
}));
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
// bazel-out/
|
|
408
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
409
409
|
var babel_default = defaultLinkerPlugin;
|
|
410
410
|
export {
|
|
411
411
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
assert,
|
|
12
12
|
isFatalLinkerError,
|
|
13
13
|
needsLinking
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-SOSZHK6P.js";
|
|
15
|
+
import "../chunk-WH4QSABR.js";
|
|
16
|
+
import "../chunk-DPA2FBDE.js";
|
|
17
|
+
import "../chunk-TD64C4QJ.js";
|
|
18
18
|
import "../chunk-GMSUYBZP.js";
|
|
19
19
|
export {
|
|
20
20
|
DEFAULT_LINKER_OPTIONS,
|