@angular/compiler-cli 15.2.6 → 15.2.8
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-L644G6CJ.js → chunk-2NLFVEGY.js} +7 -7
- package/bundles/{chunk-RVMGEVUM.js → chunk-7GNUPQOI.js} +31 -31
- package/bundles/{chunk-OFPWZYAK.js → chunk-B57SP4JB.js} +2 -2
- package/bundles/{chunk-FXCJCRLE.js → chunk-EKN42M4J.js} +40 -40
- package/bundles/{chunk-47T3GLS3.js → chunk-HKF2SJOH.js} +114 -99
- package/bundles/chunk-HKF2SJOH.js.map +6 -0
- package/bundles/{chunk-4EAKVGWO.js → chunk-IJECERTO.js} +10 -10
- package/bundles/{chunk-6MNQICMO.js → chunk-IKBMBUUZ.js} +73 -71
- package/bundles/{chunk-6MNQICMO.js.map → chunk-IKBMBUUZ.js.map} +1 -1
- package/bundles/{chunk-I7N7PLKQ.js → chunk-IYYB2HTK.js} +21 -21
- package/bundles/{chunk-YSDCIO24.js → chunk-K7P4IHT5.js} +4 -4
- package/bundles/{chunk-KXJ5LO4I.js → chunk-KV5PW2QN.js} +93 -90
- package/bundles/chunk-KV5PW2QN.js.map +6 -0
- package/bundles/{chunk-CF2CT7RQ.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-K2U2VZ7S.js → chunk-TBUSSXUA.js} +7 -7
- package/bundles/{chunk-JADZF6LG.js → chunk-XSR7VSYM.js} +5 -5
- package/bundles/{chunk-HK36RNP3.js → chunk-YZWN2KWE.js} +5 -5
- package/bundles/{chunk-UPBLAOWL.js → chunk-ZF3IVDQ2.js} +6 -6
- package/bundles/{chunk-XIHAXCJX.js → chunk-ZV3QKZR5.js} +5 -5
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +3 -2
- package/src/ngtsc/annotations/directive/src/handler.d.ts +3 -2
- package/src/ngtsc/annotations/directive/src/shared.d.ts +2 -1
- package/bundles/chunk-47T3GLS3.js.map +0 -6
- package/bundles/chunk-KXJ5LO4I.js.map +0 -6
- /package/bundles/{chunk-L644G6CJ.js.map → chunk-2NLFVEGY.js.map} +0 -0
- /package/bundles/{chunk-RVMGEVUM.js.map → chunk-7GNUPQOI.js.map} +0 -0
- /package/bundles/{chunk-OFPWZYAK.js.map → chunk-B57SP4JB.js.map} +0 -0
- /package/bundles/{chunk-FXCJCRLE.js.map → chunk-EKN42M4J.js.map} +0 -0
- /package/bundles/{chunk-4EAKVGWO.js.map → chunk-IJECERTO.js.map} +0 -0
- /package/bundles/{chunk-I7N7PLKQ.js.map → chunk-IYYB2HTK.js.map} +0 -0
- /package/bundles/{chunk-YSDCIO24.js.map → chunk-K7P4IHT5.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-K2U2VZ7S.js.map → chunk-TBUSSXUA.js.map} +0 -0
- /package/bundles/{chunk-JADZF6LG.js.map → chunk-XSR7VSYM.js.map} +0 -0
- /package/bundles/{chunk-HK36RNP3.js.map → chunk-YZWN2KWE.js.map} +0 -0
- /package/bundles/{chunk-UPBLAOWL.js.map → chunk-ZF3IVDQ2.js.map} +0 -0
- /package/bundles/{chunk-XIHAXCJX.js.map → chunk-ZV3QKZR5.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ImportGraph,
|
|
8
8
|
isShim,
|
|
9
9
|
readConfiguration
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HKF2SJOH.js";
|
|
11
11
|
import {
|
|
12
12
|
CompilationMode,
|
|
13
13
|
ComponentDecoratorHandler,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
TypeCheckScopeRegistry,
|
|
33
33
|
forwardRefResolver,
|
|
34
34
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-KV5PW2QN.js";
|
|
36
36
|
import {
|
|
37
37
|
ClassMemberKind,
|
|
38
38
|
KnownDeclaration,
|
|
@@ -43,20 +43,20 @@ import {
|
|
|
43
43
|
isNamedFunctionDeclaration,
|
|
44
44
|
isNamedVariableDeclaration,
|
|
45
45
|
reflectObjectLiteral
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-ZF3IVDQ2.js";
|
|
47
47
|
import {
|
|
48
48
|
ConsoleLogger,
|
|
49
49
|
LogLevel
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-LYJKWJUC.js";
|
|
51
51
|
import {
|
|
52
52
|
ContentOrigin,
|
|
53
53
|
SourceFileLoader
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-2NLFVEGY.js";
|
|
55
55
|
import {
|
|
56
56
|
ImportManager,
|
|
57
57
|
translateStatement,
|
|
58
58
|
translateType
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-IJECERTO.js";
|
|
60
60
|
import {
|
|
61
61
|
AbsoluteModuleStrategy,
|
|
62
62
|
LocalIdentifierStrategy,
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
isSymbolWithValueDeclaration,
|
|
75
75
|
replaceTsWithNgInErrors,
|
|
76
76
|
validateAndRewriteCoreSymbol
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-IYYB2HTK.js";
|
|
78
78
|
import {
|
|
79
79
|
LogicalFileSystem,
|
|
80
80
|
NgtscCompilerHost,
|
|
@@ -86,21 +86,21 @@ import {
|
|
|
86
86
|
isRooted,
|
|
87
87
|
relative,
|
|
88
88
|
toRelativeImport
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-TBUSSXUA.js";
|
|
90
90
|
import {
|
|
91
91
|
NOOP_PERF_RECORDER
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-YZWN2KWE.js";
|
|
93
93
|
|
|
94
|
-
// bazel-out/
|
|
94
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
95
95
|
import ts23 from "typescript";
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
98
98
|
import ts7 from "typescript";
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
101
101
|
import ts6 from "typescript";
|
|
102
102
|
|
|
103
|
-
// bazel-out/
|
|
103
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
|
|
104
104
|
import ts from "typescript";
|
|
105
105
|
function isDefined(value) {
|
|
106
106
|
return value !== void 0 && value !== null;
|
|
@@ -191,7 +191,7 @@ function isExportObject(thing) {
|
|
|
191
191
|
return typeof thing === "object" && thing !== null && !Array.isArray(thing);
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
// bazel-out/
|
|
194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
|
|
195
195
|
import ts2 from "typescript";
|
|
196
196
|
function findNamespaceOfIdentifier(id) {
|
|
197
197
|
return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
|
|
@@ -277,10 +277,10 @@ function skipAliases(node) {
|
|
|
277
277
|
return node;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
// bazel-out/
|
|
280
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
281
281
|
import ts4 from "typescript";
|
|
282
282
|
|
|
283
|
-
// bazel-out/
|
|
283
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
|
|
284
284
|
function isWithinPackage(packagePath, filePath) {
|
|
285
285
|
const relativePath = relative(packagePath, filePath);
|
|
286
286
|
return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
|
|
@@ -295,13 +295,13 @@ var NoopDependencyTracker = class {
|
|
|
295
295
|
};
|
|
296
296
|
var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
|
|
297
297
|
|
|
298
|
-
// bazel-out/
|
|
298
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
|
|
299
299
|
import ts3 from "typescript";
|
|
300
300
|
function stripParentheses(node) {
|
|
301
301
|
return ts3.isParenthesizedExpression(node) ? node.expression : node;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
// bazel-out/
|
|
304
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
305
305
|
var DECORATORS = "decorators";
|
|
306
306
|
var PROP_DECORATORS = "propDecorators";
|
|
307
307
|
var CONSTRUCTOR = "__constructor";
|
|
@@ -1530,7 +1530,7 @@ function getOuterNodeFromInnerDeclaration(node) {
|
|
|
1530
1530
|
return outerNode;
|
|
1531
1531
|
}
|
|
1532
1532
|
|
|
1533
|
-
// bazel-out/
|
|
1533
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
|
|
1534
1534
|
import ts5 from "typescript";
|
|
1535
1535
|
var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
|
|
1536
1536
|
getBaseClassExpression(clazz) {
|
|
@@ -1864,7 +1864,7 @@ function getIifeFn(classSymbol) {
|
|
|
1864
1864
|
return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
-
// bazel-out/
|
|
1867
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
1868
1868
|
var UmdReflectionHost = class extends Esm5ReflectionHost {
|
|
1869
1869
|
constructor(logger, isCore, src, dts = null) {
|
|
1870
1870
|
super(logger, isCore, src, dts);
|
|
@@ -2364,7 +2364,7 @@ function isExportsIdentifier(node) {
|
|
|
2364
2364
|
return ts6.isIdentifier(node) && node.text === "exports";
|
|
2365
2365
|
}
|
|
2366
2366
|
|
|
2367
|
-
// bazel-out/
|
|
2367
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
2368
2368
|
var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
|
|
2369
2369
|
var NO_ENTRY_POINT = "no-entry-point";
|
|
2370
2370
|
var IGNORED_ENTRY_POINT = "ignored-entry-point";
|
|
@@ -2539,7 +2539,7 @@ function getRepositoryUrl(packageJson) {
|
|
|
2539
2539
|
return packageJson.repository.url;
|
|
2540
2540
|
}
|
|
2541
2541
|
|
|
2542
|
-
// bazel-out/
|
|
2542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
|
|
2543
2543
|
var DtsProcessing;
|
|
2544
2544
|
(function(DtsProcessing2) {
|
|
2545
2545
|
DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
|
|
@@ -2548,7 +2548,7 @@ var DtsProcessing;
|
|
|
2548
2548
|
})(DtsProcessing || (DtsProcessing = {}));
|
|
2549
2549
|
var TaskDependencies = Map;
|
|
2550
2550
|
|
|
2551
|
-
// bazel-out/
|
|
2551
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
|
|
2552
2552
|
import ts8 from "typescript";
|
|
2553
2553
|
function adjustElementAccessExports(sourceText) {
|
|
2554
2554
|
if (!/exports\[["']/.test(sourceText)) {
|
|
@@ -2585,10 +2585,10 @@ function isJsIdentifier(text) {
|
|
|
2585
2585
|
return identifierPattern.test(text);
|
|
2586
2586
|
}
|
|
2587
2587
|
|
|
2588
|
-
// bazel-out/
|
|
2588
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2589
2589
|
import ts10 from "typescript";
|
|
2590
2590
|
|
|
2591
|
-
// bazel-out/
|
|
2591
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
|
|
2592
2592
|
import ts9 from "typescript";
|
|
2593
2593
|
function patchTsGetExpandoInitializer() {
|
|
2594
2594
|
if (isTs31778GetExpandoInitializerFixed()) {
|
|
@@ -2693,7 +2693,7 @@ function makeUnsupportedTypeScriptError() {
|
|
|
2693
2693
|
return new Error("The TypeScript version used is not supported by ngcc.");
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
|
-
// bazel-out/
|
|
2696
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2697
2697
|
function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
|
|
2698
2698
|
const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
|
|
2699
2699
|
let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
|
|
@@ -2723,7 +2723,7 @@ function findR3SymbolsPath(fs, directory, filename) {
|
|
|
2723
2723
|
return null;
|
|
2724
2724
|
}
|
|
2725
2725
|
|
|
2726
|
-
// bazel-out/
|
|
2726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
|
|
2727
2727
|
import ts11 from "typescript";
|
|
2728
2728
|
var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
|
|
2729
2729
|
constructor(fs, options, cache, moduleResolutionCache, packagePath) {
|
|
@@ -2768,7 +2768,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
|
|
|
2768
2768
|
}
|
|
2769
2769
|
};
|
|
2770
2770
|
|
|
2771
|
-
// bazel-out/
|
|
2771
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
|
|
2772
2772
|
import ts12 from "typescript";
|
|
2773
2773
|
var SharedFileCache = class {
|
|
2774
2774
|
constructor(fs) {
|
|
@@ -2871,7 +2871,7 @@ function createModuleResolutionCache(fs) {
|
|
|
2871
2871
|
});
|
|
2872
2872
|
}
|
|
2873
2873
|
|
|
2874
|
-
// bazel-out/
|
|
2874
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
|
|
2875
2875
|
function createSourceTextProcessor(format) {
|
|
2876
2876
|
if (format === "umd" || format === "commonjs") {
|
|
2877
2877
|
return adjustElementAccessExports;
|
|
@@ -2920,13 +2920,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
|
|
|
2920
2920
|
return additionalFiles;
|
|
2921
2921
|
}
|
|
2922
2922
|
|
|
2923
|
-
// bazel-out/
|
|
2923
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
2924
2924
|
import ts22 from "typescript";
|
|
2925
2925
|
|
|
2926
|
-
// bazel-out/
|
|
2926
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
2927
2927
|
import { ConstantPool } from "@angular/compiler";
|
|
2928
2928
|
|
|
2929
|
-
// bazel-out/
|
|
2929
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
|
|
2930
2930
|
import ts13 from "typescript";
|
|
2931
2931
|
function isClassDeclaration(clazz) {
|
|
2932
2932
|
return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
|
|
@@ -3009,7 +3009,7 @@ function reifySourceFile(expr) {
|
|
|
3009
3009
|
return stmt.declarationList.declarations[0].initializer;
|
|
3010
3010
|
}
|
|
3011
3011
|
|
|
3012
|
-
// bazel-out/
|
|
3012
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
|
|
3013
3013
|
var MissingInjectableMigration = class {
|
|
3014
3014
|
apply(clazz, host) {
|
|
3015
3015
|
const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
|
|
@@ -3114,7 +3114,7 @@ function getAngularCoreDecoratorName(decorator) {
|
|
|
3114
3114
|
return decorator.import.name;
|
|
3115
3115
|
}
|
|
3116
3116
|
|
|
3117
|
-
// bazel-out/
|
|
3117
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
|
|
3118
3118
|
var UndecoratedChildMigration = class {
|
|
3119
3119
|
apply(clazz, host) {
|
|
3120
3120
|
const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
|
|
@@ -3149,7 +3149,7 @@ var UndecoratedChildMigration = class {
|
|
|
3149
3149
|
}
|
|
3150
3150
|
};
|
|
3151
3151
|
|
|
3152
|
-
// bazel-out/
|
|
3152
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
|
|
3153
3153
|
var UndecoratedParentMigration = class {
|
|
3154
3154
|
apply(clazz, host) {
|
|
3155
3155
|
if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
|
|
@@ -3182,7 +3182,7 @@ function determineBaseClass(clazz, host) {
|
|
|
3182
3182
|
return baseClass;
|
|
3183
3183
|
}
|
|
3184
3184
|
|
|
3185
|
-
// bazel-out/
|
|
3185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
|
|
3186
3186
|
import ts14 from "typescript";
|
|
3187
3187
|
var DefaultMigrationHost = class {
|
|
3188
3188
|
constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
|
|
@@ -3242,7 +3242,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
|
|
|
3242
3242
|
return clone;
|
|
3243
3243
|
}
|
|
3244
3244
|
|
|
3245
|
-
// bazel-out/
|
|
3245
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
|
|
3246
3246
|
var NgccTraitCompiler = class extends TraitCompiler {
|
|
3247
3247
|
constructor(handlers, ngccReflector) {
|
|
3248
3248
|
super(
|
|
@@ -3297,10 +3297,10 @@ var NoIncrementalBuild = class {
|
|
|
3297
3297
|
}
|
|
3298
3298
|
};
|
|
3299
3299
|
|
|
3300
|
-
// bazel-out/
|
|
3300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
|
|
3301
3301
|
var DecorationAnalyses = Map;
|
|
3302
3302
|
|
|
3303
|
-
// bazel-out/
|
|
3303
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
3304
3304
|
var NgccResourceLoader = class {
|
|
3305
3305
|
constructor(fs) {
|
|
3306
3306
|
this.fs = fs;
|
|
@@ -3381,6 +3381,7 @@ var DecorationAnalyzer = class {
|
|
|
3381
3381
|
this.cycleAnalyzer,
|
|
3382
3382
|
0,
|
|
3383
3383
|
this.refEmitter,
|
|
3384
|
+
this.referencesRegistry,
|
|
3384
3385
|
NOOP_DEPENDENCY_TRACKER,
|
|
3385
3386
|
this.injectableRegistry,
|
|
3386
3387
|
null,
|
|
@@ -3396,6 +3397,7 @@ var DecorationAnalyzer = class {
|
|
|
3396
3397
|
this.fullMetaReader,
|
|
3397
3398
|
this.injectableRegistry,
|
|
3398
3399
|
this.refEmitter,
|
|
3400
|
+
this.referencesRegistry,
|
|
3399
3401
|
this.isCore,
|
|
3400
3402
|
false,
|
|
3401
3403
|
null,
|
|
@@ -3522,7 +3524,7 @@ var DecorationAnalyzer = class {
|
|
|
3522
3524
|
}
|
|
3523
3525
|
};
|
|
3524
3526
|
|
|
3525
|
-
// bazel-out/
|
|
3527
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
|
|
3526
3528
|
import ts15 from "typescript";
|
|
3527
3529
|
var ModuleWithProvidersAnalyses = Map;
|
|
3528
3530
|
var ModuleWithProvidersAnalyzer = class {
|
|
@@ -3661,7 +3663,7 @@ function isAnyKeyword(typeParam) {
|
|
|
3661
3663
|
return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
|
|
3662
3664
|
}
|
|
3663
3665
|
|
|
3664
|
-
// bazel-out/
|
|
3666
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
|
|
3665
3667
|
var NgccReferencesRegistry = class {
|
|
3666
3668
|
constructor(host) {
|
|
3667
3669
|
this.host = host;
|
|
@@ -3682,7 +3684,7 @@ var NgccReferencesRegistry = class {
|
|
|
3682
3684
|
}
|
|
3683
3685
|
};
|
|
3684
3686
|
|
|
3685
|
-
// bazel-out/
|
|
3687
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
|
|
3686
3688
|
var PrivateDeclarationsAnalyzer = class {
|
|
3687
3689
|
constructor(host, referencesRegistry) {
|
|
3688
3690
|
this.host = host;
|
|
@@ -3723,7 +3725,7 @@ var PrivateDeclarationsAnalyzer = class {
|
|
|
3723
3725
|
}
|
|
3724
3726
|
};
|
|
3725
3727
|
|
|
3726
|
-
// bazel-out/
|
|
3728
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
|
|
3727
3729
|
import ts16 from "typescript";
|
|
3728
3730
|
var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
3729
3731
|
constructor(logger, isCore, src, dts = null) {
|
|
@@ -3887,7 +3889,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
|
3887
3889
|
}
|
|
3888
3890
|
};
|
|
3889
3891
|
|
|
3890
|
-
// bazel-out/
|
|
3892
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
|
|
3891
3893
|
var DelegatingReflectionHost = class {
|
|
3892
3894
|
constructor(tsHost, ngccHost) {
|
|
3893
3895
|
this.tsHost = tsHost;
|
|
@@ -4008,16 +4010,16 @@ var DelegatingReflectionHost = class {
|
|
|
4008
4010
|
}
|
|
4009
4011
|
};
|
|
4010
4012
|
|
|
4011
|
-
// bazel-out/
|
|
4013
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4012
4014
|
import ts19 from "typescript";
|
|
4013
4015
|
|
|
4014
|
-
// bazel-out/
|
|
4016
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4015
4017
|
import ts18 from "typescript";
|
|
4016
4018
|
|
|
4017
|
-
// bazel-out/
|
|
4019
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
4018
4020
|
import ts17 from "typescript";
|
|
4019
4021
|
|
|
4020
|
-
// bazel-out/
|
|
4022
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
|
|
4021
4023
|
var NgccFlatImportRewriter = class {
|
|
4022
4024
|
shouldImportSymbol(symbol, specifier) {
|
|
4023
4025
|
if (specifier === "@angular/core") {
|
|
@@ -4038,7 +4040,7 @@ var NgccFlatImportRewriter = class {
|
|
|
4038
4040
|
}
|
|
4039
4041
|
};
|
|
4040
4042
|
|
|
4041
|
-
// bazel-out/
|
|
4043
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
|
|
4042
4044
|
function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
|
|
4043
4045
|
if (isCore && isFlat) {
|
|
4044
4046
|
return new NgccFlatImportRewriter();
|
|
@@ -4052,7 +4054,7 @@ function stripExtension2(filePath) {
|
|
|
4052
4054
|
return filePath.replace(/\.(js|d\.ts)$/, "");
|
|
4053
4055
|
}
|
|
4054
4056
|
|
|
4055
|
-
// bazel-out/
|
|
4057
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
4056
4058
|
var EsmRenderingFormatter = class {
|
|
4057
4059
|
constructor(fs, host, isCore) {
|
|
4058
4060
|
this.fs = fs;
|
|
@@ -4212,7 +4214,7 @@ function getEndExceptSemicolon(statement) {
|
|
|
4212
4214
|
return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
|
|
4213
4215
|
}
|
|
4214
4216
|
|
|
4215
|
-
// bazel-out/
|
|
4217
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4216
4218
|
var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
|
|
4217
4219
|
addDefinitions(output, compiledClass, definitions) {
|
|
4218
4220
|
const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
|
|
@@ -4240,7 +4242,7 @@ Expected an ES5 IIFE wrapped function. But got:
|
|
|
4240
4242
|
}
|
|
4241
4243
|
};
|
|
4242
4244
|
|
|
4243
|
-
// bazel-out/
|
|
4245
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4244
4246
|
var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4245
4247
|
constructor(fs, commonJsHost, isCore) {
|
|
4246
4248
|
super(fs, commonJsHost, isCore);
|
|
@@ -4289,15 +4291,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
|
|
|
4289
4291
|
}
|
|
4290
4292
|
};
|
|
4291
4293
|
|
|
4292
|
-
// bazel-out/
|
|
4294
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4293
4295
|
import MagicString from "magic-string";
|
|
4294
4296
|
import ts20 from "typescript";
|
|
4295
4297
|
|
|
4296
|
-
// bazel-out/
|
|
4298
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
|
|
4297
4299
|
var IMPORT_PREFIX = "\u0275ngcc";
|
|
4298
4300
|
var NGCC_TIMED_OUT_EXIT_CODE = 177;
|
|
4299
4301
|
|
|
4300
|
-
// bazel-out/
|
|
4302
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
|
|
4301
4303
|
import mapHelpers from "convert-source-map";
|
|
4302
4304
|
function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
|
|
4303
4305
|
var _a;
|
|
@@ -4332,7 +4334,7 @@ ${sourceMapComment}` },
|
|
|
4332
4334
|
}
|
|
4333
4335
|
}
|
|
4334
4336
|
|
|
4335
|
-
// bazel-out/
|
|
4337
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4336
4338
|
var DtsRenderInfo = class {
|
|
4337
4339
|
constructor() {
|
|
4338
4340
|
this.classInfo = [];
|
|
@@ -4433,14 +4435,14 @@ function markForEmitAsSingleLine(node) {
|
|
|
4433
4435
|
ts20.forEachChild(node, markForEmitAsSingleLine);
|
|
4434
4436
|
}
|
|
4435
4437
|
|
|
4436
|
-
// bazel-out/
|
|
4438
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4437
4439
|
import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
|
|
4438
4440
|
import MagicString2 from "magic-string";
|
|
4439
4441
|
|
|
4440
|
-
// bazel-out/
|
|
4442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
|
|
4441
4443
|
var RedundantDecoratorMap = Map;
|
|
4442
4444
|
|
|
4443
|
-
// bazel-out/
|
|
4445
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4444
4446
|
var Renderer = class {
|
|
4445
4447
|
constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
|
|
4446
4448
|
this.host = host;
|
|
@@ -4543,7 +4545,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
|
|
|
4543
4545
|
return statement;
|
|
4544
4546
|
}
|
|
4545
4547
|
|
|
4546
|
-
// bazel-out/
|
|
4548
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
|
|
4547
4549
|
import ts21 from "typescript";
|
|
4548
4550
|
var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4549
4551
|
constructor(fs, umdHost, isCore) {
|
|
@@ -4659,7 +4661,7 @@ function getGlobalIdentifier(i) {
|
|
|
4659
4661
|
return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
|
|
4660
4662
|
}
|
|
4661
4663
|
|
|
4662
|
-
// bazel-out/
|
|
4664
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
4663
4665
|
var Transformer = class {
|
|
4664
4666
|
constructor(fs, logger, tsConfig = null) {
|
|
4665
4667
|
this.fs = fs;
|
|
@@ -4740,7 +4742,7 @@ function hasErrors(diagnostics) {
|
|
|
4740
4742
|
return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
|
|
4741
4743
|
}
|
|
4742
4744
|
|
|
4743
|
-
// bazel-out/
|
|
4745
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
4744
4746
|
function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
|
|
4745
4747
|
return (beforeWritingFiles, onTaskCompleted) => {
|
|
4746
4748
|
const transformer = new Transformer(fileSystem, logger, tsConfig);
|
|
@@ -4779,10 +4781,10 @@ ${errors}`);
|
|
|
4779
4781
|
};
|
|
4780
4782
|
}
|
|
4781
4783
|
|
|
4782
|
-
// bazel-out/
|
|
4784
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4783
4785
|
import os from "os";
|
|
4784
4786
|
|
|
4785
|
-
// bazel-out/
|
|
4787
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
|
|
4786
4788
|
function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
4787
4789
|
if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
|
|
4788
4790
|
return {
|
|
@@ -4792,7 +4794,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
|
4792
4794
|
}
|
|
4793
4795
|
}
|
|
4794
4796
|
|
|
4795
|
-
// bazel-out/
|
|
4797
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
|
|
4796
4798
|
var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
|
|
4797
4799
|
var InPlaceFileWriter = class {
|
|
4798
4800
|
constructor(fs, logger, errorOnFailedEntryPoint) {
|
|
@@ -4841,7 +4843,7 @@ This error may be caused by one of the following:
|
|
|
4841
4843
|
}
|
|
4842
4844
|
};
|
|
4843
4845
|
|
|
4844
|
-
// bazel-out/
|
|
4846
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
|
|
4845
4847
|
var NGCC_DIRECTORY = "__ivy_ngcc__";
|
|
4846
4848
|
var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
|
|
4847
4849
|
var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
@@ -4949,7 +4951,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
|
4949
4951
|
}
|
|
4950
4952
|
};
|
|
4951
4953
|
|
|
4952
|
-
// bazel-out/
|
|
4954
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4953
4955
|
function getSharedSetup(options) {
|
|
4954
4956
|
const fileSystem = getFileSystem();
|
|
4955
4957
|
const absBasePath = absoluteFrom(options.basePath);
|
|
@@ -5025,7 +5027,7 @@ function getMaxNumberOfWorkers() {
|
|
|
5025
5027
|
return numericMaxWorkers;
|
|
5026
5028
|
}
|
|
5027
5029
|
|
|
5028
|
-
// bazel-out/
|
|
5030
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
|
|
5029
5031
|
var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
|
|
5030
5032
|
function computeTaskDependencies(tasks, graph) {
|
|
5031
5033
|
const dependencies = new TaskDependencies();
|
|
@@ -5085,7 +5087,7 @@ function sortTasksByPriority(tasks, dependencies) {
|
|
|
5085
5087
|
});
|
|
5086
5088
|
}
|
|
5087
5089
|
|
|
5088
|
-
// bazel-out/
|
|
5090
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
|
|
5089
5091
|
import cluster from "cluster";
|
|
5090
5092
|
var Deferred = class {
|
|
5091
5093
|
constructor() {
|
|
@@ -5120,7 +5122,7 @@ var sendMessageToWorker = (workerId, msg) => {
|
|
|
5120
5122
|
});
|
|
5121
5123
|
};
|
|
5122
5124
|
|
|
5123
|
-
// bazel-out/
|
|
5125
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
|
|
5124
5126
|
var PackageJsonUpdate = class {
|
|
5125
5127
|
constructor(writeChangesImpl) {
|
|
5126
5128
|
this.writeChangesImpl = writeChangesImpl;
|
|
@@ -5262,4 +5264,4 @@ export {
|
|
|
5262
5264
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5263
5265
|
* found in the LICENSE file at https://angular.io/license
|
|
5264
5266
|
*/
|
|
5265
|
-
//# sourceMappingURL=chunk-
|
|
5267
|
+
//# sourceMappingURL=chunk-IKBMBUUZ.js.map
|