@angular/compiler-cli 15.0.1 → 15.0.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-XVHC4VAO.js → chunk-4F26FKLW.js} +5 -5
- package/bundles/{chunk-XVHC4VAO.js.map → chunk-4F26FKLW.js.map} +0 -0
- package/bundles/{chunk-J6BGLPIM.js → chunk-AJ45MVZF.js} +102 -99
- package/bundles/{chunk-J6BGLPIM.js.map → chunk-AJ45MVZF.js.map} +1 -1
- package/bundles/{chunk-22N3RTKA.js → chunk-ALSLKTUB.js} +7 -7
- package/bundles/{chunk-22N3RTKA.js.map → chunk-ALSLKTUB.js.map} +0 -0
- package/bundles/{chunk-C3UJTEDQ.js → chunk-B342SSHT.js} +5 -5
- package/bundles/{chunk-C3UJTEDQ.js.map → chunk-B342SSHT.js.map} +0 -0
- package/bundles/{chunk-VOEFUUJH.js → chunk-DLVFMDSC.js} +2 -2
- package/bundles/{chunk-VOEFUUJH.js.map → chunk-DLVFMDSC.js.map} +0 -0
- package/bundles/{chunk-UUIUKASM.js → chunk-DSVWG4QJ.js} +2 -2
- package/bundles/{chunk-UUIUKASM.js.map → chunk-DSVWG4QJ.js.map} +0 -0
- package/bundles/{chunk-NXGWYLNC.js → chunk-E7DPJFUS.js} +7 -7
- package/bundles/{chunk-NXGWYLNC.js.map → chunk-E7DPJFUS.js.map} +0 -0
- package/bundles/{chunk-5S4T5JRZ.js → chunk-EUEL67MF.js} +77 -73
- package/bundles/chunk-EUEL67MF.js.map +6 -0
- package/bundles/{chunk-GIA6ASYG.js → chunk-JGWOWDGB.js} +7 -7
- package/bundles/{chunk-GIA6ASYG.js.map → chunk-JGWOWDGB.js.map} +0 -0
- package/bundles/{chunk-NAJWFXRP.js → chunk-LZ6AHL2G.js} +40 -40
- package/bundles/{chunk-NAJWFXRP.js.map → chunk-LZ6AHL2G.js.map} +0 -0
- package/bundles/{chunk-FPQZA7NP.js → chunk-OFXSI6E3.js} +3 -3
- package/bundles/{chunk-FPQZA7NP.js.map → chunk-OFXSI6E3.js.map} +0 -0
- package/bundles/{chunk-JY5KP5YT.js → chunk-QVO57CDR.js} +4 -4
- package/bundles/{chunk-JY5KP5YT.js.map → chunk-QVO57CDR.js.map} +0 -0
- package/bundles/{chunk-LHZD6YT2.js → chunk-R3UUI3WU.js} +31 -31
- package/bundles/{chunk-LHZD6YT2.js.map → chunk-R3UUI3WU.js.map} +0 -0
- package/bundles/{chunk-RRZN7SI2.js → chunk-SZALNEID.js} +71 -71
- package/bundles/{chunk-RRZN7SI2.js.map → chunk-SZALNEID.js.map} +0 -0
- package/bundles/{chunk-TZNP5L2W.js → chunk-TOW3O33K.js} +26 -26
- package/bundles/{chunk-TZNP5L2W.js.map → chunk-TOW3O33K.js.map} +0 -0
- package/bundles/{chunk-OKDR75TI.js → chunk-TTNJEW7O.js} +7 -7
- package/bundles/{chunk-OKDR75TI.js.map → chunk-TTNJEW7O.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/typecheck/api/scope.d.ts +1 -1
- package/bundles/chunk-5S4T5JRZ.js.map +0 -6
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-E7DPJFUS.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;
|
|
@@ -116,7 +116,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
116
116
|
return redirectInfo.unredirected;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
// bazel-out/
|
|
119
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
120
120
|
var Reference = class {
|
|
121
121
|
constructor(node, bestGuessOwningModule = null) {
|
|
122
122
|
this.node = node;
|
|
@@ -179,14 +179,14 @@ var Reference = class {
|
|
|
179
179
|
}
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
-
// bazel-out/
|
|
182
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
183
183
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
184
184
|
|
|
185
|
-
// bazel-out/
|
|
185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
186
186
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
187
187
|
import ts3 from "typescript";
|
|
188
188
|
|
|
189
|
-
// bazel-out/
|
|
189
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
190
190
|
var ErrorCode;
|
|
191
191
|
(function(ErrorCode2) {
|
|
192
192
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -256,7 +256,7 @@ var ErrorCode;
|
|
|
256
256
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
257
257
|
})(ErrorCode || (ErrorCode = {}));
|
|
258
258
|
|
|
259
|
-
// bazel-out/
|
|
259
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
260
260
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
261
261
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
262
262
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -268,10 +268,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
268
268
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
269
269
|
]);
|
|
270
270
|
|
|
271
|
-
// bazel-out/
|
|
271
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
272
272
|
import ts2 from "typescript";
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
275
275
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
276
276
|
function replaceTsWithNgInErrors(errors) {
|
|
277
277
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -280,7 +280,7 @@ function ngErrorCode(code) {
|
|
|
280
280
|
return parseInt("-99" + code);
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// bazel-out/
|
|
283
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
284
284
|
var FatalDiagnosticError = class {
|
|
285
285
|
constructor(code, node, message, relatedInformation) {
|
|
286
286
|
this.code = code;
|
|
@@ -339,10 +339,10 @@ function isFatalDiagnosticError(err) {
|
|
|
339
339
|
return err._isFatalDiagnosticError === true;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
// bazel-out/
|
|
342
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
343
343
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
344
344
|
|
|
345
|
-
// bazel-out/
|
|
345
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
346
346
|
var ExtendedTemplateDiagnosticName;
|
|
347
347
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
348
348
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -354,7 +354,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
354
354
|
ExtendedTemplateDiagnosticName2["SUFFIX_NOT_SUPPORTED"] = "suffixNotSupported";
|
|
355
355
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
356
356
|
|
|
357
|
-
// bazel-out/
|
|
357
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
358
358
|
function findExportedNameOfNode(target, file, reflector) {
|
|
359
359
|
const exports = reflector.getExportsOfModule(file);
|
|
360
360
|
if (exports === null) {
|
|
@@ -374,7 +374,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
374
374
|
return foundExportName;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
// bazel-out/
|
|
377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
378
378
|
var ImportFlags;
|
|
379
379
|
(function(ImportFlags2) {
|
|
380
380
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -590,7 +590,7 @@ var UnifiedModulesStrategy = class {
|
|
|
590
590
|
}
|
|
591
591
|
};
|
|
592
592
|
|
|
593
|
-
// bazel-out/
|
|
593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
594
594
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
595
595
|
var UnifiedModulesAliasingHost = class {
|
|
596
596
|
constructor(unifiedModulesHost) {
|
|
@@ -657,7 +657,7 @@ var AliasStrategy = class {
|
|
|
657
657
|
}
|
|
658
658
|
};
|
|
659
659
|
|
|
660
|
-
// bazel-out/
|
|
660
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
661
661
|
function relativePathBetween(from, to) {
|
|
662
662
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
663
663
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -666,7 +666,7 @@ function normalizeSeparators(path) {
|
|
|
666
666
|
return path.replace(/\\/g, "/");
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
-
// bazel-out/
|
|
669
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
670
670
|
var NoopImportRewriter = class {
|
|
671
671
|
shouldImportSymbol(symbol, specifier) {
|
|
672
672
|
return true;
|
|
@@ -724,7 +724,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
724
724
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
725
725
|
}
|
|
726
726
|
|
|
727
|
-
// bazel-out/
|
|
727
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
728
728
|
import ts4 from "typescript";
|
|
729
729
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
730
730
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -769,7 +769,7 @@ var DefaultImportTracker = class {
|
|
|
769
769
|
}
|
|
770
770
|
};
|
|
771
771
|
|
|
772
|
-
// bazel-out/
|
|
772
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
773
773
|
var ModuleResolver = class {
|
|
774
774
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
775
775
|
this.program = program;
|
|
@@ -786,7 +786,7 @@ var ModuleResolver = class {
|
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
// bazel-out/
|
|
789
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
790
790
|
var Context = class {
|
|
791
791
|
constructor(isStatement) {
|
|
792
792
|
this.isStatement = isStatement;
|
|
@@ -799,7 +799,7 @@ var Context = class {
|
|
|
799
799
|
}
|
|
800
800
|
};
|
|
801
801
|
|
|
802
|
-
// bazel-out/
|
|
802
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
803
803
|
import * as o from "@angular/compiler";
|
|
804
804
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
805
805
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1031,7 +1031,7 @@ function createRange(span) {
|
|
|
1031
1031
|
};
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
// bazel-out/
|
|
1034
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1035
1035
|
import ts5 from "typescript";
|
|
1036
1036
|
var ImportManager = class {
|
|
1037
1037
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1067,7 +1067,7 @@ var ImportManager = class {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
};
|
|
1069
1069
|
|
|
1070
|
-
// bazel-out/
|
|
1070
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1071
1071
|
import * as o2 from "@angular/compiler";
|
|
1072
1072
|
import ts6 from "typescript";
|
|
1073
1073
|
function translateType(type, imports) {
|
|
@@ -1243,7 +1243,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1243
1243
|
}
|
|
1244
1244
|
};
|
|
1245
1245
|
|
|
1246
|
-
// bazel-out/
|
|
1246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1247
1247
|
import ts7 from "typescript";
|
|
1248
1248
|
var PureAnnotation;
|
|
1249
1249
|
(function(PureAnnotation2) {
|
|
@@ -1426,7 +1426,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1426
1426
|
}
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
|
-
// bazel-out/
|
|
1429
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1430
1430
|
function translateExpression(expression, imports, options = {}) {
|
|
1431
1431
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1432
1432
|
}
|
|
@@ -1496,4 +1496,4 @@ export {
|
|
|
1496
1496
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1497
1497
|
* found in the LICENSE file at https://angular.io/license
|
|
1498
1498
|
*/
|
|
1499
|
-
//# sourceMappingURL=chunk-
|
|
1499
|
+
//# sourceMappingURL=chunk-TOW3O33K.js.map
|
|
File without changes
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
// bazel-out/
|
|
7
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
8
8
|
import mapHelpers from "convert-source-map";
|
|
9
9
|
import { decode, encode } from "sourcemap-codec";
|
|
10
10
|
|
|
11
|
-
// bazel-out/
|
|
11
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
12
12
|
function compareSegments(a, b) {
|
|
13
13
|
return a.position - b.position;
|
|
14
14
|
}
|
|
@@ -28,7 +28,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
28
28
|
return { line, column, position, next: void 0 };
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
// bazel-out/
|
|
31
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
32
32
|
function removeSourceMapComments(contents) {
|
|
33
33
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
34
34
|
}
|
|
@@ -279,10 +279,10 @@ var Cache = class {
|
|
|
279
279
|
}
|
|
280
280
|
};
|
|
281
281
|
|
|
282
|
-
// bazel-out/
|
|
282
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
283
283
|
import mapHelpers2 from "convert-source-map";
|
|
284
284
|
|
|
285
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
286
286
|
var ContentOrigin;
|
|
287
287
|
(function(ContentOrigin2) {
|
|
288
288
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -290,7 +290,7 @@ var ContentOrigin;
|
|
|
290
290
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
291
291
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
292
292
|
|
|
293
|
-
// bazel-out/
|
|
293
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
294
294
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
295
295
|
var SourceFileLoader = class {
|
|
296
296
|
constructor(fs, logger, schemeMap) {
|
|
@@ -418,4 +418,4 @@ export {
|
|
|
418
418
|
* Use of this source code is governed by an MIT-style license that can be
|
|
419
419
|
* found in the LICENSE file at https://angular.io/license
|
|
420
420
|
*/
|
|
421
|
-
//# sourceMappingURL=chunk-
|
|
421
|
+
//# sourceMappingURL=chunk-TTNJEW7O.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-JGWOWDGB.js";
|
|
11
11
|
import {
|
|
12
12
|
DEFAULT_ERROR_CODE,
|
|
13
13
|
EmitFlags,
|
|
@@ -31,15 +31,15 @@ import {
|
|
|
31
31
|
performCompilation,
|
|
32
32
|
readConfiguration,
|
|
33
33
|
untagAllTsFiles
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-AJ45MVZF.js";
|
|
35
|
+
import "./chunk-EUEL67MF.js";
|
|
36
|
+
import "./chunk-ALSLKTUB.js";
|
|
37
37
|
import {
|
|
38
38
|
ConsoleLogger,
|
|
39
39
|
LogLevel
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-OFXSI6E3.js";
|
|
41
|
+
import "./chunk-TOW3O33K.js";
|
|
42
|
+
import "./chunk-DSVWG4QJ.js";
|
|
43
43
|
import {
|
|
44
44
|
LogicalFileSystem,
|
|
45
45
|
LogicalProjectPath,
|
|
@@ -60,18 +60,18 @@ import {
|
|
|
60
60
|
resolve,
|
|
61
61
|
setFileSystem,
|
|
62
62
|
toRelativeImport
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-E7DPJFUS.js";
|
|
64
64
|
import {
|
|
65
65
|
ActivePerfRecorder,
|
|
66
66
|
PerfPhase
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-4F26FKLW.js";
|
|
68
68
|
import "./chunk-NDREJTCS.js";
|
|
69
69
|
|
|
70
|
-
// bazel-out/
|
|
70
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
71
71
|
import { Version } from "@angular/compiler";
|
|
72
|
-
var VERSION = new Version("15.0.
|
|
72
|
+
var VERSION = new Version("15.0.2");
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
75
75
|
var NgTscPlugin = class {
|
|
76
76
|
constructor(ngOptions) {
|
|
77
77
|
this.ngOptions = ngOptions;
|
|
@@ -148,7 +148,7 @@ var NgTscPlugin = class {
|
|
|
148
148
|
}
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
// bazel-out/
|
|
151
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
152
152
|
setFileSystem(new NodeJSFileSystem());
|
|
153
153
|
export {
|
|
154
154
|
ConsoleLogger,
|
|
@@ -6,23 +6,23 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-OFXSI6E3.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-
|
|
19
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-R3UUI3WU.js";
|
|
17
|
+
import "../../chunk-TTNJEW7O.js";
|
|
18
|
+
import "../../chunk-TOW3O33K.js";
|
|
19
|
+
import "../../chunk-DSVWG4QJ.js";
|
|
20
20
|
import {
|
|
21
21
|
NodeJSFileSystem
|
|
22
|
-
} from "../../chunk-
|
|
22
|
+
} from "../../chunk-E7DPJFUS.js";
|
|
23
23
|
import "../../chunk-NDREJTCS.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
|
|
26
26
|
import * as _babelNamespace from "@babel/core";
|
|
27
27
|
import _babelDefault from "@babel/core";
|
|
28
28
|
var _a;
|
|
@@ -36,7 +36,7 @@ var NodePath = babel.NodePath;
|
|
|
36
36
|
var transformSync = babel.transformSync;
|
|
37
37
|
var parse = babel.parse;
|
|
38
38
|
|
|
39
|
-
// bazel-out/
|
|
39
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
40
40
|
var BabelAstFactory = class {
|
|
41
41
|
constructor(sourceUrl) {
|
|
42
42
|
this.sourceUrl = sourceUrl;
|
|
@@ -149,7 +149,7 @@ function isLExpression(expr) {
|
|
|
149
149
|
return types2.isLVal(expr);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
// bazel-out/
|
|
152
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
153
153
|
var BabelAstHost = class {
|
|
154
154
|
constructor() {
|
|
155
155
|
this.isStringLiteral = types2.isStringLiteral;
|
|
@@ -266,7 +266,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
266
266
|
return types2.isUnaryExpression(node) && node.prefix && node.operator === "!" && types2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
270
270
|
var BabelDeclarationScope = class {
|
|
271
271
|
constructor(declarationScope) {
|
|
272
272
|
this.declarationScope = declarationScope;
|
|
@@ -291,7 +291,7 @@ var BabelDeclarationScope = class {
|
|
|
291
291
|
}
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
// bazel-out/
|
|
294
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
295
295
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
296
296
|
let fileLinker = null;
|
|
297
297
|
return {
|
|
@@ -392,7 +392,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
392
392
|
return `${filename}: ${error.message}`;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
// bazel-out/
|
|
395
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
396
396
|
function defaultLinkerPlugin(api, options) {
|
|
397
397
|
api.assertVersion(7);
|
|
398
398
|
return createEs2015LinkerPlugin({
|
|
@@ -402,7 +402,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
402
402
|
});
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
// bazel-out/
|
|
405
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
406
406
|
var babel_default = defaultLinkerPlugin;
|
|
407
407
|
export {
|
|
408
408
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
assert,
|
|
12
12
|
isFatalLinkerError,
|
|
13
13
|
needsLinking
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-R3UUI3WU.js";
|
|
15
|
+
import "../chunk-TTNJEW7O.js";
|
|
16
|
+
import "../chunk-TOW3O33K.js";
|
|
17
|
+
import "../chunk-DSVWG4QJ.js";
|
|
18
|
+
import "../chunk-E7DPJFUS.js";
|
|
19
19
|
import "../chunk-NDREJTCS.js";
|
|
20
20
|
export {
|
|
21
21
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -5,29 +5,29 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
mainNgcc
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-LZ6AHL2G.js";
|
|
9
|
+
import "../chunk-DLVFMDSC.js";
|
|
10
10
|
import {
|
|
11
11
|
clearTsConfigCache
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-SZALNEID.js";
|
|
13
|
+
import "../chunk-AJ45MVZF.js";
|
|
14
|
+
import "../chunk-EUEL67MF.js";
|
|
15
|
+
import "../chunk-ALSLKTUB.js";
|
|
16
16
|
import {
|
|
17
17
|
ConsoleLogger,
|
|
18
18
|
LogLevel
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-OFXSI6E3.js";
|
|
20
|
+
import "../chunk-TTNJEW7O.js";
|
|
21
|
+
import "../chunk-TOW3O33K.js";
|
|
22
|
+
import "../chunk-DSVWG4QJ.js";
|
|
23
23
|
import {
|
|
24
24
|
NodeJSFileSystem,
|
|
25
25
|
setFileSystem
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
26
|
+
} from "../chunk-E7DPJFUS.js";
|
|
27
|
+
import "../chunk-4F26FKLW.js";
|
|
28
28
|
import "../chunk-NDREJTCS.js";
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
31
31
|
import { dirname, join } from "path";
|
|
32
32
|
import { fileURLToPath } from "url";
|
|
33
33
|
function process(options) {
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
parseCommandLineOptions
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-QVO57CDR.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-
|
|
23
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-LZ6AHL2G.js";
|
|
13
|
+
import "../chunk-DLVFMDSC.js";
|
|
14
|
+
import "../chunk-SZALNEID.js";
|
|
15
|
+
import "../chunk-AJ45MVZF.js";
|
|
16
|
+
import "../chunk-EUEL67MF.js";
|
|
17
|
+
import "../chunk-ALSLKTUB.js";
|
|
18
|
+
import "../chunk-OFXSI6E3.js";
|
|
19
|
+
import "../chunk-TTNJEW7O.js";
|
|
20
|
+
import "../chunk-TOW3O33K.js";
|
|
21
|
+
import "../chunk-DSVWG4QJ.js";
|
|
22
|
+
import "../chunk-E7DPJFUS.js";
|
|
23
|
+
import "../chunk-4F26FKLW.js";
|
|
24
24
|
import "../chunk-NDREJTCS.js";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/main-ngcc.mjs
|
|
27
27
|
process.title = "ngcc";
|
|
28
28
|
var startTime = Date.now();
|
|
29
29
|
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-QVO57CDR.js";
|
|
9
9
|
import {
|
|
10
10
|
PackageJsonUpdate,
|
|
11
11
|
applyChange,
|
|
@@ -13,19 +13,19 @@ 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-
|
|
25
|
-
import "../../../../chunk-
|
|
16
|
+
} from "../../../../chunk-SZALNEID.js";
|
|
17
|
+
import "../../../../chunk-AJ45MVZF.js";
|
|
18
|
+
import "../../../../chunk-EUEL67MF.js";
|
|
19
|
+
import "../../../../chunk-ALSLKTUB.js";
|
|
20
|
+
import "../../../../chunk-OFXSI6E3.js";
|
|
21
|
+
import "../../../../chunk-TTNJEW7O.js";
|
|
22
|
+
import "../../../../chunk-TOW3O33K.js";
|
|
23
|
+
import "../../../../chunk-DSVWG4QJ.js";
|
|
24
|
+
import "../../../../chunk-E7DPJFUS.js";
|
|
25
|
+
import "../../../../chunk-4F26FKLW.js";
|
|
26
26
|
import "../../../../chunk-NDREJTCS.js";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.mjs
|
|
29
29
|
import cluster from "cluster";
|
|
30
30
|
var ClusterWorkerPackageJsonUpdater = class {
|
|
31
31
|
constructor() {
|
|
@@ -53,7 +53,7 @@ var ClusterWorkerPackageJsonUpdater = class {
|
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
55
|
|
|
56
|
-
// bazel-out/
|
|
56
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/worker.mjs
|
|
57
57
|
import cluster2 from "cluster";
|
|
58
58
|
async function startWorker(logger, createCompileFn) {
|
|
59
59
|
if (cluster2.isMaster) {
|
|
@@ -89,7 +89,7 @@ async function startWorker(logger, createCompileFn) {
|
|
|
89
89
|
return new Promise(() => void 0);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
// bazel-out/
|
|
92
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/ngcc_cluster_worker.mjs
|
|
93
93
|
(async () => {
|
|
94
94
|
process.title = "ngcc (worker)";
|
|
95
95
|
try {
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-DLVFMDSC.js";
|
|
9
9
|
import {
|
|
10
10
|
ConsoleLogger
|
|
11
|
-
} from "../../../../chunk-
|
|
11
|
+
} from "../../../../chunk-OFXSI6E3.js";
|
|
12
12
|
import {
|
|
13
13
|
NodeJSFileSystem
|
|
14
|
-
} from "../../../../chunk-
|
|
14
|
+
} from "../../../../chunk-E7DPJFUS.js";
|
|
15
15
|
import "../../../../chunk-NDREJTCS.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);
|
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-OFXSI6E3.js";
|
|
10
10
|
import {
|
|
11
11
|
SourceFile,
|
|
12
12
|
SourceFileLoader
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-TTNJEW7O.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-E7DPJFUS.js";
|
|
35
35
|
import "../chunk-NDREJTCS.js";
|
|
36
36
|
export {
|
|
37
37
|
ConsoleLogger,
|
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
PartialEvaluator,
|
|
9
9
|
StaticInterpreter,
|
|
10
10
|
forwardRefResolver
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-EUEL67MF.js";
|
|
12
12
|
import {
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
reflectObjectLiteral
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-ALSLKTUB.js";
|
|
16
16
|
import {
|
|
17
17
|
Reference
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-TOW3O33K.js";
|
|
19
|
+
import "../chunk-DSVWG4QJ.js";
|
|
20
|
+
import "../chunk-E7DPJFUS.js";
|
|
21
|
+
import "../chunk-4F26FKLW.js";
|
|
22
22
|
import "../chunk-NDREJTCS.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|