@angular/compiler-cli 14.1.0-next.2 → 14.1.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-5OLIDMUF.js → chunk-2WG4XIQ4.js} +5 -5
- package/bundles/{chunk-5OLIDMUF.js.map → chunk-2WG4XIQ4.js.map} +0 -0
- package/bundles/{chunk-2IMT6JFI.js → chunk-5K2JLFXT.js} +6 -6
- package/bundles/{chunk-2IMT6JFI.js.map → chunk-5K2JLFXT.js.map} +0 -0
- package/bundles/{chunk-OLGEBPBY.js → chunk-BRHP6XKM.js} +4 -4
- package/bundles/{chunk-OLGEBPBY.js.map → chunk-BRHP6XKM.js.map} +0 -0
- package/bundles/{chunk-QGR2YCRK.js → chunk-CHS76256.js} +70 -70
- package/bundles/{chunk-QGR2YCRK.js.map → chunk-CHS76256.js.map} +0 -0
- package/bundles/{chunk-32MQTE7C.js → chunk-DOITZI4O.js} +69 -69
- package/bundles/{chunk-32MQTE7C.js.map → chunk-DOITZI4O.js.map} +0 -0
- package/bundles/{chunk-KGCKQ2PH.js → chunk-DPA2FBDE.js} +26 -26
- package/bundles/{chunk-KGCKQ2PH.js.map → chunk-DPA2FBDE.js.map} +0 -0
- package/bundles/{chunk-U2GR6UX6.js → chunk-EIL2D5BG.js} +40 -40
- package/bundles/{chunk-U2GR6UX6.js.map → chunk-EIL2D5BG.js.map} +0 -0
- package/bundles/{chunk-R4NY3TJC.js → chunk-LC26KH5A.js} +5 -5
- package/bundles/{chunk-R4NY3TJC.js.map → chunk-LC26KH5A.js.map} +0 -0
- package/bundles/{chunk-DSIJ6FBS.js → chunk-OCR5YQMJ.js} +92 -92
- package/bundles/{chunk-DSIJ6FBS.js.map → chunk-OCR5YQMJ.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-SO3HP2WO.js → chunk-SOSZHK6P.js} +31 -31
- package/bundles/{chunk-SO3HP2WO.js.map → chunk-SOSZHK6P.js.map} +0 -0
- package/bundles/{chunk-T7MYRXIE.js → chunk-TD64C4QJ.js} +7 -7
- package/bundles/{chunk-T7MYRXIE.js.map → chunk-TD64C4QJ.js.map} +0 -0
- package/bundles/{chunk-W6KM7BUM.js → chunk-TV7VZNWL.js} +6 -6
- package/bundles/{chunk-W6KM7BUM.js.map → chunk-TV7VZNWL.js.map} +0 -0
- package/bundles/{chunk-WGBFSDVQ.js → chunk-WH4QSABR.js} +7 -7
- package/bundles/{chunk-WGBFSDVQ.js.map → chunk-WH4QSABR.js.map} +0 -0
- package/bundles/{chunk-LX5Q27EF.js → chunk-ZCDB56AX.js} +3 -3
- package/bundles/{chunk-LX5Q27EF.js.map → chunk-ZCDB56AX.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-TD64C4QJ.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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";
|
|
@@ -242,7 +242,7 @@ var ErrorCode;
|
|
|
242
242
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
243
243
|
})(ErrorCode || (ErrorCode = {}));
|
|
244
244
|
|
|
245
|
-
// bazel-out/
|
|
245
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
246
246
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
247
247
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
248
248
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -254,10 +254,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
254
254
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
255
255
|
]);
|
|
256
256
|
|
|
257
|
-
// bazel-out/
|
|
257
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
258
258
|
import ts2 from "typescript";
|
|
259
259
|
|
|
260
|
-
// bazel-out/
|
|
260
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
261
261
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
262
262
|
function replaceTsWithNgInErrors(errors) {
|
|
263
263
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -266,7 +266,7 @@ function ngErrorCode(code) {
|
|
|
266
266
|
return parseInt("-99" + code);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
270
270
|
var FatalDiagnosticError = class {
|
|
271
271
|
constructor(code, node, message, relatedInformation) {
|
|
272
272
|
this.code = code;
|
|
@@ -314,10 +314,10 @@ function isFatalDiagnosticError(err) {
|
|
|
314
314
|
return err._isFatalDiagnosticError === true;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
// bazel-out/
|
|
317
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
318
318
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
319
319
|
|
|
320
|
-
// bazel-out/
|
|
320
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
321
321
|
var ExtendedTemplateDiagnosticName;
|
|
322
322
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
323
323
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -325,7 +325,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
325
325
|
ExtendedTemplateDiagnosticName2["MISSING_CONTROL_FLOW_DIRECTIVE"] = "missingControlFlowDirective";
|
|
326
326
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
327
327
|
|
|
328
|
-
// bazel-out/
|
|
328
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
329
329
|
function findExportedNameOfNode(target, file, reflector) {
|
|
330
330
|
const exports = reflector.getExportsOfModule(file);
|
|
331
331
|
if (exports === null) {
|
|
@@ -345,7 +345,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
345
345
|
return foundExportName;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
// bazel-out/
|
|
348
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
349
349
|
var ImportFlags;
|
|
350
350
|
(function(ImportFlags2) {
|
|
351
351
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -561,7 +561,7 @@ var UnifiedModulesStrategy = class {
|
|
|
561
561
|
}
|
|
562
562
|
};
|
|
563
563
|
|
|
564
|
-
// bazel-out/
|
|
564
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
565
565
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
566
566
|
var UnifiedModulesAliasingHost = class {
|
|
567
567
|
constructor(unifiedModulesHost) {
|
|
@@ -628,7 +628,7 @@ var AliasStrategy = class {
|
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
630
|
|
|
631
|
-
// bazel-out/
|
|
631
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
632
632
|
function relativePathBetween(from, to) {
|
|
633
633
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
634
634
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -637,7 +637,7 @@ function normalizeSeparators(path) {
|
|
|
637
637
|
return path.replace(/\\/g, "/");
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
-
// bazel-out/
|
|
640
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
641
641
|
var NoopImportRewriter = class {
|
|
642
642
|
shouldImportSymbol(symbol, specifier) {
|
|
643
643
|
return true;
|
|
@@ -695,7 +695,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
695
695
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
696
696
|
}
|
|
697
697
|
|
|
698
|
-
// bazel-out/
|
|
698
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
699
699
|
import ts4 from "typescript";
|
|
700
700
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
701
701
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -740,7 +740,7 @@ var DefaultImportTracker = class {
|
|
|
740
740
|
}
|
|
741
741
|
};
|
|
742
742
|
|
|
743
|
-
// bazel-out/
|
|
743
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
744
744
|
var ModuleResolver = class {
|
|
745
745
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
746
746
|
this.program = program;
|
|
@@ -757,7 +757,7 @@ var ModuleResolver = class {
|
|
|
757
757
|
}
|
|
758
758
|
};
|
|
759
759
|
|
|
760
|
-
// bazel-out/
|
|
760
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
761
761
|
var Context = class {
|
|
762
762
|
constructor(isStatement) {
|
|
763
763
|
this.isStatement = isStatement;
|
|
@@ -770,7 +770,7 @@ var Context = class {
|
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
772
|
|
|
773
|
-
// bazel-out/
|
|
773
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
774
774
|
import * as o from "@angular/compiler";
|
|
775
775
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
776
776
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -994,7 +994,7 @@ function createRange(span) {
|
|
|
994
994
|
};
|
|
995
995
|
}
|
|
996
996
|
|
|
997
|
-
// bazel-out/
|
|
997
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
998
998
|
import ts5 from "typescript";
|
|
999
999
|
var ImportManager = class {
|
|
1000
1000
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1030,7 +1030,7 @@ var ImportManager = class {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
};
|
|
1032
1032
|
|
|
1033
|
-
// bazel-out/
|
|
1033
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1034
1034
|
import * as o2 from "@angular/compiler";
|
|
1035
1035
|
import ts6 from "typescript";
|
|
1036
1036
|
function translateType(type, imports) {
|
|
@@ -1201,7 +1201,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
};
|
|
1203
1203
|
|
|
1204
|
-
// bazel-out/
|
|
1204
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1205
1205
|
import ts7 from "typescript";
|
|
1206
1206
|
var PureAnnotation;
|
|
1207
1207
|
(function(PureAnnotation2) {
|
|
@@ -1379,7 +1379,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
|
-
// bazel-out/
|
|
1382
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1383
1383
|
function translateExpression(expression, imports, options = {}) {
|
|
1384
1384
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1385
1385
|
}
|
|
@@ -1447,4 +1447,4 @@ export {
|
|
|
1447
1447
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1448
1448
|
* found in the LICENSE file at https://angular.io/license
|
|
1449
1449
|
*/
|
|
1450
|
-
//# sourceMappingURL=chunk-
|
|
1450
|
+
//# sourceMappingURL=chunk-DPA2FBDE.js.map
|
|
File without changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-SJL5HBUW.js";
|
|
9
9
|
import {
|
|
10
10
|
Deferred,
|
|
11
11
|
DirectPackageJsonUpdater,
|
|
@@ -38,24 +38,24 @@ import {
|
|
|
38
38
|
sendMessageToWorker,
|
|
39
39
|
sortTasksByPriority,
|
|
40
40
|
stringifyTask
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-CHS76256.js";
|
|
42
42
|
import {
|
|
43
43
|
LogLevel
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-ZCDB56AX.js";
|
|
45
45
|
import {
|
|
46
46
|
absoluteFrom,
|
|
47
47
|
getFileSystem
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-TD64C4QJ.js";
|
|
49
49
|
import {
|
|
50
50
|
__require,
|
|
51
51
|
__spreadProps,
|
|
52
52
|
__spreadValues
|
|
53
53
|
} from "./chunk-GMSUYBZP.js";
|
|
54
54
|
|
|
55
|
-
// bazel-out/
|
|
55
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
|
|
56
56
|
import ts from "typescript";
|
|
57
57
|
|
|
58
|
-
// bazel-out/
|
|
58
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/module_resolver.mjs
|
|
59
59
|
var ModuleResolver = class {
|
|
60
60
|
constructor(fs, pathMappings, relativeExtensions = ["", ".js", "/index.js"]) {
|
|
61
61
|
this.fs = fs;
|
|
@@ -193,7 +193,7 @@ function isRelativeImport(from, to) {
|
|
|
193
193
|
return to.startsWith(from) && !to.includes("node_modules");
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
// bazel-out/
|
|
196
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_host.mjs
|
|
197
197
|
function createDependencyInfo() {
|
|
198
198
|
return { dependencies: /* @__PURE__ */ new Set(), missing: /* @__PURE__ */ new Set(), deepImports: /* @__PURE__ */ new Set() };
|
|
199
199
|
}
|
|
@@ -250,7 +250,7 @@ var DependencyHostBase = class {
|
|
|
250
250
|
}
|
|
251
251
|
};
|
|
252
252
|
|
|
253
|
-
// bazel-out/
|
|
253
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
|
|
254
254
|
var CommonJsDependencyHost = class extends DependencyHostBase {
|
|
255
255
|
canSkipFile(fileContents) {
|
|
256
256
|
return !hasRequireCalls(fileContents);
|
|
@@ -294,7 +294,7 @@ function hasRequireCalls(source) {
|
|
|
294
294
|
return /require\(['"]/.test(source);
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
// bazel-out/
|
|
297
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_resolver.mjs
|
|
298
298
|
import { DepGraph } from "dependency-graph";
|
|
299
299
|
import module from "module";
|
|
300
300
|
var builtinNodeJsModules = new Set(module.builtinModules);
|
|
@@ -398,7 +398,7 @@ var DependencyResolver = class {
|
|
|
398
398
|
}
|
|
399
399
|
};
|
|
400
400
|
|
|
401
|
-
// bazel-out/
|
|
401
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/esm_dependency_host.mjs
|
|
402
402
|
import ts2 from "typescript";
|
|
403
403
|
var EsmDependencyHost = class extends DependencyHostBase {
|
|
404
404
|
constructor(fs, moduleResolver, scanImportExpressions = true) {
|
|
@@ -564,7 +564,7 @@ function canPrecedeARegex(kind) {
|
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
// bazel-out/
|
|
567
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dts_dependency_host.mjs
|
|
568
568
|
var DtsDependencyHost = class extends EsmDependencyHost {
|
|
569
569
|
constructor(fs, pathMappings) {
|
|
570
570
|
super(fs, new ModuleResolver(fs, pathMappings, ["", ".d.ts", "/index.d.ts", ".js", "/index.js"]), false);
|
|
@@ -574,7 +574,7 @@ var DtsDependencyHost = class extends EsmDependencyHost {
|
|
|
574
574
|
}
|
|
575
575
|
};
|
|
576
576
|
|
|
577
|
-
// bazel-out/
|
|
577
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/umd_dependency_host.mjs
|
|
578
578
|
import ts3 from "typescript";
|
|
579
579
|
var UmdDependencyHost = class extends DependencyHostBase {
|
|
580
580
|
canSkipFile(fileContents) {
|
|
@@ -594,7 +594,7 @@ var UmdDependencyHost = class extends DependencyHostBase {
|
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
596
|
|
|
597
|
-
// bazel-out/
|
|
597
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/utils.mjs
|
|
598
598
|
function getBasePaths(logger, sourceDirectory, pathMappings) {
|
|
599
599
|
const fs = getFileSystem();
|
|
600
600
|
const basePaths = [sourceDirectory];
|
|
@@ -704,7 +704,7 @@ function convertToLeaf(node, path) {
|
|
|
704
704
|
node.path = path;
|
|
705
705
|
}
|
|
706
706
|
|
|
707
|
-
// bazel-out/
|
|
707
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.mjs
|
|
708
708
|
var DirectoryWalkerEntryPointFinder = class {
|
|
709
709
|
constructor(logger, resolver, entryPointCollector, entryPointManifest, sourceDirectory, pathMappings) {
|
|
710
710
|
this.logger = logger;
|
|
@@ -731,7 +731,7 @@ var DirectoryWalkerEntryPointFinder = class {
|
|
|
731
731
|
}
|
|
732
732
|
};
|
|
733
733
|
|
|
734
|
-
// bazel-out/
|
|
734
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/entry_point_collector.mjs
|
|
735
735
|
var EntryPointCollector = class {
|
|
736
736
|
constructor(fs, config, logger, resolver) {
|
|
737
737
|
this.fs = fs;
|
|
@@ -809,7 +809,7 @@ function isIgnorablePath(path) {
|
|
|
809
809
|
return path.startsWith(".") || path === "node_modules" || path === NGCC_DIRECTORY;
|
|
810
810
|
}
|
|
811
811
|
|
|
812
|
-
// bazel-out/
|
|
812
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/tracing_entry_point_finder.mjs
|
|
813
813
|
var TracingEntryPointFinder = class {
|
|
814
814
|
constructor(fs, config, logger, resolver, basePath, pathMappings) {
|
|
815
815
|
this.fs = fs;
|
|
@@ -846,7 +846,7 @@ var TracingEntryPointFinder = class {
|
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
848
|
|
|
849
|
-
// bazel-out/
|
|
849
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/program_based_entry_point_finder.mjs
|
|
850
850
|
var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
851
851
|
constructor(fs, config, logger, resolver, entryPointCollector, entryPointManifest, basePath, tsConfig, projectPath) {
|
|
852
852
|
super(fs, config, logger, resolver, basePath, getPathMappingsFromTsConfig(fs, tsConfig, projectPath));
|
|
@@ -897,8 +897,8 @@ var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
|
897
897
|
}
|
|
898
898
|
};
|
|
899
899
|
|
|
900
|
-
// bazel-out/
|
|
901
|
-
var NGCC_VERSION = "14.1.0-next.
|
|
900
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
|
|
901
|
+
var NGCC_VERSION = "14.1.0-next.3";
|
|
902
902
|
function needsCleaning(packageJson) {
|
|
903
903
|
return Object.values(packageJson.__processed_by_ivy_ngcc__ || {}).some((value) => value !== NGCC_VERSION);
|
|
904
904
|
}
|
|
@@ -939,7 +939,7 @@ function markAsProcessed(pkgJsonUpdater, packageJson, packageJsonPath, formatPro
|
|
|
939
939
|
update.writeChanges(packageJsonPath, packageJson);
|
|
940
940
|
}
|
|
941
941
|
|
|
942
|
-
// bazel-out/
|
|
942
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/targeted_entry_point_finder.mjs
|
|
943
943
|
var TargetedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
944
944
|
constructor(fs, config, logger, resolver, basePath, pathMappings, targetPath) {
|
|
945
945
|
super(fs, config, logger, resolver, basePath, pathMappings);
|
|
@@ -1054,7 +1054,7 @@ var TargetedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
|
1054
1054
|
}
|
|
1055
1055
|
};
|
|
1056
1056
|
|
|
1057
|
-
// bazel-out/
|
|
1057
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/base_task_queue.mjs
|
|
1058
1058
|
var BaseTaskQueue = class {
|
|
1059
1059
|
constructor(logger, tasks, dependencies) {
|
|
1060
1060
|
this.logger = logger;
|
|
@@ -1120,7 +1120,7 @@ ${indentation}- ${stringifyTask(task)}`).join("");
|
|
|
1120
1120
|
}
|
|
1121
1121
|
};
|
|
1122
1122
|
|
|
1123
|
-
// bazel-out/
|
|
1123
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/parallel_task_queue.mjs
|
|
1124
1124
|
var ParallelTaskQueue = class extends BaseTaskQueue {
|
|
1125
1125
|
constructor(logger, tasks, dependencies) {
|
|
1126
1126
|
super(logger, sortTasksByPriority(tasks, dependencies), dependencies);
|
|
@@ -1160,7 +1160,7 @@ ${indentation}- ${stringifyTask(task)} (${blockingTasks.size}): ` + this.stringi
|
|
|
1160
1160
|
}
|
|
1161
1161
|
};
|
|
1162
1162
|
|
|
1163
|
-
// bazel-out/
|
|
1163
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/serial_task_queue.mjs
|
|
1164
1164
|
var SerialTaskQueue = class extends BaseTaskQueue {
|
|
1165
1165
|
computeNextTask() {
|
|
1166
1166
|
const nextTask = this.tasks.shift() || null;
|
|
@@ -1175,7 +1175,7 @@ var SerialTaskQueue = class extends BaseTaskQueue {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
};
|
|
1177
1177
|
|
|
1178
|
-
// bazel-out/
|
|
1178
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/utils.mjs
|
|
1179
1179
|
function isLocalDirectory(fs, path) {
|
|
1180
1180
|
if (fs.exists(path)) {
|
|
1181
1181
|
const stat = fs.lstat(path);
|
|
@@ -1185,7 +1185,7 @@ function isLocalDirectory(fs, path) {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
|
-
// bazel-out/
|
|
1188
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/cleaning_strategies.mjs
|
|
1189
1189
|
var PackageJsonCleaner = class {
|
|
1190
1190
|
constructor(fs) {
|
|
1191
1191
|
this.fs = fs;
|
|
@@ -1224,7 +1224,7 @@ var BackupFileCleaner = class {
|
|
|
1224
1224
|
}
|
|
1225
1225
|
};
|
|
1226
1226
|
|
|
1227
|
-
// bazel-out/
|
|
1227
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/package_cleaner.mjs
|
|
1228
1228
|
var PackageCleaner = class {
|
|
1229
1229
|
constructor(fs, cleaners) {
|
|
1230
1230
|
this.fs = fs;
|
|
@@ -1267,7 +1267,7 @@ function cleanOutdatedPackages(fileSystem, entryPoints) {
|
|
|
1267
1267
|
return packagesToClean.size > 0;
|
|
1268
1268
|
}
|
|
1269
1269
|
|
|
1270
|
-
// bazel-out/
|
|
1270
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/analyze_entry_points.mjs
|
|
1271
1271
|
function getAnalyzeEntryPointsFn(logger, finder, fileSystem, supportedPropertiesToConsider, typingsOnly, compileAllFormats, propertiesToConsider, inParallel) {
|
|
1272
1272
|
return () => {
|
|
1273
1273
|
logger.debug("Analyzing entry-points...");
|
|
@@ -1356,7 +1356,7 @@ function getTaskQueue(logger, inParallel, tasks, graph) {
|
|
|
1356
1356
|
return inParallel ? new ParallelTaskQueue(logger, tasks, dependencies) : new SerialTaskQueue(logger, tasks, dependencies);
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
|
-
// bazel-out/
|
|
1359
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/master.mjs
|
|
1360
1360
|
import cluster from "cluster";
|
|
1361
1361
|
import module2 from "module";
|
|
1362
1362
|
var ClusterMaster = class {
|
|
@@ -1553,7 +1553,7 @@ function getClusterWorkerScriptPath(fileSystem) {
|
|
|
1553
1553
|
return fileSystem.resolve(workerScriptPath);
|
|
1554
1554
|
}
|
|
1555
1555
|
|
|
1556
|
-
// bazel-out/
|
|
1556
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/executor.mjs
|
|
1557
1557
|
var ClusterExecutor = class {
|
|
1558
1558
|
constructor(workerCount, fileSystem, logger, fileWriter, pkgJsonUpdater, lockFile, createTaskCompletedCallback) {
|
|
1559
1559
|
this.workerCount = workerCount;
|
|
@@ -1573,7 +1573,7 @@ var ClusterExecutor = class {
|
|
|
1573
1573
|
}
|
|
1574
1574
|
};
|
|
1575
1575
|
|
|
1576
|
-
// bazel-out/
|
|
1576
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/single_process_executor.mjs
|
|
1577
1577
|
var SingleProcessorExecutorBase = class {
|
|
1578
1578
|
constructor(logger, createTaskCompletedCallback) {
|
|
1579
1579
|
this.logger = logger;
|
|
@@ -1615,7 +1615,7 @@ var SingleProcessExecutorAsync = class extends SingleProcessorExecutorBase {
|
|
|
1615
1615
|
}
|
|
1616
1616
|
};
|
|
1617
1617
|
|
|
1618
|
-
// bazel-out/
|
|
1618
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/completion.mjs
|
|
1619
1619
|
function composeTaskCompletedCallbacks(callbacks) {
|
|
1620
1620
|
return (task, outcome, message) => {
|
|
1621
1621
|
const callback = callbacks[outcome];
|
|
@@ -1655,7 +1655,7 @@ function createErrorMessage(fs, task, message) {
|
|
|
1655
1655
|
return `Failed to compile entry-point ${task.entryPoint.name} (${format})` + message;
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
-
// bazel-out/
|
|
1658
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/async_locker.mjs
|
|
1659
1659
|
var TimeoutError = class extends Error {
|
|
1660
1660
|
constructor() {
|
|
1661
1661
|
super(...arguments);
|
|
@@ -1704,11 +1704,11 @@ Waiting up to ${this.retryDelay * this.retryAttempts / 1e3}s for it to finish.
|
|
|
1704
1704
|
}
|
|
1705
1705
|
};
|
|
1706
1706
|
|
|
1707
|
-
// bazel-out/
|
|
1707
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
|
|
1708
1708
|
import { fork } from "child_process";
|
|
1709
1709
|
import module4 from "module";
|
|
1710
1710
|
|
|
1711
|
-
// bazel-out/
|
|
1711
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file.mjs
|
|
1712
1712
|
import module3 from "module";
|
|
1713
1713
|
function getLockFilePath(fs) {
|
|
1714
1714
|
const requireFn = typeof __require !== "undefined" ? __require : module3.createRequire(__ESM_IMPORT_META_URL__);
|
|
@@ -1716,7 +1716,7 @@ function getLockFilePath(fs) {
|
|
|
1716
1716
|
return fs.resolve(ngccEntryPointFile, "../../../.ngcc_lock_file");
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
|
-
// bazel-out/
|
|
1719
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
|
|
1720
1720
|
var LockFileWithChildProcess = class {
|
|
1721
1721
|
constructor(fs, logger) {
|
|
1722
1722
|
this.fs = fs;
|
|
@@ -1765,7 +1765,7 @@ function getLockFileUnlockerScriptPath(fileSystem) {
|
|
|
1765
1765
|
return fileSystem.resolve(unlockerScriptPath);
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
|
-
// bazel-out/
|
|
1768
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/sync_locker.mjs
|
|
1769
1769
|
var SyncLocker = class {
|
|
1770
1770
|
constructor(lockFile) {
|
|
1771
1771
|
this.lockFile = lockFile;
|
|
@@ -1796,7 +1796,7 @@ If you are running multiple builds in parallel then you might try pre-processing
|
|
|
1796
1796
|
}
|
|
1797
1797
|
};
|
|
1798
1798
|
|
|
1799
|
-
// bazel-out/
|
|
1799
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/configuration.mjs
|
|
1800
1800
|
import { createHash } from "crypto";
|
|
1801
1801
|
import module5 from "module";
|
|
1802
1802
|
import semver from "semver";
|
|
@@ -1982,7 +1982,7 @@ var NgccConfiguration = class {
|
|
|
1982
1982
|
}
|
|
1983
1983
|
};
|
|
1984
1984
|
|
|
1985
|
-
// bazel-out/
|
|
1985
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_manifest.mjs
|
|
1986
1986
|
import { createHash as createHash2 } from "crypto";
|
|
1987
1987
|
var EntryPointManifest = class {
|
|
1988
1988
|
constructor(fs, config, logger) {
|
|
@@ -2090,7 +2090,7 @@ var InvalidatingEntryPointManifest = class extends EntryPointManifest {
|
|
|
2090
2090
|
}
|
|
2091
2091
|
};
|
|
2092
2092
|
|
|
2093
|
-
// bazel-out/
|
|
2093
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/main.mjs
|
|
2094
2094
|
function mainNgcc(options) {
|
|
2095
2095
|
const { basePath, targetEntryPointPath, propertiesToConsider, typingsOnly, compileAllFormats, logger, pathMappings, async, errorOnFailedEntryPoint, enableI18nLegacyMessageIdFormat, invalidateEntryPointManifest, fileSystem, absBasePath, projectPath, tsConfig, getFileWriter } = getSharedSetup(options);
|
|
2096
2096
|
const config = new NgccConfiguration(fileSystem, projectPath);
|
|
@@ -2183,4 +2183,4 @@ export {
|
|
|
2183
2183
|
* Use of this source code is governed by an MIT-style license that can be
|
|
2184
2184
|
* found in the LICENSE file at https://angular.io/license
|
|
2185
2185
|
*/
|
|
2186
|
-
//# sourceMappingURL=chunk-
|
|
2186
|
+
//# sourceMappingURL=chunk-EIL2D5BG.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -68,7 +68,7 @@ var PerfCheckpoint;
|
|
|
68
68
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
69
69
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
70
70
|
|
|
71
|
-
// bazel-out/
|
|
71
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
72
72
|
var NoopPerfRecorder = class {
|
|
73
73
|
eventCount() {
|
|
74
74
|
}
|
|
@@ -85,7 +85,7 @@ var NoopPerfRecorder = class {
|
|
|
85
85
|
};
|
|
86
86
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
87
87
|
|
|
88
|
-
// bazel-out/
|
|
88
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
89
89
|
function mark() {
|
|
90
90
|
return process.hrtime();
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ function timeSinceInMicros(mark2) {
|
|
|
94
94
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
98
98
|
var ActivePerfRecorder = class {
|
|
99
99
|
constructor(zeroTime) {
|
|
100
100
|
this.zeroTime = zeroTime;
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
* Use of this source code is governed by an MIT-style license that can be
|
|
204
204
|
* found in the LICENSE file at https://angular.io/license
|
|
205
205
|
*/
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-LC26KH5A.js.map
|
|
File without changes
|