@angular/compiler-cli 14.0.0-next.10 → 14.0.0-next.11
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-5K2JLFXT.js → chunk-2IMT6JFI.js} +6 -6
- package/bundles/{chunk-5K2JLFXT.js.map → chunk-2IMT6JFI.js.map} +0 -0
- package/bundles/{chunk-TXPPTZTK.js → chunk-DNXEJI2I.js} +5 -5
- package/bundles/{chunk-TXPPTZTK.js.map → chunk-DNXEJI2I.js.map} +0 -0
- package/bundles/{chunk-MGNOHKS6.js → chunk-ESNS3BVQ.js} +82 -82
- package/bundles/{chunk-MGNOHKS6.js.map → chunk-ESNS3BVQ.js.map} +0 -0
- package/bundles/{chunk-GAGUQCGV.js → chunk-FDAHGRSF.js} +40 -40
- package/bundles/{chunk-GAGUQCGV.js.map → chunk-FDAHGRSF.js.map} +0 -0
- package/bundles/{chunk-T7KW7P7D.js → chunk-FJDIFR5C.js} +31 -31
- package/bundles/{chunk-T7KW7P7D.js.map → chunk-FJDIFR5C.js.map} +0 -0
- package/bundles/{chunk-LV3S6HFU.js → chunk-LQLIHXU2.js} +70 -70
- package/bundles/{chunk-LV3S6HFU.js.map → chunk-LQLIHXU2.js.map} +0 -0
- package/bundles/{chunk-ZCDB56AX.js → chunk-LX5Q27EF.js} +3 -3
- package/bundles/{chunk-ZCDB56AX.js.map → chunk-LX5Q27EF.js.map} +0 -0
- package/bundles/{chunk-BRHP6XKM.js → chunk-OLGEBPBY.js} +4 -4
- package/bundles/{chunk-BRHP6XKM.js.map → chunk-OLGEBPBY.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- package/bundles/{chunk-LC26KH5A.js → chunk-R4NY3TJC.js} +5 -5
- package/bundles/{chunk-LC26KH5A.js.map → chunk-R4NY3TJC.js.map} +0 -0
- package/bundles/{chunk-GMECRI4A.js → chunk-RYXFJXXN.js} +71 -71
- package/bundles/{chunk-GMECRI4A.js.map → chunk-RYXFJXXN.js.map} +0 -0
- package/bundles/{chunk-TD64C4QJ.js → chunk-T7MYRXIE.js} +7 -7
- package/bundles/{chunk-TD64C4QJ.js.map → chunk-T7MYRXIE.js.map} +0 -0
- package/bundles/{chunk-6356XFP6.js → chunk-UMDDHI5B.js} +26 -26
- package/bundles/{chunk-6356XFP6.js.map → chunk-UMDDHI5B.js.map} +0 -0
- package/bundles/{chunk-TV7VZNWL.js → chunk-W6KM7BUM.js} +6 -6
- package/bundles/{chunk-TV7VZNWL.js.map → chunk-W6KM7BUM.js.map} +0 -0
- package/bundles/{chunk-WH4QSABR.js → chunk-WGBFSDVQ.js} +7 -7
- package/bundles/{chunk-WH4QSABR.js.map → chunk-WGBFSDVQ.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
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-T7MYRXIE.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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";
|
|
@@ -240,7 +240,7 @@ var ErrorCode;
|
|
|
240
240
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
241
241
|
})(ErrorCode || (ErrorCode = {}));
|
|
242
242
|
|
|
243
|
-
// bazel-out/
|
|
243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
244
244
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
245
245
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
246
246
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -252,10 +252,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
252
252
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
253
253
|
]);
|
|
254
254
|
|
|
255
|
-
// bazel-out/
|
|
255
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
256
256
|
import ts2 from "typescript";
|
|
257
257
|
|
|
258
|
-
// bazel-out/
|
|
258
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
259
259
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
260
260
|
function replaceTsWithNgInErrors(errors) {
|
|
261
261
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -264,7 +264,7 @@ function ngErrorCode(code) {
|
|
|
264
264
|
return parseInt("-99" + code);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// bazel-out/
|
|
267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
268
268
|
var FatalDiagnosticError = class {
|
|
269
269
|
constructor(code, node, message, relatedInformation) {
|
|
270
270
|
this.code = code;
|
|
@@ -312,17 +312,17 @@ function isFatalDiagnosticError(err) {
|
|
|
312
312
|
return err._isFatalDiagnosticError === true;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
// bazel-out/
|
|
315
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
316
316
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
317
317
|
|
|
318
|
-
// bazel-out/
|
|
318
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
319
319
|
var ExtendedTemplateDiagnosticName;
|
|
320
320
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
321
321
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
322
322
|
ExtendedTemplateDiagnosticName2["NULLISH_COALESCING_NOT_NULLABLE"] = "nullishCoalescingNotNullable";
|
|
323
323
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
324
324
|
|
|
325
|
-
// bazel-out/
|
|
325
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
326
326
|
function findExportedNameOfNode(target, file, reflector) {
|
|
327
327
|
const exports = reflector.getExportsOfModule(file);
|
|
328
328
|
if (exports === null) {
|
|
@@ -342,7 +342,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
342
342
|
return foundExportName;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
// bazel-out/
|
|
345
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
346
346
|
var ImportFlags;
|
|
347
347
|
(function(ImportFlags2) {
|
|
348
348
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -558,7 +558,7 @@ var UnifiedModulesStrategy = class {
|
|
|
558
558
|
}
|
|
559
559
|
};
|
|
560
560
|
|
|
561
|
-
// bazel-out/
|
|
561
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
562
562
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
563
563
|
var UnifiedModulesAliasingHost = class {
|
|
564
564
|
constructor(unifiedModulesHost) {
|
|
@@ -625,7 +625,7 @@ var AliasStrategy = class {
|
|
|
625
625
|
}
|
|
626
626
|
};
|
|
627
627
|
|
|
628
|
-
// bazel-out/
|
|
628
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
629
629
|
function relativePathBetween(from, to) {
|
|
630
630
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
631
631
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -634,7 +634,7 @@ function normalizeSeparators(path) {
|
|
|
634
634
|
return path.replace(/\\/g, "/");
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
-
// bazel-out/
|
|
637
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
638
638
|
var NoopImportRewriter = class {
|
|
639
639
|
shouldImportSymbol(symbol, specifier) {
|
|
640
640
|
return true;
|
|
@@ -692,7 +692,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
692
692
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
693
693
|
}
|
|
694
694
|
|
|
695
|
-
// bazel-out/
|
|
695
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
696
696
|
import ts4 from "typescript";
|
|
697
697
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
698
698
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -737,7 +737,7 @@ var DefaultImportTracker = class {
|
|
|
737
737
|
}
|
|
738
738
|
};
|
|
739
739
|
|
|
740
|
-
// bazel-out/
|
|
740
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
741
741
|
var ModuleResolver = class {
|
|
742
742
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
743
743
|
this.program = program;
|
|
@@ -754,7 +754,7 @@ var ModuleResolver = class {
|
|
|
754
754
|
}
|
|
755
755
|
};
|
|
756
756
|
|
|
757
|
-
// bazel-out/
|
|
757
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
758
758
|
var Context = class {
|
|
759
759
|
constructor(isStatement) {
|
|
760
760
|
this.isStatement = isStatement;
|
|
@@ -767,7 +767,7 @@ var Context = class {
|
|
|
767
767
|
}
|
|
768
768
|
};
|
|
769
769
|
|
|
770
|
-
// bazel-out/
|
|
770
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
771
771
|
import * as o from "@angular/compiler";
|
|
772
772
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
773
773
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -991,7 +991,7 @@ function createRange(span) {
|
|
|
991
991
|
};
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
-
// bazel-out/
|
|
994
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
995
995
|
import ts5 from "typescript";
|
|
996
996
|
var ImportManager = class {
|
|
997
997
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1027,7 +1027,7 @@ var ImportManager = class {
|
|
|
1027
1027
|
}
|
|
1028
1028
|
};
|
|
1029
1029
|
|
|
1030
|
-
// bazel-out/
|
|
1030
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1031
1031
|
import * as o2 from "@angular/compiler";
|
|
1032
1032
|
import ts6 from "typescript";
|
|
1033
1033
|
function translateType(type, imports) {
|
|
@@ -1198,7 +1198,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1198
1198
|
}
|
|
1199
1199
|
};
|
|
1200
1200
|
|
|
1201
|
-
// bazel-out/
|
|
1201
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1202
1202
|
import ts7 from "typescript";
|
|
1203
1203
|
var PureAnnotation;
|
|
1204
1204
|
(function(PureAnnotation2) {
|
|
@@ -1376,7 +1376,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
1379
|
-
// bazel-out/
|
|
1379
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1380
1380
|
function translateExpression(expression, imports, options = {}) {
|
|
1381
1381
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1382
1382
|
}
|
|
@@ -1444,4 +1444,4 @@ export {
|
|
|
1444
1444
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1445
1445
|
* found in the LICENSE file at https://angular.io/license
|
|
1446
1446
|
*/
|
|
1447
|
-
//# sourceMappingURL=chunk-
|
|
1447
|
+
//# sourceMappingURL=chunk-UMDDHI5B.js.map
|
|
File without changes
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-2IMT6JFI.js";
|
|
9
9
|
import {
|
|
10
10
|
__spreadProps,
|
|
11
11
|
__spreadValues
|
|
12
12
|
} from "./chunk-GMSUYBZP.js";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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-W6KM7BUM.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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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-WGBFSDVQ.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-W6KM7BUM.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-ESNS3BVQ.js";
|
|
34
34
|
import {
|
|
35
35
|
untagAllTsFiles
|
|
36
|
-
} from "./chunk-
|
|
37
|
-
import "./chunk-
|
|
36
|
+
} from "./chunk-RYXFJXXN.js";
|
|
37
|
+
import "./chunk-2IMT6JFI.js";
|
|
38
38
|
import {
|
|
39
39
|
ConsoleLogger,
|
|
40
40
|
LogLevel
|
|
41
|
-
} from "./chunk-
|
|
42
|
-
import "./chunk-
|
|
41
|
+
} from "./chunk-LX5Q27EF.js";
|
|
42
|
+
import "./chunk-UMDDHI5B.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-T7MYRXIE.js";
|
|
64
64
|
import {
|
|
65
65
|
ActivePerfRecorder,
|
|
66
66
|
PerfPhase
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-R4NY3TJC.js";
|
|
68
68
|
import {
|
|
69
69
|
__spreadValues
|
|
70
70
|
} from "./chunk-GMSUYBZP.js";
|
|
71
71
|
|
|
72
|
-
// bazel-out/
|
|
72
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
73
73
|
import { Version } from "@angular/compiler";
|
|
74
|
-
var VERSION = new Version("14.0.0-next.
|
|
74
|
+
var VERSION = new Version("14.0.0-next.11");
|
|
75
75
|
|
|
76
|
-
// bazel-out/
|
|
76
|
+
// bazel-out/k8-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/k8-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-LX5Q27EF.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-FJDIFR5C.js";
|
|
17
|
+
import "../../chunk-WGBFSDVQ.js";
|
|
18
|
+
import "../../chunk-UMDDHI5B.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-T7MYRXIE.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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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-FJDIFR5C.js";
|
|
15
|
+
import "../chunk-WGBFSDVQ.js";
|
|
16
|
+
import "../chunk-UMDDHI5B.js";
|
|
17
|
+
import "../chunk-T7MYRXIE.js";
|
|
18
18
|
import "../chunk-GMSUYBZP.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-FDAHGRSF.js";
|
|
9
|
+
import "../chunk-R3C7RFJ4.js";
|
|
10
10
|
import {
|
|
11
11
|
clearTsConfigCache
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-LQLIHXU2.js";
|
|
13
|
+
import "../chunk-ESNS3BVQ.js";
|
|
14
|
+
import "../chunk-RYXFJXXN.js";
|
|
15
|
+
import "../chunk-2IMT6JFI.js";
|
|
16
16
|
import {
|
|
17
17
|
ConsoleLogger,
|
|
18
18
|
LogLevel
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-LX5Q27EF.js";
|
|
20
|
+
import "../chunk-WGBFSDVQ.js";
|
|
21
|
+
import "../chunk-UMDDHI5B.js";
|
|
22
22
|
import {
|
|
23
23
|
NodeJSFileSystem,
|
|
24
24
|
setFileSystem
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-
|
|
25
|
+
} from "../chunk-T7MYRXIE.js";
|
|
26
|
+
import "../chunk-R4NY3TJC.js";
|
|
27
27
|
import "../chunk-GMSUYBZP.js";
|
|
28
28
|
|
|
29
|
-
// bazel-out/
|
|
29
|
+
// bazel-out/k8-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-OLGEBPBY.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-FDAHGRSF.js";
|
|
13
|
+
import "../chunk-R3C7RFJ4.js";
|
|
14
|
+
import "../chunk-LQLIHXU2.js";
|
|
15
|
+
import "../chunk-ESNS3BVQ.js";
|
|
16
|
+
import "../chunk-RYXFJXXN.js";
|
|
17
|
+
import "../chunk-2IMT6JFI.js";
|
|
18
|
+
import "../chunk-LX5Q27EF.js";
|
|
19
|
+
import "../chunk-WGBFSDVQ.js";
|
|
20
|
+
import "../chunk-UMDDHI5B.js";
|
|
21
|
+
import "../chunk-T7MYRXIE.js";
|
|
22
|
+
import "../chunk-R4NY3TJC.js";
|
|
23
23
|
import "../chunk-GMSUYBZP.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-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-OLGEBPBY.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-LQLIHXU2.js";
|
|
17
|
+
import "../../../../chunk-ESNS3BVQ.js";
|
|
18
|
+
import "../../../../chunk-RYXFJXXN.js";
|
|
19
|
+
import "../../../../chunk-2IMT6JFI.js";
|
|
20
|
+
import "../../../../chunk-LX5Q27EF.js";
|
|
21
|
+
import "../../../../chunk-WGBFSDVQ.js";
|
|
22
|
+
import "../../../../chunk-UMDDHI5B.js";
|
|
23
|
+
import "../../../../chunk-T7MYRXIE.js";
|
|
24
|
+
import "../../../../chunk-R4NY3TJC.js";
|
|
25
25
|
import "../../../../chunk-GMSUYBZP.js";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/k8-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/k8-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/k8-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-R3C7RFJ4.js";
|
|
9
9
|
import {
|
|
10
10
|
ConsoleLogger
|
|
11
|
-
} from "../../../../chunk-
|
|
11
|
+
} from "../../../../chunk-LX5Q27EF.js";
|
|
12
12
|
import {
|
|
13
13
|
NodeJSFileSystem
|
|
14
|
-
} from "../../../../chunk-
|
|
14
|
+
} from "../../../../chunk-T7MYRXIE.js";
|
|
15
15
|
import "../../../../chunk-GMSUYBZP.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/k8-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);
|