@angular/compiler-cli 15.1.3 → 15.1.5
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-XRJ2O3LZ.js → chunk-5IL7LYRJ.js} +97 -97
- package/bundles/{chunk-XRJ2O3LZ.js.map → chunk-5IL7LYRJ.js.map} +0 -0
- package/bundles/{chunk-O52BHOQL.js → chunk-64X67E3N.js} +31 -31
- package/bundles/{chunk-O52BHOQL.js.map → chunk-64X67E3N.js.map} +0 -0
- package/bundles/{chunk-L644G6CJ.js → chunk-6ZJFIQBG.js} +7 -7
- package/bundles/{chunk-L644G6CJ.js.map → chunk-6ZJFIQBG.js.map} +0 -0
- package/bundles/{chunk-OFPWZYAK.js → chunk-7DUI3BSX.js} +2 -2
- package/bundles/{chunk-OFPWZYAK.js.map → chunk-7DUI3BSX.js.map} +0 -0
- package/bundles/{chunk-L6LHAJZ7.js → chunk-DCKTQM63.js} +72 -72
- package/bundles/{chunk-L6LHAJZ7.js.map → chunk-DCKTQM63.js.map} +0 -0
- package/bundles/{chunk-ML7UDN4R.js → chunk-DWKDUDH5.js} +40 -40
- package/bundles/{chunk-ML7UDN4R.js.map → chunk-DWKDUDH5.js.map} +0 -0
- package/bundles/{chunk-K2U2VZ7S.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-K2U2VZ7S.js.map → chunk-EC5K6QPP.js.map} +0 -0
- package/bundles/{chunk-HK36RNP3.js → chunk-NJMZRTB6.js} +5 -5
- package/bundles/{chunk-HK36RNP3.js.map → chunk-NJMZRTB6.js.map} +0 -0
- package/bundles/{chunk-UPBLAOWL.js → chunk-O4JLZZWJ.js} +6 -6
- package/bundles/{chunk-UPBLAOWL.js.map → chunk-O4JLZZWJ.js.map} +0 -0
- package/bundles/{chunk-U6ACTSPA.js → chunk-Q6W3UCXI.js} +6 -6
- package/bundles/{chunk-U6ACTSPA.js.map → chunk-Q6W3UCXI.js.map} +0 -0
- package/bundles/{chunk-FU4IW4GN.js → chunk-RVYJCLRC.js} +70 -70
- package/bundles/{chunk-FU4IW4GN.js.map → chunk-RVYJCLRC.js.map} +0 -0
- package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
- package/bundles/{chunk-J44BXEUC.js → chunk-X5XQI26Z.js} +5 -5
- package/bundles/{chunk-J44BXEUC.js.map → chunk-X5XQI26Z.js.map} +0 -0
- package/bundles/{chunk-YSDCIO24.js → chunk-YRDMG3GM.js} +4 -4
- package/bundles/{chunk-YSDCIO24.js.map → chunk-YRDMG3GM.js.map} +0 -0
- package/bundles/{chunk-5M32KPOS.js → chunk-Z534TW2O.js} +28 -28
- package/bundles/{chunk-5M32KPOS.js.map → chunk-Z534TW2O.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
|
@@ -12,9 +12,9 @@ import {
|
|
|
12
12
|
resolve,
|
|
13
13
|
stripExtension,
|
|
14
14
|
toRelativeImport
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EC5K6QPP.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
18
18
|
import ts from "typescript";
|
|
19
19
|
var TS = /\.tsx?$/i;
|
|
20
20
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -115,7 +115,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
115
115
|
return redirectInfo.unredirected;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
// bazel-out/
|
|
118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
119
119
|
var Reference = class {
|
|
120
120
|
constructor(node, bestGuessOwningModule = null) {
|
|
121
121
|
this.node = node;
|
|
@@ -178,14 +178,14 @@ var Reference = class {
|
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
// bazel-out/
|
|
181
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
182
182
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
183
183
|
|
|
184
|
-
// bazel-out/
|
|
184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
185
185
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
186
186
|
import ts3 from "typescript";
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
189
189
|
var ErrorCode;
|
|
190
190
|
(function(ErrorCode2) {
|
|
191
191
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -255,7 +255,7 @@ var ErrorCode;
|
|
|
255
255
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
256
256
|
})(ErrorCode || (ErrorCode = {}));
|
|
257
257
|
|
|
258
|
-
// bazel-out/
|
|
258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
259
259
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
260
260
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
261
261
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -267,10 +267,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
267
267
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
268
268
|
]);
|
|
269
269
|
|
|
270
|
-
// bazel-out/
|
|
270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
271
271
|
import ts2 from "typescript";
|
|
272
272
|
|
|
273
|
-
// bazel-out/
|
|
273
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
274
274
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
275
275
|
function replaceTsWithNgInErrors(errors) {
|
|
276
276
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -279,7 +279,7 @@ function ngErrorCode(code) {
|
|
|
279
279
|
return parseInt("-99" + code);
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
// bazel-out/
|
|
282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
283
283
|
var FatalDiagnosticError = class {
|
|
284
284
|
constructor(code, node, message, relatedInformation) {
|
|
285
285
|
this.code = code;
|
|
@@ -338,10 +338,10 @@ function isFatalDiagnosticError(err) {
|
|
|
338
338
|
return err._isFatalDiagnosticError === true;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
// bazel-out/
|
|
341
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
342
342
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
343
343
|
|
|
344
|
-
// bazel-out/
|
|
344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
345
345
|
var ExtendedTemplateDiagnosticName;
|
|
346
346
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
347
347
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -353,7 +353,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
353
353
|
ExtendedTemplateDiagnosticName2["SUFFIX_NOT_SUPPORTED"] = "suffixNotSupported";
|
|
354
354
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
355
355
|
|
|
356
|
-
// bazel-out/
|
|
356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
357
357
|
function findExportedNameOfNode(target, file, reflector) {
|
|
358
358
|
const exports = reflector.getExportsOfModule(file);
|
|
359
359
|
if (exports === null) {
|
|
@@ -373,7 +373,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
373
373
|
return foundExportName;
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
377
377
|
var ImportFlags;
|
|
378
378
|
(function(ImportFlags2) {
|
|
379
379
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -589,7 +589,7 @@ var UnifiedModulesStrategy = class {
|
|
|
589
589
|
}
|
|
590
590
|
};
|
|
591
591
|
|
|
592
|
-
// bazel-out/
|
|
592
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
593
593
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
594
594
|
var UnifiedModulesAliasingHost = class {
|
|
595
595
|
constructor(unifiedModulesHost) {
|
|
@@ -656,7 +656,7 @@ var AliasStrategy = class {
|
|
|
656
656
|
}
|
|
657
657
|
};
|
|
658
658
|
|
|
659
|
-
// bazel-out/
|
|
659
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
660
660
|
function relativePathBetween(from, to) {
|
|
661
661
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
662
662
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -665,7 +665,7 @@ function normalizeSeparators(path) {
|
|
|
665
665
|
return path.replace(/\\/g, "/");
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
-
// bazel-out/
|
|
668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
669
669
|
var NoopImportRewriter = class {
|
|
670
670
|
shouldImportSymbol(symbol, specifier) {
|
|
671
671
|
return true;
|
|
@@ -723,7 +723,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
723
723
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
-
// bazel-out/
|
|
726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
727
727
|
import ts4 from "typescript";
|
|
728
728
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
729
729
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -768,7 +768,7 @@ var DefaultImportTracker = class {
|
|
|
768
768
|
}
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
// bazel-out/
|
|
771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
772
772
|
var ModuleResolver = class {
|
|
773
773
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
774
774
|
this.program = program;
|
|
@@ -785,7 +785,7 @@ var ModuleResolver = class {
|
|
|
785
785
|
}
|
|
786
786
|
};
|
|
787
787
|
|
|
788
|
-
// bazel-out/
|
|
788
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
789
789
|
var Context = class {
|
|
790
790
|
constructor(isStatement) {
|
|
791
791
|
this.isStatement = isStatement;
|
|
@@ -798,7 +798,7 @@ var Context = class {
|
|
|
798
798
|
}
|
|
799
799
|
};
|
|
800
800
|
|
|
801
|
-
// bazel-out/
|
|
801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
802
802
|
import * as o from "@angular/compiler";
|
|
803
803
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
804
804
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1030,7 +1030,7 @@ function createRange(span) {
|
|
|
1030
1030
|
};
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
// bazel-out/
|
|
1033
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1034
1034
|
import ts5 from "typescript";
|
|
1035
1035
|
var ImportManager = class {
|
|
1036
1036
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1066,11 +1066,11 @@ var ImportManager = class {
|
|
|
1066
1066
|
}
|
|
1067
1067
|
};
|
|
1068
1068
|
|
|
1069
|
-
// bazel-out/
|
|
1069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1070
1070
|
import * as o2 from "@angular/compiler";
|
|
1071
1071
|
import ts7 from "typescript";
|
|
1072
1072
|
|
|
1073
|
-
// bazel-out/
|
|
1073
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/ts_compatibility/src/ts_cross_version_utils.mjs
|
|
1074
1074
|
import ts6 from "typescript";
|
|
1075
1075
|
var IS_AFTER_TS_49 = isAfterVersion(4, 9);
|
|
1076
1076
|
var createParameterDeclaration = IS_AFTER_TS_49 ? ts6.factory.createParameterDeclaration : (modifiers, dotDotDotToken, name, questionToken, type, initializer) => ts6.factory.createParameterDeclaration(...splitModifiers(modifiers), dotDotDotToken, name, questionToken, type, initializer);
|
|
@@ -1100,7 +1100,7 @@ function isAfterVersion(targetMajor, targetMinor) {
|
|
|
1100
1100
|
return major === targetMajor ? minor >= targetMinor : true;
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
|
-
// bazel-out/
|
|
1103
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1104
1104
|
function translateType(type, imports) {
|
|
1105
1105
|
return type.visitType(new TypeTranslatorVisitor(imports), new Context(false));
|
|
1106
1106
|
}
|
|
@@ -1274,7 +1274,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1274
1274
|
}
|
|
1275
1275
|
};
|
|
1276
1276
|
|
|
1277
|
-
// bazel-out/
|
|
1277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1278
1278
|
import ts8 from "typescript";
|
|
1279
1279
|
var PureAnnotation;
|
|
1280
1280
|
(function(PureAnnotation2) {
|
|
@@ -1457,7 +1457,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
|
-
// bazel-out/
|
|
1460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1461
1461
|
function translateExpression(expression, imports, options = {}) {
|
|
1462
1462
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1463
1463
|
}
|
|
@@ -1537,4 +1537,4 @@ export {
|
|
|
1537
1537
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1538
1538
|
* found in the LICENSE file at https://angular.io/license
|
|
1539
1539
|
*/
|
|
1540
|
-
//# sourceMappingURL=chunk-
|
|
1540
|
+
//# sourceMappingURL=chunk-Z534TW2O.js.map
|
|
File without changes
|
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-Q6W3UCXI.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
EmitFlags,
|
|
@@ -30,14 +30,14 @@ import {
|
|
|
30
30
|
performCompilation,
|
|
31
31
|
readConfiguration,
|
|
32
32
|
untagAllTsFiles
|
|
33
|
-
} from "./chunk-
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
33
|
+
} from "./chunk-5IL7LYRJ.js";
|
|
34
|
+
import "./chunk-DCKTQM63.js";
|
|
35
|
+
import "./chunk-O4JLZZWJ.js";
|
|
36
36
|
import {
|
|
37
37
|
ConsoleLogger,
|
|
38
38
|
LogLevel
|
|
39
|
-
} from "./chunk-
|
|
40
|
-
import "./chunk-
|
|
39
|
+
} from "./chunk-SBDNBITT.js";
|
|
40
|
+
import "./chunk-Z534TW2O.js";
|
|
41
41
|
import {
|
|
42
42
|
LogicalFileSystem,
|
|
43
43
|
LogicalProjectPath,
|
|
@@ -58,18 +58,18 @@ import {
|
|
|
58
58
|
resolve,
|
|
59
59
|
setFileSystem,
|
|
60
60
|
toRelativeImport
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-EC5K6QPP.js";
|
|
62
62
|
import {
|
|
63
63
|
ActivePerfRecorder,
|
|
64
64
|
PerfPhase
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-NJMZRTB6.js";
|
|
66
66
|
import "./chunk-SRFZMXHZ.js";
|
|
67
67
|
|
|
68
|
-
// bazel-out/
|
|
68
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
69
69
|
import { Version } from "@angular/compiler";
|
|
70
|
-
var VERSION = new Version("15.1.
|
|
70
|
+
var VERSION = new Version("15.1.5");
|
|
71
71
|
|
|
72
|
-
// bazel-out/
|
|
72
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
73
73
|
var NgTscPlugin = class {
|
|
74
74
|
get compiler() {
|
|
75
75
|
if (this._compiler === null) {
|
|
@@ -146,7 +146,7 @@ var NgTscPlugin = class {
|
|
|
146
146
|
}
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
// bazel-out/
|
|
149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
150
150
|
setFileSystem(new NodeJSFileSystem());
|
|
151
151
|
export {
|
|
152
152
|
ConsoleLogger,
|
|
@@ -5,25 +5,25 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-SBDNBITT.js";
|
|
9
9
|
import {
|
|
10
10
|
FatalLinkerError,
|
|
11
11
|
FileLinker,
|
|
12
12
|
LinkerEnvironment,
|
|
13
13
|
assert,
|
|
14
14
|
isFatalLinkerError
|
|
15
|
-
} from "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
15
|
+
} from "../../chunk-64X67E3N.js";
|
|
16
|
+
import "../../chunk-6ZJFIQBG.js";
|
|
17
|
+
import "../../chunk-Z534TW2O.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
21
21
|
import "../../chunk-SRFZMXHZ.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
24
24
|
import { types as t4 } from "@babel/core";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
27
27
|
import { types as t } from "@babel/core";
|
|
28
28
|
var BabelAstFactory = class {
|
|
29
29
|
constructor(sourceUrl) {
|
|
@@ -137,7 +137,7 @@ function isLExpression(expr) {
|
|
|
137
137
|
return t.isLVal(expr);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
// bazel-out/
|
|
140
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
141
141
|
import { types as t2 } from "@babel/core";
|
|
142
142
|
var BabelAstHost = class {
|
|
143
143
|
constructor() {
|
|
@@ -255,7 +255,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
255
255
|
return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
-
// bazel-out/
|
|
258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
259
259
|
import { types as t3 } from "@babel/core";
|
|
260
260
|
var BabelDeclarationScope = class {
|
|
261
261
|
constructor(declarationScope) {
|
|
@@ -281,7 +281,7 @@ var BabelDeclarationScope = class {
|
|
|
281
281
|
}
|
|
282
282
|
};
|
|
283
283
|
|
|
284
|
-
// bazel-out/
|
|
284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
285
285
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
286
286
|
let fileLinker = null;
|
|
287
287
|
return {
|
|
@@ -382,7 +382,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
382
382
|
return `${filename}: ${error.message}`;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
// bazel-out/
|
|
385
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
386
386
|
function defaultLinkerPlugin(api, options) {
|
|
387
387
|
api.assertVersion(7);
|
|
388
388
|
return createEs2015LinkerPlugin({
|
|
@@ -392,7 +392,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
392
392
|
});
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
// bazel-out/
|
|
395
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
396
396
|
var babel_default = defaultLinkerPlugin;
|
|
397
397
|
export {
|
|
398
398
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-64X67E3N.js";
|
|
14
|
+
import "../chunk-6ZJFIQBG.js";
|
|
15
|
+
import "../chunk-Z534TW2O.js";
|
|
16
|
+
import "../chunk-EC5K6QPP.js";
|
|
17
17
|
import "../chunk-SRFZMXHZ.js";
|
|
18
18
|
export {
|
|
19
19
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -4,28 +4,28 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
mainNgcc
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-DWKDUDH5.js";
|
|
8
|
+
import "../chunk-7DUI3BSX.js";
|
|
9
9
|
import {
|
|
10
10
|
clearTsConfigCache
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-RVYJCLRC.js";
|
|
12
|
+
import "../chunk-5IL7LYRJ.js";
|
|
13
|
+
import "../chunk-DCKTQM63.js";
|
|
14
|
+
import "../chunk-O4JLZZWJ.js";
|
|
15
15
|
import {
|
|
16
16
|
ConsoleLogger,
|
|
17
17
|
LogLevel
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-SBDNBITT.js";
|
|
19
|
+
import "../chunk-6ZJFIQBG.js";
|
|
20
|
+
import "../chunk-Z534TW2O.js";
|
|
21
21
|
import {
|
|
22
22
|
NodeJSFileSystem,
|
|
23
23
|
setFileSystem
|
|
24
|
-
} from "../chunk-
|
|
25
|
-
import "../chunk-
|
|
24
|
+
} from "../chunk-EC5K6QPP.js";
|
|
25
|
+
import "../chunk-NJMZRTB6.js";
|
|
26
26
|
import "../chunk-SRFZMXHZ.js";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
29
29
|
import { dirname, join } from "path";
|
|
30
30
|
import { fileURLToPath } from "url";
|
|
31
31
|
function process(options) {
|
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
parseCommandLineOptions
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-YRDMG3GM.js";
|
|
9
9
|
import {
|
|
10
10
|
mainNgcc
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../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-
|
|
11
|
+
} from "../chunk-DWKDUDH5.js";
|
|
12
|
+
import "../chunk-7DUI3BSX.js";
|
|
13
|
+
import "../chunk-RVYJCLRC.js";
|
|
14
|
+
import "../chunk-5IL7LYRJ.js";
|
|
15
|
+
import "../chunk-DCKTQM63.js";
|
|
16
|
+
import "../chunk-O4JLZZWJ.js";
|
|
17
|
+
import "../chunk-SBDNBITT.js";
|
|
18
|
+
import "../chunk-6ZJFIQBG.js";
|
|
19
|
+
import "../chunk-Z534TW2O.js";
|
|
20
|
+
import "../chunk-EC5K6QPP.js";
|
|
21
|
+
import "../chunk-NJMZRTB6.js";
|
|
22
22
|
import "../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/main-ngcc.mjs
|
|
25
25
|
process.title = "ngcc";
|
|
26
26
|
var startTime = Date.now();
|
|
27
27
|
var options = parseCommandLineOptions(process.argv.slice(2));
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
parseCommandLineOptions
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-YRDMG3GM.js";
|
|
8
8
|
import {
|
|
9
9
|
PackageJsonUpdate,
|
|
10
10
|
applyChange,
|
|
@@ -12,18 +12,18 @@ import {
|
|
|
12
12
|
getSharedSetup,
|
|
13
13
|
sendMessageToMaster,
|
|
14
14
|
stringifyTask
|
|
15
|
-
} from "../../../../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-
|
|
15
|
+
} from "../../../../chunk-RVYJCLRC.js";
|
|
16
|
+
import "../../../../chunk-5IL7LYRJ.js";
|
|
17
|
+
import "../../../../chunk-DCKTQM63.js";
|
|
18
|
+
import "../../../../chunk-O4JLZZWJ.js";
|
|
19
|
+
import "../../../../chunk-SBDNBITT.js";
|
|
20
|
+
import "../../../../chunk-6ZJFIQBG.js";
|
|
21
|
+
import "../../../../chunk-Z534TW2O.js";
|
|
22
|
+
import "../../../../chunk-EC5K6QPP.js";
|
|
23
|
+
import "../../../../chunk-NJMZRTB6.js";
|
|
24
24
|
import "../../../../chunk-SRFZMXHZ.js";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.mjs
|
|
27
27
|
import cluster from "cluster";
|
|
28
28
|
var ClusterWorkerPackageJsonUpdater = class {
|
|
29
29
|
constructor() {
|
|
@@ -51,7 +51,7 @@ var ClusterWorkerPackageJsonUpdater = class {
|
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
// bazel-out/
|
|
54
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/worker.mjs
|
|
55
55
|
import cluster2 from "cluster";
|
|
56
56
|
async function startWorker(logger, createCompileFn) {
|
|
57
57
|
if (cluster2.isMaster || !cluster2.worker) {
|
|
@@ -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_arm64-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 {
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
removeLockFile
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-7DUI3BSX.js";
|
|
8
8
|
import {
|
|
9
9
|
ConsoleLogger
|
|
10
|
-
} from "../../../../chunk-
|
|
10
|
+
} from "../../../../chunk-SBDNBITT.js";
|
|
11
11
|
import {
|
|
12
12
|
NodeJSFileSystem
|
|
13
|
-
} from "../../../../chunk-
|
|
13
|
+
} from "../../../../chunk-EC5K6QPP.js";
|
|
14
14
|
import "../../../../chunk-SRFZMXHZ.js";
|
|
15
15
|
|
|
16
|
-
// bazel-out/
|
|
16
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.mjs
|
|
17
17
|
var fs = new NodeJSFileSystem();
|
|
18
18
|
var logLevel = parseInt(process.argv.pop(), 10);
|
|
19
19
|
var logger = new ConsoleLogger(logLevel);
|
package/bundles/private/bazel.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-SBDNBITT.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-6ZJFIQBG.js";
|
|
13
13
|
import {
|
|
14
14
|
LogicalFileSystem,
|
|
15
15
|
LogicalProjectPath,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolve,
|
|
31
31
|
setFileSystem,
|
|
32
32
|
toRelativeImport
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-EC5K6QPP.js";
|
|
34
34
|
import "../chunk-SRFZMXHZ.js";
|
|
35
35
|
export {
|
|
36
36
|
ConsoleLogger,
|
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
PartialEvaluator,
|
|
8
8
|
StaticInterpreter,
|
|
9
9
|
forwardRefResolver
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-DCKTQM63.js";
|
|
11
11
|
import {
|
|
12
12
|
TypeScriptReflectionHost,
|
|
13
13
|
reflectObjectLiteral
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-O4JLZZWJ.js";
|
|
15
15
|
import {
|
|
16
16
|
Reference
|
|
17
|
-
} from "../chunk-
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
17
|
+
} from "../chunk-Z534TW2O.js";
|
|
18
|
+
import "../chunk-EC5K6QPP.js";
|
|
19
|
+
import "../chunk-NJMZRTB6.js";
|
|
20
20
|
import "../chunk-SRFZMXHZ.js";
|
|
21
21
|
export {
|
|
22
22
|
DynamicValue,
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-Q6W3UCXI.js";
|
|
10
|
+
import "../chunk-O4JLZZWJ.js";
|
|
11
11
|
import "../chunk-SRFZMXHZ.js";
|
|
12
12
|
export {
|
|
13
13
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-X5XQI26Z.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-5IL7LYRJ.js";
|
|
13
|
+
import "../../chunk-DCKTQM63.js";
|
|
14
|
+
import "../../chunk-O4JLZZWJ.js";
|
|
15
|
+
import "../../chunk-Z534TW2O.js";
|
|
16
16
|
import {
|
|
17
17
|
NodeJSFileSystem,
|
|
18
18
|
setFileSystem
|
|
19
|
-
} from "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
19
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
20
|
+
import "../../chunk-NJMZRTB6.js";
|
|
21
21
|
import "../../chunk-SRFZMXHZ.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
24
24
|
import "reflect-metadata";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
27
27
|
import yargs from "yargs";
|
|
28
28
|
function mainXi18n(args2, consoleError = console.error) {
|
|
29
29
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -46,7 +46,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
46
46
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
50
50
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
51
51
|
var args = process.argv.slice(2);
|
|
52
52
|
setFileSystem(new NodeJSFileSystem());
|