@angular/compiler-cli 13.2.1 → 13.2.2
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-K2Z44JHH.js → chunk-3WNAIXKA.js} +7 -7
- package/bundles/{chunk-K2Z44JHH.js.map → chunk-3WNAIXKA.js.map} +0 -0
- package/bundles/{chunk-C44PYKVA.js → chunk-5ABOWRRP.js} +57 -57
- package/bundles/{chunk-C44PYKVA.js.map → chunk-5ABOWRRP.js.map} +0 -0
- package/bundles/{chunk-PJPAHVUO.js → chunk-5XSC4B4W.js} +85 -85
- package/bundles/{chunk-PJPAHVUO.js.map → chunk-5XSC4B4W.js.map} +0 -0
- package/bundles/{chunk-XNYP2SFR.js → chunk-6ESPQED7.js} +26 -26
- package/bundles/{chunk-XNYP2SFR.js.map → chunk-6ESPQED7.js.map} +0 -0
- package/bundles/{chunk-O57ZKMWS.js → chunk-B5DWKBQ7.js} +5 -5
- package/bundles/{chunk-O57ZKMWS.js.map → chunk-B5DWKBQ7.js.map} +0 -0
- package/bundles/{chunk-QDWL7SZJ.js → chunk-BPCUCINV.js} +2 -2
- package/bundles/{chunk-QDWL7SZJ.js.map → chunk-BPCUCINV.js.map} +0 -0
- package/bundles/{chunk-GLCRIILX.js → chunk-J6CW3T62.js} +5 -5
- package/bundles/{chunk-GLCRIILX.js.map → chunk-J6CW3T62.js.map} +0 -0
- package/bundles/{chunk-SKBLJA43.js → chunk-JTYUTYS2.js} +3 -3
- package/bundles/{chunk-SKBLJA43.js.map → chunk-JTYUTYS2.js.map} +0 -0
- package/bundles/{chunk-Z2HS4HDG.js → chunk-LL4S3DRM.js} +4 -4
- package/bundles/{chunk-Z2HS4HDG.js.map → chunk-LL4S3DRM.js.map} +0 -0
- package/bundles/{chunk-NRJCXTRC.js → chunk-OSTNYZ2E.js} +40 -40
- package/bundles/{chunk-NRJCXTRC.js.map → chunk-OSTNYZ2E.js.map} +0 -0
- package/bundles/{chunk-FXU7FMZC.js → chunk-QZBA4KSX.js} +7 -7
- package/bundles/{chunk-FXU7FMZC.js.map → chunk-QZBA4KSX.js.map} +0 -0
- package/bundles/{chunk-A5PL3TE6.js → chunk-RNVIUKDY.js} +6 -6
- package/bundles/{chunk-A5PL3TE6.js.map → chunk-RNVIUKDY.js.map} +0 -0
- package/bundles/{chunk-XLVWXQAR.js → chunk-VMLZST3Q.js} +70 -70
- package/bundles/{chunk-XLVWXQAR.js.map → chunk-VMLZST3Q.js.map} +0 -0
- package/bundles/{chunk-ALKVYGAK.js → chunk-VXXCHVAH.js} +31 -31
- package/bundles/{chunk-ALKVYGAK.js.map → chunk-VXXCHVAH.js.map} +0 -0
- package/bundles/{chunk-7PY7XEFH.js → chunk-XXMNTCYN.js} +6 -6
- package/bundles/{chunk-7PY7XEFH.js.map → chunk-XXMNTCYN.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
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
SourceFileLoader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3WNAIXKA.js";
|
|
9
9
|
import {
|
|
10
10
|
Context,
|
|
11
11
|
ExpressionTranslatorVisitor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-6ESPQED7.js";
|
|
13
13
|
import {
|
|
14
14
|
__spreadProps,
|
|
15
15
|
__spreadValues
|
|
16
16
|
} from "./chunk-WQ3TNYTD.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) {
|
|
189
189
|
this.ngImport = ngImport;
|
|
@@ -199,7 +199,7 @@ var EmitScope = class {
|
|
|
199
199
|
}
|
|
200
200
|
};
|
|
201
201
|
|
|
202
|
-
// bazel-out/
|
|
202
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/iife_emit_scope.mjs
|
|
203
203
|
var IifeEmitScope = class extends EmitScope {
|
|
204
204
|
constructor(ngImport, translator, factory) {
|
|
205
205
|
super(ngImport, translator);
|
|
@@ -217,10 +217,10 @@ var IifeEmitScope = class extends EmitScope {
|
|
|
217
217
|
}
|
|
218
218
|
};
|
|
219
219
|
|
|
220
|
-
// bazel-out/
|
|
220
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
221
221
|
import semver from "semver";
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
224
224
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
225
225
|
if (loader === null) {
|
|
226
226
|
return () => null;
|
|
@@ -235,7 +235,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
// bazel-out/
|
|
238
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
239
239
|
import { compileClassMetadata } from "@angular/compiler";
|
|
240
240
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
241
241
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -252,13 +252,13 @@ function toR3ClassMetadata(metaObj) {
|
|
|
252
252
|
};
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
// bazel-out/
|
|
255
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
256
256
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, ViewEncapsulation } from "@angular/compiler";
|
|
257
257
|
|
|
258
|
-
// bazel-out/
|
|
258
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
259
259
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
260
260
|
|
|
261
|
-
// bazel-out/
|
|
261
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
262
262
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
263
263
|
function wrapReference(wrapped) {
|
|
264
264
|
return { value: wrapped, type: wrapped };
|
|
@@ -306,7 +306,7 @@ function extractForwardRef(expr) {
|
|
|
306
306
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
// bazel-out/
|
|
309
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
310
310
|
var PartialDirectiveLinkerVersion1 = class {
|
|
311
311
|
constructor(sourceUrl, code) {
|
|
312
312
|
this.sourceUrl = sourceUrl;
|
|
@@ -404,7 +404,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
404
404
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
// bazel-out/
|
|
407
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
408
408
|
var PartialComponentLinkerVersion1 = class {
|
|
409
409
|
constructor(getSourceFile, sourceUrl, code) {
|
|
410
410
|
this.getSourceFile = getSourceFile;
|
|
@@ -561,7 +561,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
561
561
|
return enumValue;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
-
// bazel-out/
|
|
564
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
565
565
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
566
566
|
var PartialFactoryLinkerVersion1 = class {
|
|
567
567
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -599,7 +599,7 @@ function getDependencies(metaObj, propName) {
|
|
|
599
599
|
return null;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
|
-
// bazel-out/
|
|
602
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
603
603
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
604
604
|
var PartialInjectableLinkerVersion1 = class {
|
|
605
605
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -639,7 +639,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
639
639
|
return meta;
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
// bazel-out/
|
|
642
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
643
643
|
import { compileInjector } from "@angular/compiler";
|
|
644
644
|
var PartialInjectorLinkerVersion1 = class {
|
|
645
645
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -663,7 +663,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
663
663
|
};
|
|
664
664
|
}
|
|
665
665
|
|
|
666
|
-
// bazel-out/
|
|
666
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
667
667
|
import { compileNgModule } from "@angular/compiler";
|
|
668
668
|
var PartialNgModuleLinkerVersion1 = class {
|
|
669
669
|
constructor(emitInline) {
|
|
@@ -735,7 +735,7 @@ function wrapReferences(values) {
|
|
|
735
735
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
736
736
|
}
|
|
737
737
|
|
|
738
|
-
// bazel-out/
|
|
738
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
739
739
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
740
740
|
var PartialPipeLinkerVersion1 = class {
|
|
741
741
|
constructor() {
|
|
@@ -764,7 +764,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
764
764
|
};
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
// bazel-out/
|
|
767
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
768
768
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
769
769
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
770
770
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -785,7 +785,7 @@ var declarationFunctions = [
|
|
|
785
785
|
];
|
|
786
786
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
787
787
|
const linkers = /* @__PURE__ */ new Map();
|
|
788
|
-
const LATEST_VERSION_RANGE = getRange("<=", "13.2.
|
|
788
|
+
const LATEST_VERSION_RANGE = getRange("<=", "13.2.2");
|
|
789
789
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
790
790
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
791
791
|
]);
|
|
@@ -832,7 +832,7 @@ var PartialLinkerSelector = class {
|
|
|
832
832
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
833
833
|
}
|
|
834
834
|
const linkerRanges = this.linkers.get(functionName);
|
|
835
|
-
if (version === "13.2.
|
|
835
|
+
if (version === "13.2.2") {
|
|
836
836
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
837
837
|
}
|
|
838
838
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -858,7 +858,7 @@ function getRange(comparator, versionStr) {
|
|
|
858
858
|
return new semver.Range(`${comparator}${version.format()}`);
|
|
859
859
|
}
|
|
860
860
|
|
|
861
|
-
// bazel-out/
|
|
861
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
862
862
|
var FileLinker = class {
|
|
863
863
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
864
864
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -901,14 +901,14 @@ var FileLinker = class {
|
|
|
901
901
|
}
|
|
902
902
|
};
|
|
903
903
|
|
|
904
|
-
// bazel-out/
|
|
904
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
905
905
|
var DEFAULT_LINKER_OPTIONS = {
|
|
906
906
|
sourceMapping: true,
|
|
907
907
|
linkerJitMode: false,
|
|
908
908
|
unknownDeclarationVersionHandling: "error"
|
|
909
909
|
};
|
|
910
910
|
|
|
911
|
-
// bazel-out/
|
|
911
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
912
912
|
var Translator = class {
|
|
913
913
|
constructor(factory) {
|
|
914
914
|
this.factory = factory;
|
|
@@ -921,7 +921,7 @@ var Translator = class {
|
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
-
// bazel-out/
|
|
924
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
925
925
|
var LinkerEnvironment = class {
|
|
926
926
|
constructor(fileSystem, logger, host, factory, options) {
|
|
927
927
|
this.fileSystem = fileSystem;
|
|
@@ -942,7 +942,7 @@ var LinkerEnvironment = class {
|
|
|
942
942
|
}
|
|
943
943
|
};
|
|
944
944
|
|
|
945
|
-
// bazel-out/
|
|
945
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
946
946
|
function needsLinking(path, source) {
|
|
947
947
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
948
948
|
}
|
|
@@ -963,4 +963,4 @@ export {
|
|
|
963
963
|
* Use of this source code is governed by an MIT-style license that can be
|
|
964
964
|
* found in the LICENSE file at https://angular.io/license
|
|
965
965
|
*/
|
|
966
|
-
//# sourceMappingURL=chunk-
|
|
966
|
+
//# sourceMappingURL=chunk-VXXCHVAH.js.map
|
|
File without changes
|
|
@@ -3,10 +3,10 @@
|
|
|
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/reflection/src/typescript.mjs
|
|
7
7
|
import ts4 from "typescript";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
var Decorator = {
|
|
12
12
|
nodeForError: (decorator) => {
|
|
@@ -41,7 +41,7 @@ function isConcreteDeclaration(decl) {
|
|
|
41
41
|
return decl.kind === 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
45
45
|
import ts2 from "typescript";
|
|
46
46
|
function typeToValue(typeNode, checker) {
|
|
47
47
|
if (typeNode === null) {
|
|
@@ -205,7 +205,7 @@ function extractModuleName(node) {
|
|
|
205
205
|
return node.moduleSpecifier.text;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
209
209
|
import ts3 from "typescript";
|
|
210
210
|
function isNamedClassDeclaration(node) {
|
|
211
211
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -220,7 +220,7 @@ function isIdentifier(node) {
|
|
|
220
220
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
224
224
|
var TypeScriptReflectionHost = class {
|
|
225
225
|
constructor(checker) {
|
|
226
226
|
this.checker = checker;
|
|
@@ -678,4 +678,4 @@ export {
|
|
|
678
678
|
* Use of this source code is governed by an MIT-style license that can be
|
|
679
679
|
* found in the LICENSE file at https://angular.io/license
|
|
680
680
|
*/
|
|
681
|
-
//# sourceMappingURL=chunk-
|
|
681
|
+
//# sourceMappingURL=chunk-XXMNTCYN.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-RNVIUKDY.js";
|
|
11
11
|
import {
|
|
12
12
|
DEFAULT_ERROR_CODE,
|
|
13
13
|
EmitFlags,
|
|
@@ -30,16 +30,16 @@ import {
|
|
|
30
30
|
isTsDiagnostic,
|
|
31
31
|
performCompilation,
|
|
32
32
|
readConfiguration
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-5XSC4B4W.js";
|
|
34
34
|
import {
|
|
35
35
|
untagAllTsFiles
|
|
36
|
-
} from "./chunk-
|
|
37
|
-
import "./chunk-
|
|
36
|
+
} from "./chunk-5ABOWRRP.js";
|
|
37
|
+
import "./chunk-XXMNTCYN.js";
|
|
38
38
|
import {
|
|
39
39
|
ConsoleLogger,
|
|
40
40
|
LogLevel
|
|
41
|
-
} from "./chunk-
|
|
42
|
-
import "./chunk-
|
|
41
|
+
} from "./chunk-JTYUTYS2.js";
|
|
42
|
+
import "./chunk-6ESPQED7.js";
|
|
43
43
|
import {
|
|
44
44
|
LogicalFileSystem,
|
|
45
45
|
LogicalProjectPath,
|
|
@@ -60,20 +60,20 @@ import {
|
|
|
60
60
|
resolve,
|
|
61
61
|
setFileSystem,
|
|
62
62
|
toRelativeImport
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-QZBA4KSX.js";
|
|
64
64
|
import {
|
|
65
65
|
ActivePerfRecorder,
|
|
66
66
|
PerfPhase
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-J6CW3T62.js";
|
|
68
68
|
import {
|
|
69
69
|
__spreadValues
|
|
70
70
|
} from "./chunk-WQ3TNYTD.js";
|
|
71
71
|
|
|
72
|
-
// bazel-out/
|
|
72
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
73
73
|
import { Version } from "@angular/compiler";
|
|
74
|
-
var VERSION = new Version("13.2.
|
|
74
|
+
var VERSION = new Version("13.2.2");
|
|
75
75
|
|
|
76
|
-
// bazel-out/
|
|
76
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
77
77
|
var NgTscPlugin = class {
|
|
78
78
|
constructor(ngOptions) {
|
|
79
79
|
this.ngOptions = ngOptions;
|
|
@@ -142,7 +142,7 @@ var NgTscPlugin = class {
|
|
|
142
142
|
}
|
|
143
143
|
};
|
|
144
144
|
|
|
145
|
-
// bazel-out/
|
|
145
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
146
146
|
setFileSystem(new NodeJSFileSystem());
|
|
147
147
|
export {
|
|
148
148
|
ConsoleLogger,
|
|
@@ -6,26 +6,26 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-JTYUTYS2.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-VXXCHVAH.js";
|
|
17
|
+
import "../../chunk-3WNAIXKA.js";
|
|
18
|
+
import "../../chunk-6ESPQED7.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-QZBA4KSX.js";
|
|
22
22
|
import {
|
|
23
23
|
__objRest,
|
|
24
24
|
__spreadProps,
|
|
25
25
|
__spreadValues
|
|
26
26
|
} from "../../chunk-WQ3TNYTD.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-VXXCHVAH.js";
|
|
15
|
+
import "../chunk-3WNAIXKA.js";
|
|
16
|
+
import "../chunk-6ESPQED7.js";
|
|
17
|
+
import "../chunk-QZBA4KSX.js";
|
|
18
18
|
import "../chunk-WQ3TNYTD.js";
|
|
19
19
|
export {
|
|
20
20
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
mainNgcc
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-OSTNYZ2E.js";
|
|
9
|
+
import "../chunk-BPCUCINV.js";
|
|
10
10
|
import {
|
|
11
11
|
clearTsConfigCache
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-VMLZST3Q.js";
|
|
13
|
+
import "../chunk-5XSC4B4W.js";
|
|
14
|
+
import "../chunk-5ABOWRRP.js";
|
|
15
|
+
import "../chunk-XXMNTCYN.js";
|
|
16
16
|
import {
|
|
17
17
|
ConsoleLogger,
|
|
18
18
|
LogLevel
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-JTYUTYS2.js";
|
|
20
|
+
import "../chunk-3WNAIXKA.js";
|
|
21
|
+
import "../chunk-6ESPQED7.js";
|
|
22
22
|
import {
|
|
23
23
|
NodeJSFileSystem,
|
|
24
24
|
setFileSystem
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-
|
|
25
|
+
} from "../chunk-QZBA4KSX.js";
|
|
26
|
+
import "../chunk-J6CW3T62.js";
|
|
27
27
|
import "../chunk-WQ3TNYTD.js";
|
|
28
28
|
|
|
29
|
-
// bazel-out/
|
|
29
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
30
30
|
import { dirname, join } from "path";
|
|
31
31
|
import { fileURLToPath } from "url";
|
|
32
32
|
function process(options) {
|
|
@@ -6,23 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
parseCommandLineOptions
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-LL4S3DRM.js";
|
|
10
10
|
import {
|
|
11
11
|
mainNgcc
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-OSTNYZ2E.js";
|
|
13
|
+
import "../chunk-BPCUCINV.js";
|
|
14
|
+
import "../chunk-VMLZST3Q.js";
|
|
15
|
+
import "../chunk-5XSC4B4W.js";
|
|
16
|
+
import "../chunk-5ABOWRRP.js";
|
|
17
|
+
import "../chunk-XXMNTCYN.js";
|
|
18
|
+
import "../chunk-JTYUTYS2.js";
|
|
19
|
+
import "../chunk-3WNAIXKA.js";
|
|
20
|
+
import "../chunk-6ESPQED7.js";
|
|
21
|
+
import "../chunk-QZBA4KSX.js";
|
|
22
|
+
import "../chunk-J6CW3T62.js";
|
|
23
23
|
import "../chunk-WQ3TNYTD.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/main-ngcc.mjs
|
|
26
26
|
process.title = "ngcc";
|
|
27
27
|
var startTime = Date.now();
|
|
28
28
|
var options = parseCommandLineOptions(process.argv.slice(2));
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
parseCommandLineOptions
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-LL4S3DRM.js";
|
|
9
9
|
import {
|
|
10
10
|
PackageJsonUpdate,
|
|
11
11
|
applyChange,
|
|
@@ -13,18 +13,18 @@ import {
|
|
|
13
13
|
getSharedSetup,
|
|
14
14
|
sendMessageToMaster,
|
|
15
15
|
stringifyTask
|
|
16
|
-
} from "../../../../chunk-
|
|
17
|
-
import "../../../../chunk-
|
|
18
|
-
import "../../../../chunk-
|
|
19
|
-
import "../../../../chunk-
|
|
20
|
-
import "../../../../chunk-
|
|
21
|
-
import "../../../../chunk-
|
|
22
|
-
import "../../../../chunk-
|
|
23
|
-
import "../../../../chunk-
|
|
24
|
-
import "../../../../chunk-
|
|
16
|
+
} from "../../../../chunk-VMLZST3Q.js";
|
|
17
|
+
import "../../../../chunk-5XSC4B4W.js";
|
|
18
|
+
import "../../../../chunk-5ABOWRRP.js";
|
|
19
|
+
import "../../../../chunk-XXMNTCYN.js";
|
|
20
|
+
import "../../../../chunk-JTYUTYS2.js";
|
|
21
|
+
import "../../../../chunk-3WNAIXKA.js";
|
|
22
|
+
import "../../../../chunk-6ESPQED7.js";
|
|
23
|
+
import "../../../../chunk-QZBA4KSX.js";
|
|
24
|
+
import "../../../../chunk-J6CW3T62.js";
|
|
25
25
|
import "../../../../chunk-WQ3TNYTD.js";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.mjs
|
|
28
28
|
import cluster from "cluster";
|
|
29
29
|
var ClusterWorkerPackageJsonUpdater = class {
|
|
30
30
|
constructor() {
|
|
@@ -52,7 +52,7 @@ var ClusterWorkerPackageJsonUpdater = class {
|
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
// bazel-out/
|
|
55
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/worker.mjs
|
|
56
56
|
import cluster2 from "cluster";
|
|
57
57
|
async function startWorker(logger, createCompileFn) {
|
|
58
58
|
if (cluster2.isMaster) {
|
|
@@ -88,7 +88,7 @@ async function startWorker(logger, createCompileFn) {
|
|
|
88
88
|
return new Promise(() => void 0);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
// bazel-out/
|
|
91
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/ngcc_cluster_worker.mjs
|
|
92
92
|
(async () => {
|
|
93
93
|
process.title = "ngcc (worker)";
|
|
94
94
|
try {
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-BPCUCINV.js";
|
|
9
9
|
import {
|
|
10
10
|
ConsoleLogger
|
|
11
|
-
} from "../../../../chunk-
|
|
11
|
+
} from "../../../../chunk-JTYUTYS2.js";
|
|
12
12
|
import {
|
|
13
13
|
NodeJSFileSystem
|
|
14
|
-
} from "../../../../chunk-
|
|
14
|
+
} from "../../../../chunk-QZBA4KSX.js";
|
|
15
15
|
import "../../../../chunk-WQ3TNYTD.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.mjs
|
|
18
18
|
var fs = new NodeJSFileSystem();
|
|
19
19
|
var logLevel = parseInt(process.argv.pop(), 10);
|
|
20
20
|
var logger = new ConsoleLogger(logLevel);
|
package/bundles/private/bazel.js
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-JTYUTYS2.js";
|
|
10
10
|
import {
|
|
11
11
|
SourceFile,
|
|
12
12
|
SourceFileLoader
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-3WNAIXKA.js";
|
|
14
14
|
import {
|
|
15
15
|
LogicalFileSystem,
|
|
16
16
|
LogicalProjectPath,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolve,
|
|
32
32
|
setFileSystem,
|
|
33
33
|
toRelativeImport
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-QZBA4KSX.js";
|
|
35
35
|
import "../chunk-WQ3TNYTD.js";
|
|
36
36
|
export {
|
|
37
37
|
ConsoleLogger,
|