@angular/compiler-cli 14.0.0-next.13 → 14.0.0-next.14
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-LQLIHXU2.js → chunk-3DX2DBWU.js} +70 -70
- package/bundles/{chunk-LQLIHXU2.js.map → chunk-3DX2DBWU.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-UMDDHI5B.js → chunk-6356XFP6.js} +26 -26
- package/bundles/{chunk-UMDDHI5B.js.map → chunk-6356XFP6.js.map} +0 -0
- package/bundles/{chunk-DNXEJI2I.js → chunk-6VKVKDGL.js} +5 -5
- package/bundles/{chunk-DNXEJI2I.js.map → chunk-6VKVKDGL.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-ESNS3BVQ.js → chunk-HDIW2RJZ.js} +205 -122
- package/bundles/chunk-HDIW2RJZ.js.map +6 -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-FDAHGRSF.js → chunk-MKGTDQEO.js} +40 -40
- package/bundles/{chunk-FDAHGRSF.js.map → chunk-MKGTDQEO.js.map} +0 -0
- package/bundles/{chunk-FJDIFR5C.js → chunk-O6PNL22F.js} +97 -61
- package/bundles/chunk-O6PNL22F.js.map +6 -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-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-RYXFJXXN.js → chunk-U3GWKPTG.js} +3084 -3052
- package/bundles/chunk-U3GWKPTG.js.map +6 -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
- package/src/ngtsc/annotations/component/src/metadata.d.ts +6 -8
- package/src/ngtsc/metadata/src/api.d.ts +14 -5
- package/src/ngtsc/metadata/src/util.d.ts +1 -0
- package/src/ngtsc/scope/index.d.ts +2 -2
- package/src/ngtsc/scope/src/api.d.ts +16 -10
- package/src/ngtsc/scope/src/component_scope.d.ts +2 -2
- package/src/ngtsc/scope/src/standalone.d.ts +26 -0
- package/src/ngtsc/scope/src/util.d.ts +1 -0
- package/bundles/chunk-ESNS3BVQ.js.map +0 -6
- package/bundles/chunk-FJDIFR5C.js.map +0 -6
- package/bundles/chunk-RYXFJXXN.js.map +0 -6
- package/src/ngtsc/annotations/component/src/scope.d.ts +0 -20
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
CycleAnalyzer,
|
|
8
8
|
ImportGraph,
|
|
9
9
|
readConfiguration
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HDIW2RJZ.js";
|
|
11
11
|
import {
|
|
12
12
|
CompilationMode,
|
|
13
13
|
ComponentDecoratorHandler,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
TypeCheckScopeRegistry,
|
|
32
32
|
forwardRefResolver,
|
|
33
33
|
readBaseClass
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-U3GWKPTG.js";
|
|
35
35
|
import {
|
|
36
36
|
ClassMemberKind,
|
|
37
37
|
KnownDeclaration,
|
|
@@ -42,15 +42,15 @@ import {
|
|
|
42
42
|
isNamedFunctionDeclaration,
|
|
43
43
|
isNamedVariableDeclaration,
|
|
44
44
|
reflectObjectLiteral
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-5K2JLFXT.js";
|
|
46
46
|
import {
|
|
47
47
|
ConsoleLogger,
|
|
48
48
|
LogLevel
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-ZCDB56AX.js";
|
|
50
50
|
import {
|
|
51
51
|
ContentOrigin,
|
|
52
52
|
SourceFileLoader
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-WH4QSABR.js";
|
|
54
54
|
import {
|
|
55
55
|
AbsoluteModuleStrategy,
|
|
56
56
|
ImportManager,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
translateStatement,
|
|
72
72
|
translateType,
|
|
73
73
|
validateAndRewriteCoreSymbol
|
|
74
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-6356XFP6.js";
|
|
75
75
|
import {
|
|
76
76
|
LogicalFileSystem,
|
|
77
77
|
NgtscCompilerHost,
|
|
@@ -83,25 +83,25 @@ import {
|
|
|
83
83
|
isRooted,
|
|
84
84
|
relative,
|
|
85
85
|
toRelativeImport
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-TD64C4QJ.js";
|
|
87
87
|
import {
|
|
88
88
|
NOOP_PERF_RECORDER
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-LC26KH5A.js";
|
|
90
90
|
import {
|
|
91
91
|
__spreadProps,
|
|
92
92
|
__spreadValues
|
|
93
93
|
} from "./chunk-GMSUYBZP.js";
|
|
94
94
|
|
|
95
|
-
// bazel-out/
|
|
95
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
96
96
|
import ts23 from "typescript";
|
|
97
97
|
|
|
98
|
-
// bazel-out/
|
|
98
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
99
99
|
import ts7 from "typescript";
|
|
100
100
|
|
|
101
|
-
// bazel-out/
|
|
101
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
102
102
|
import ts6 from "typescript";
|
|
103
103
|
|
|
104
|
-
// bazel-out/
|
|
104
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
|
|
105
105
|
import ts from "typescript";
|
|
106
106
|
function isDefined(value) {
|
|
107
107
|
return value !== void 0 && value !== null;
|
|
@@ -172,7 +172,7 @@ function stripExtension(fileName) {
|
|
|
172
172
|
return fileName.replace(/\..+$/, "");
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
// bazel-out/
|
|
175
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
|
|
176
176
|
import ts2 from "typescript";
|
|
177
177
|
function findNamespaceOfIdentifier(id) {
|
|
178
178
|
return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
|
|
@@ -258,10 +258,10 @@ function skipAliases(node) {
|
|
|
258
258
|
return node;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
// bazel-out/
|
|
261
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
262
262
|
import ts4 from "typescript";
|
|
263
263
|
|
|
264
|
-
// bazel-out/
|
|
264
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
|
|
265
265
|
function isWithinPackage(packagePath, filePath) {
|
|
266
266
|
const relativePath = relative(packagePath, filePath);
|
|
267
267
|
return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
|
|
@@ -276,13 +276,13 @@ var NoopDependencyTracker = class {
|
|
|
276
276
|
};
|
|
277
277
|
var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
|
|
278
278
|
|
|
279
|
-
// bazel-out/
|
|
279
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
|
|
280
280
|
import ts3 from "typescript";
|
|
281
281
|
function stripParentheses(node) {
|
|
282
282
|
return ts3.isParenthesizedExpression(node) ? node.expression : node;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
286
286
|
var DECORATORS = "decorators";
|
|
287
287
|
var PROP_DECORATORS = "propDecorators";
|
|
288
288
|
var CONSTRUCTOR = "__constructor";
|
|
@@ -1510,7 +1510,7 @@ function getOuterNodeFromInnerDeclaration(node) {
|
|
|
1510
1510
|
return outerNode;
|
|
1511
1511
|
}
|
|
1512
1512
|
|
|
1513
|
-
// bazel-out/
|
|
1513
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
|
|
1514
1514
|
import ts5 from "typescript";
|
|
1515
1515
|
var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
|
|
1516
1516
|
getBaseClassExpression(clazz) {
|
|
@@ -1844,7 +1844,7 @@ function getIifeFn(classSymbol) {
|
|
|
1844
1844
|
return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
-
// bazel-out/
|
|
1847
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
1848
1848
|
var UmdReflectionHost = class extends Esm5ReflectionHost {
|
|
1849
1849
|
constructor(logger, isCore, src, dts = null) {
|
|
1850
1850
|
super(logger, isCore, src, dts);
|
|
@@ -2344,7 +2344,7 @@ function isExportsIdentifier(node) {
|
|
|
2344
2344
|
return ts6.isIdentifier(node) && node.text === "exports";
|
|
2345
2345
|
}
|
|
2346
2346
|
|
|
2347
|
-
// bazel-out/
|
|
2347
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
2348
2348
|
var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
|
|
2349
2349
|
var NO_ENTRY_POINT = "no-entry-point";
|
|
2350
2350
|
var IGNORED_ENTRY_POINT = "ignored-entry-point";
|
|
@@ -2503,7 +2503,7 @@ function getRepositoryUrl(packageJson) {
|
|
|
2503
2503
|
return packageJson.repository.url;
|
|
2504
2504
|
}
|
|
2505
2505
|
|
|
2506
|
-
// bazel-out/
|
|
2506
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
|
|
2507
2507
|
var DtsProcessing;
|
|
2508
2508
|
(function(DtsProcessing2) {
|
|
2509
2509
|
DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
|
|
@@ -2512,7 +2512,7 @@ var DtsProcessing;
|
|
|
2512
2512
|
})(DtsProcessing || (DtsProcessing = {}));
|
|
2513
2513
|
var TaskDependencies = Map;
|
|
2514
2514
|
|
|
2515
|
-
// bazel-out/
|
|
2515
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
|
|
2516
2516
|
import ts8 from "typescript";
|
|
2517
2517
|
function adjustElementAccessExports(sourceText) {
|
|
2518
2518
|
if (!/exports\[["']/.test(sourceText)) {
|
|
@@ -2549,10 +2549,10 @@ function isJsIdentifier(text) {
|
|
|
2549
2549
|
return identifierPattern.test(text);
|
|
2550
2550
|
}
|
|
2551
2551
|
|
|
2552
|
-
// bazel-out/
|
|
2552
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2553
2553
|
import ts10 from "typescript";
|
|
2554
2554
|
|
|
2555
|
-
// bazel-out/
|
|
2555
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
|
|
2556
2556
|
import ts9 from "typescript";
|
|
2557
2557
|
function patchTsGetExpandoInitializer() {
|
|
2558
2558
|
if (isTs31778GetExpandoInitializerFixed()) {
|
|
@@ -2657,7 +2657,7 @@ function makeUnsupportedTypeScriptError() {
|
|
|
2657
2657
|
return new Error("The TypeScript version used is not supported by ngcc.");
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
|
-
// bazel-out/
|
|
2660
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2661
2661
|
function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
|
|
2662
2662
|
const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
|
|
2663
2663
|
let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
|
|
@@ -2687,7 +2687,7 @@ function findR3SymbolsPath(fs, directory, filename) {
|
|
|
2687
2687
|
return null;
|
|
2688
2688
|
}
|
|
2689
2689
|
|
|
2690
|
-
// bazel-out/
|
|
2690
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
|
|
2691
2691
|
import ts11 from "typescript";
|
|
2692
2692
|
var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
|
|
2693
2693
|
constructor(fs, options, cache, moduleResolutionCache, packagePath) {
|
|
@@ -2732,7 +2732,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
|
|
|
2732
2732
|
}
|
|
2733
2733
|
};
|
|
2734
2734
|
|
|
2735
|
-
// bazel-out/
|
|
2735
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
|
|
2736
2736
|
import ts12 from "typescript";
|
|
2737
2737
|
var SharedFileCache = class {
|
|
2738
2738
|
constructor(fs) {
|
|
@@ -2835,7 +2835,7 @@ function createModuleResolutionCache(fs) {
|
|
|
2835
2835
|
});
|
|
2836
2836
|
}
|
|
2837
2837
|
|
|
2838
|
-
// bazel-out/
|
|
2838
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
|
|
2839
2839
|
function createSourceTextProcessor(format) {
|
|
2840
2840
|
if (format === "umd" || format === "commonjs") {
|
|
2841
2841
|
return adjustElementAccessExports;
|
|
@@ -2884,13 +2884,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
|
|
|
2884
2884
|
return additionalFiles;
|
|
2885
2885
|
}
|
|
2886
2886
|
|
|
2887
|
-
// bazel-out/
|
|
2887
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
2888
2888
|
import ts22 from "typescript";
|
|
2889
2889
|
|
|
2890
|
-
// bazel-out/
|
|
2890
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
2891
2891
|
import { ConstantPool } from "@angular/compiler";
|
|
2892
2892
|
|
|
2893
|
-
// bazel-out/
|
|
2893
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
|
|
2894
2894
|
import ts13 from "typescript";
|
|
2895
2895
|
function isClassDeclaration(clazz) {
|
|
2896
2896
|
return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
|
|
@@ -2973,7 +2973,7 @@ function reifySourceFile(expr) {
|
|
|
2973
2973
|
return stmt.declarationList.declarations[0].initializer;
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
|
-
// bazel-out/
|
|
2976
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
|
|
2977
2977
|
var MissingInjectableMigration = class {
|
|
2978
2978
|
apply(clazz, host) {
|
|
2979
2979
|
const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
|
|
@@ -3078,7 +3078,7 @@ function getAngularCoreDecoratorName(decorator) {
|
|
|
3078
3078
|
return decorator.import.name;
|
|
3079
3079
|
}
|
|
3080
3080
|
|
|
3081
|
-
// bazel-out/
|
|
3081
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
|
|
3082
3082
|
var UndecoratedChildMigration = class {
|
|
3083
3083
|
apply(clazz, host) {
|
|
3084
3084
|
const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
|
|
@@ -3113,7 +3113,7 @@ var UndecoratedChildMigration = class {
|
|
|
3113
3113
|
}
|
|
3114
3114
|
};
|
|
3115
3115
|
|
|
3116
|
-
// bazel-out/
|
|
3116
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
|
|
3117
3117
|
var UndecoratedParentMigration = class {
|
|
3118
3118
|
apply(clazz, host) {
|
|
3119
3119
|
if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
|
|
@@ -3146,7 +3146,7 @@ function determineBaseClass(clazz, host) {
|
|
|
3146
3146
|
return baseClass;
|
|
3147
3147
|
}
|
|
3148
3148
|
|
|
3149
|
-
// bazel-out/
|
|
3149
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
|
|
3150
3150
|
import ts14 from "typescript";
|
|
3151
3151
|
var DefaultMigrationHost = class {
|
|
3152
3152
|
constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
|
|
@@ -3206,7 +3206,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
|
|
|
3206
3206
|
return clone;
|
|
3207
3207
|
}
|
|
3208
3208
|
|
|
3209
|
-
// bazel-out/
|
|
3209
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
|
|
3210
3210
|
var NgccTraitCompiler = class extends TraitCompiler {
|
|
3211
3211
|
constructor(handlers, ngccReflector) {
|
|
3212
3212
|
super(handlers, ngccReflector, NOOP_PERF_RECORDER, new NoIncrementalBuild(), true, CompilationMode.FULL, new DtsTransformRegistry(), null);
|
|
@@ -3251,10 +3251,10 @@ var NoIncrementalBuild = class {
|
|
|
3251
3251
|
}
|
|
3252
3252
|
};
|
|
3253
3253
|
|
|
3254
|
-
// bazel-out/
|
|
3254
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
|
|
3255
3255
|
var DecorationAnalyses = Map;
|
|
3256
3256
|
|
|
3257
|
-
// bazel-out/
|
|
3257
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
3258
3258
|
var NgccResourceLoader = class {
|
|
3259
3259
|
constructor(fs) {
|
|
3260
3260
|
this.fs = fs;
|
|
@@ -3410,7 +3410,7 @@ var DecorationAnalyzer = class {
|
|
|
3410
3410
|
}
|
|
3411
3411
|
};
|
|
3412
3412
|
|
|
3413
|
-
// bazel-out/
|
|
3413
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
|
|
3414
3414
|
import ts15 from "typescript";
|
|
3415
3415
|
var ModuleWithProvidersAnalyses = Map;
|
|
3416
3416
|
var ModuleWithProvidersAnalyzer = class {
|
|
@@ -3549,7 +3549,7 @@ function isAnyKeyword(typeParam) {
|
|
|
3549
3549
|
return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
|
|
3550
3550
|
}
|
|
3551
3551
|
|
|
3552
|
-
// bazel-out/
|
|
3552
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
|
|
3553
3553
|
var NgccReferencesRegistry = class {
|
|
3554
3554
|
constructor(host) {
|
|
3555
3555
|
this.host = host;
|
|
@@ -3570,7 +3570,7 @@ var NgccReferencesRegistry = class {
|
|
|
3570
3570
|
}
|
|
3571
3571
|
};
|
|
3572
3572
|
|
|
3573
|
-
// bazel-out/
|
|
3573
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
|
|
3574
3574
|
var PrivateDeclarationsAnalyzer = class {
|
|
3575
3575
|
constructor(host, referencesRegistry) {
|
|
3576
3576
|
this.host = host;
|
|
@@ -3611,7 +3611,7 @@ var PrivateDeclarationsAnalyzer = class {
|
|
|
3611
3611
|
}
|
|
3612
3612
|
};
|
|
3613
3613
|
|
|
3614
|
-
// bazel-out/
|
|
3614
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
|
|
3615
3615
|
import ts16 from "typescript";
|
|
3616
3616
|
var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
3617
3617
|
constructor(logger, isCore, src, dts = null) {
|
|
@@ -3775,7 +3775,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
|
3775
3775
|
}
|
|
3776
3776
|
};
|
|
3777
3777
|
|
|
3778
|
-
// bazel-out/
|
|
3778
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
|
|
3779
3779
|
var DelegatingReflectionHost = class {
|
|
3780
3780
|
constructor(tsHost, ngccHost) {
|
|
3781
3781
|
this.tsHost = tsHost;
|
|
@@ -3896,16 +3896,16 @@ var DelegatingReflectionHost = class {
|
|
|
3896
3896
|
}
|
|
3897
3897
|
};
|
|
3898
3898
|
|
|
3899
|
-
// bazel-out/
|
|
3899
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
3900
3900
|
import ts19 from "typescript";
|
|
3901
3901
|
|
|
3902
|
-
// bazel-out/
|
|
3902
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
3903
3903
|
import ts18 from "typescript";
|
|
3904
3904
|
|
|
3905
|
-
// bazel-out/
|
|
3905
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3906
3906
|
import ts17 from "typescript";
|
|
3907
3907
|
|
|
3908
|
-
// bazel-out/
|
|
3908
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
|
|
3909
3909
|
var NgccFlatImportRewriter = class {
|
|
3910
3910
|
shouldImportSymbol(symbol, specifier) {
|
|
3911
3911
|
if (specifier === "@angular/core") {
|
|
@@ -3926,7 +3926,7 @@ var NgccFlatImportRewriter = class {
|
|
|
3926
3926
|
}
|
|
3927
3927
|
};
|
|
3928
3928
|
|
|
3929
|
-
// bazel-out/
|
|
3929
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
|
|
3930
3930
|
function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
|
|
3931
3931
|
if (isCore && isFlat) {
|
|
3932
3932
|
return new NgccFlatImportRewriter();
|
|
@@ -3940,7 +3940,7 @@ function stripExtension2(filePath) {
|
|
|
3940
3940
|
return filePath.replace(/\.(js|d\.ts)$/, "");
|
|
3941
3941
|
}
|
|
3942
3942
|
|
|
3943
|
-
// bazel-out/
|
|
3943
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3944
3944
|
var EsmRenderingFormatter = class {
|
|
3945
3945
|
constructor(fs, host, isCore) {
|
|
3946
3946
|
this.fs = fs;
|
|
@@ -4100,7 +4100,7 @@ function getEndExceptSemicolon(statement) {
|
|
|
4100
4100
|
return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
|
|
4101
4101
|
}
|
|
4102
4102
|
|
|
4103
|
-
// bazel-out/
|
|
4103
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4104
4104
|
var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
|
|
4105
4105
|
addDefinitions(output, compiledClass, definitions) {
|
|
4106
4106
|
const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
|
|
@@ -4128,7 +4128,7 @@ Expected an ES5 IIFE wrapped function. But got:
|
|
|
4128
4128
|
}
|
|
4129
4129
|
};
|
|
4130
4130
|
|
|
4131
|
-
// bazel-out/
|
|
4131
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4132
4132
|
var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4133
4133
|
constructor(fs, commonJsHost, isCore) {
|
|
4134
4134
|
super(fs, commonJsHost, isCore);
|
|
@@ -4177,15 +4177,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
|
|
|
4177
4177
|
}
|
|
4178
4178
|
};
|
|
4179
4179
|
|
|
4180
|
-
// bazel-out/
|
|
4180
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4181
4181
|
import MagicString from "magic-string";
|
|
4182
4182
|
import ts20 from "typescript";
|
|
4183
4183
|
|
|
4184
|
-
// bazel-out/
|
|
4184
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
|
|
4185
4185
|
var IMPORT_PREFIX = "\u0275ngcc";
|
|
4186
4186
|
var NGCC_TIMED_OUT_EXIT_CODE = 177;
|
|
4187
4187
|
|
|
4188
|
-
// bazel-out/
|
|
4188
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
|
|
4189
4189
|
import mapHelpers from "convert-source-map";
|
|
4190
4190
|
function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
|
|
4191
4191
|
var _a;
|
|
@@ -4220,7 +4220,7 @@ ${sourceMapComment}` },
|
|
|
4220
4220
|
}
|
|
4221
4221
|
}
|
|
4222
4222
|
|
|
4223
|
-
// bazel-out/
|
|
4223
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4224
4224
|
var DtsRenderInfo = class {
|
|
4225
4225
|
constructor() {
|
|
4226
4226
|
this.classInfo = [];
|
|
@@ -4321,14 +4321,14 @@ function markForEmitAsSingleLine(node) {
|
|
|
4321
4321
|
ts20.forEachChild(node, markForEmitAsSingleLine);
|
|
4322
4322
|
}
|
|
4323
4323
|
|
|
4324
|
-
// bazel-out/
|
|
4324
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4325
4325
|
import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
|
|
4326
4326
|
import MagicString2 from "magic-string";
|
|
4327
4327
|
|
|
4328
|
-
// bazel-out/
|
|
4328
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
|
|
4329
4329
|
var RedundantDecoratorMap = Map;
|
|
4330
4330
|
|
|
4331
|
-
// bazel-out/
|
|
4331
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4332
4332
|
var Renderer = class {
|
|
4333
4333
|
constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
|
|
4334
4334
|
this.host = host;
|
|
@@ -4431,7 +4431,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
|
|
|
4431
4431
|
return statement;
|
|
4432
4432
|
}
|
|
4433
4433
|
|
|
4434
|
-
// bazel-out/
|
|
4434
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
|
|
4435
4435
|
import ts21 from "typescript";
|
|
4436
4436
|
var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4437
4437
|
constructor(fs, umdHost, isCore) {
|
|
@@ -4547,7 +4547,7 @@ function getGlobalIdentifier(i) {
|
|
|
4547
4547
|
return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
|
|
4548
4548
|
}
|
|
4549
4549
|
|
|
4550
|
-
// bazel-out/
|
|
4550
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
4551
4551
|
var Transformer = class {
|
|
4552
4552
|
constructor(fs, logger, tsConfig = null) {
|
|
4553
4553
|
this.fs = fs;
|
|
@@ -4628,7 +4628,7 @@ function hasErrors(diagnostics) {
|
|
|
4628
4628
|
return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
|
|
4629
4629
|
}
|
|
4630
4630
|
|
|
4631
|
-
// bazel-out/
|
|
4631
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
4632
4632
|
function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
|
|
4633
4633
|
return (beforeWritingFiles, onTaskCompleted) => {
|
|
4634
4634
|
const transformer = new Transformer(fileSystem, logger, tsConfig);
|
|
@@ -4667,10 +4667,10 @@ ${errors}`);
|
|
|
4667
4667
|
};
|
|
4668
4668
|
}
|
|
4669
4669
|
|
|
4670
|
-
// bazel-out/
|
|
4670
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4671
4671
|
import * as os from "os";
|
|
4672
4672
|
|
|
4673
|
-
// bazel-out/
|
|
4673
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
|
|
4674
4674
|
function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
4675
4675
|
if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
|
|
4676
4676
|
return {
|
|
@@ -4680,7 +4680,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
|
4680
4680
|
}
|
|
4681
4681
|
}
|
|
4682
4682
|
|
|
4683
|
-
// bazel-out/
|
|
4683
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
|
|
4684
4684
|
var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
|
|
4685
4685
|
var InPlaceFileWriter = class {
|
|
4686
4686
|
constructor(fs, logger, errorOnFailedEntryPoint) {
|
|
@@ -4729,7 +4729,7 @@ This error may be caused by one of the following:
|
|
|
4729
4729
|
}
|
|
4730
4730
|
};
|
|
4731
4731
|
|
|
4732
|
-
// bazel-out/
|
|
4732
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
|
|
4733
4733
|
var NGCC_DIRECTORY = "__ivy_ngcc__";
|
|
4734
4734
|
var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
|
|
4735
4735
|
var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
@@ -4837,7 +4837,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
|
4837
4837
|
}
|
|
4838
4838
|
};
|
|
4839
4839
|
|
|
4840
|
-
// bazel-out/
|
|
4840
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4841
4841
|
function getSharedSetup(options) {
|
|
4842
4842
|
const fileSystem = getFileSystem();
|
|
4843
4843
|
const absBasePath = absoluteFrom(options.basePath);
|
|
@@ -4913,7 +4913,7 @@ function getMaxNumberOfWorkers() {
|
|
|
4913
4913
|
return numericMaxWorkers;
|
|
4914
4914
|
}
|
|
4915
4915
|
|
|
4916
|
-
// bazel-out/
|
|
4916
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
|
|
4917
4917
|
var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
|
|
4918
4918
|
function computeTaskDependencies(tasks, graph) {
|
|
4919
4919
|
const dependencies = new TaskDependencies();
|
|
@@ -4973,7 +4973,7 @@ function sortTasksByPriority(tasks, dependencies) {
|
|
|
4973
4973
|
});
|
|
4974
4974
|
}
|
|
4975
4975
|
|
|
4976
|
-
// bazel-out/
|
|
4976
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
|
|
4977
4977
|
import cluster from "cluster";
|
|
4978
4978
|
var Deferred = class {
|
|
4979
4979
|
constructor() {
|
|
@@ -5007,7 +5007,7 @@ var sendMessageToWorker = (workerId, msg) => {
|
|
|
5007
5007
|
});
|
|
5008
5008
|
};
|
|
5009
5009
|
|
|
5010
|
-
// bazel-out/
|
|
5010
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
|
|
5011
5011
|
var PackageJsonUpdate = class {
|
|
5012
5012
|
constructor(writeChangesImpl) {
|
|
5013
5013
|
this.writeChangesImpl = writeChangesImpl;
|
|
@@ -5141,4 +5141,4 @@ export {
|
|
|
5141
5141
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5142
5142
|
* found in the LICENSE file at https://angular.io/license
|
|
5143
5143
|
*/
|
|
5144
|
-
//# sourceMappingURL=chunk-
|
|
5144
|
+
//# sourceMappingURL=chunk-3DX2DBWU.js.map
|
|
File without changes
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
7
7
|
import ts4 from "typescript";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
var Decorator = {
|
|
12
12
|
nodeForError: (decorator) => {
|
|
@@ -41,7 +41,7 @@ function isConcreteDeclaration(decl) {
|
|
|
41
41
|
return decl.kind === 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
45
45
|
import ts2 from "typescript";
|
|
46
46
|
function typeToValue(typeNode, checker) {
|
|
47
47
|
if (typeNode === null) {
|
|
@@ -205,7 +205,7 @@ function extractModuleName(node) {
|
|
|
205
205
|
return node.moduleSpecifier.text;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
209
209
|
import ts3 from "typescript";
|
|
210
210
|
function isNamedClassDeclaration(node) {
|
|
211
211
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -220,7 +220,7 @@ function isIdentifier(node) {
|
|
|
220
220
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
224
224
|
var TypeScriptReflectionHost = class {
|
|
225
225
|
constructor(checker) {
|
|
226
226
|
this.checker = checker;
|
|
@@ -678,4 +678,4 @@ export {
|
|
|
678
678
|
* Use of this source code is governed by an MIT-style license that can be
|
|
679
679
|
* found in the LICENSE file at https://angular.io/license
|
|
680
680
|
*/
|
|
681
|
-
//# sourceMappingURL=chunk-
|
|
681
|
+
//# sourceMappingURL=chunk-5K2JLFXT.js.map
|
|
File without changes
|