@angular/compiler-cli 14.2.0-next.1 → 15.0.0-next.0
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-I34YWN6W.js → chunk-4CS5WLPD.js} +184 -120
- package/bundles/chunk-4CS5WLPD.js.map +6 -0
- package/bundles/{chunk-S4JINNFN.js → chunk-4NRCP3Y6.js} +7 -7
- package/bundles/{chunk-S4JINNFN.js.map → chunk-4NRCP3Y6.js.map} +0 -0
- package/bundles/{chunk-Z57D3OKU.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-Z57D3OKU.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-4SINIALN.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-4SINIALN.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/chunk-DM4TYSFG.js +96 -0
- package/bundles/chunk-DM4TYSFG.js.map +6 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-N2MCMY3J.js → chunk-ICPLY7FO.js} +4 -4
- package/bundles/{chunk-N2MCMY3J.js.map → chunk-ICPLY7FO.js.map} +0 -0
- package/bundles/{chunk-AHYRDQYO.js → chunk-IKKP4LXM.js} +29 -26
- package/bundles/chunk-IKKP4LXM.js.map +6 -0
- package/bundles/{chunk-IJA2BQQH.js → chunk-JN4TT3OU.js} +44 -20
- package/bundles/chunk-JN4TT3OU.js.map +6 -0
- package/bundles/{chunk-GQHLKW4T.js → chunk-KUSEWNLW.js} +54 -32
- package/bundles/chunk-KUSEWNLW.js.map +6 -0
- package/bundles/{chunk-AMYIDAXN.js → chunk-MOE5WKIA.js} +20 -13
- package/bundles/chunk-MOE5WKIA.js.map +6 -0
- package/bundles/{chunk-ZSQCUET7.js → chunk-MQGVI6KC.js} +363 -155
- package/bundles/chunk-MQGVI6KC.js.map +6 -0
- package/bundles/{chunk-WJ34B4FT.js → chunk-MT76GVED.js} +80 -74
- package/bundles/chunk-MT76GVED.js.map +6 -0
- package/bundles/{chunk-TXUURHQE.js → chunk-PLV54QMQ.js} +40 -40
- package/bundles/{chunk-TXUURHQE.js.map → chunk-PLV54QMQ.js.map} +0 -0
- package/bundles/{chunk-CTEVZGOM.js → chunk-RCXOJZDO.js} +5 -5
- package/bundles/{chunk-CTEVZGOM.js.map → chunk-RCXOJZDO.js.map} +0 -0
- package/bundles/{chunk-HZ5F54TQ.js → chunk-TR3BZDPT.js} +5 -5
- package/bundles/{chunk-HZ5F54TQ.js.map → chunk-TR3BZDPT.js.map} +0 -0
- package/bundles/index.js +13 -12
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +13 -12
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +5 -4
- package/bundles/ngcc/index.js +13 -12
- package/bundles/ngcc/index.js.map +1 -1
- package/bundles/ngcc/main-ngcc.js +14 -13
- package/bundles/ngcc/main-ngcc.js.map +1 -1
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js.map +1 -1
- 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 -5
- package/bundles/private/migrations.js.map +1 -1
- package/bundles/private/tooling.js +3 -2
- package/bundles/src/bin/ng_xi18n.js +11 -10
- package/bundles/src/bin/ng_xi18n.js.map +1 -1
- package/bundles/src/bin/ngc.js +9 -8
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/ngcc/src/analysis/decoration_analyzer.d.ts +2 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/annotations/common/src/diagnostics.d.ts +2 -1
- package/src/ngtsc/annotations/component/src/handler.d.ts +3 -2
- package/src/ngtsc/annotations/component/src/metadata.d.ts +6 -1
- package/src/ngtsc/annotations/directive/src/handler.d.ts +8 -3
- package/src/ngtsc/annotations/directive/src/shared.d.ts +5 -2
- package/src/ngtsc/annotations/ng_module/src/handler.d.ts +1 -0
- package/src/ngtsc/annotations/src/pipe.d.ts +1 -0
- package/src/ngtsc/core/api/src/options.d.ts +4 -0
- package/src/ngtsc/core/src/compiler.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/error_code.d.ts +12 -0
- package/src/ngtsc/metadata/index.d.ts +1 -0
- package/src/ngtsc/metadata/src/api.d.ts +41 -0
- package/src/ngtsc/metadata/src/host_directives_resolver.d.ts +28 -0
- package/src/ngtsc/metadata/src/util.d.ts +3 -2
- package/src/ngtsc/scope/src/typecheck.d.ts +4 -3
- package/src/ngtsc/ts_compatibility/index.d.ts +9 -0
- package/src/ngtsc/ts_compatibility/src/ts_cross_version_utils.d.ts +161 -0
- package/src/ngtsc/typecheck/api/checker.d.ts +14 -4
- package/src/ngtsc/typecheck/src/checker.d.ts +5 -1
- package/src/ngtsc/typecheck/src/ts_util.d.ts +0 -7
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +1 -1
- package/bundles/chunk-AHYRDQYO.js.map +0 -6
- package/bundles/chunk-AMYIDAXN.js.map +0 -6
- package/bundles/chunk-GQHLKW4T.js.map +0 -6
- package/bundles/chunk-I34YWN6W.js.map +0 -6
- package/bundles/chunk-IJA2BQQH.js.map +0 -6
- package/bundles/chunk-WJ34B4FT.js.map +0 -6
- package/bundles/chunk-ZSQCUET7.js.map +0 -6
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
ImportGraph,
|
|
9
9
|
isShim,
|
|
10
10
|
readConfiguration
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-4CS5WLPD.js";
|
|
12
12
|
import {
|
|
13
13
|
CompilationMode,
|
|
14
14
|
ComponentDecoratorHandler,
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
DtsMetadataReader,
|
|
19
19
|
DtsTransformRegistry,
|
|
20
20
|
HandlerFlags,
|
|
21
|
+
HostDirectivesResolver,
|
|
21
22
|
InjectableClassRegistry,
|
|
22
23
|
InjectableDecoratorHandler,
|
|
23
24
|
LocalMetadataRegistry,
|
|
@@ -32,7 +33,7 @@ import {
|
|
|
32
33
|
TypeCheckScopeRegistry,
|
|
33
34
|
forwardRefResolver,
|
|
34
35
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-MQGVI6KC.js";
|
|
36
37
|
import {
|
|
37
38
|
ClassMemberKind,
|
|
38
39
|
KnownDeclaration,
|
|
@@ -43,15 +44,15 @@ import {
|
|
|
43
44
|
isNamedFunctionDeclaration,
|
|
44
45
|
isNamedVariableDeclaration,
|
|
45
46
|
reflectObjectLiteral
|
|
46
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-MOE5WKIA.js";
|
|
47
48
|
import {
|
|
48
49
|
ConsoleLogger,
|
|
49
50
|
LogLevel
|
|
50
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-5FZBUSFV.js";
|
|
51
52
|
import {
|
|
52
53
|
ContentOrigin,
|
|
53
54
|
SourceFileLoader
|
|
54
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-56O2PTWU.js";
|
|
55
56
|
import {
|
|
56
57
|
AbsoluteModuleStrategy,
|
|
57
58
|
ImportManager,
|
|
@@ -72,7 +73,10 @@ import {
|
|
|
72
73
|
translateStatement,
|
|
73
74
|
translateType,
|
|
74
75
|
validateAndRewriteCoreSymbol
|
|
75
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-IKKP4LXM.js";
|
|
77
|
+
import {
|
|
78
|
+
getModifiers
|
|
79
|
+
} from "./chunk-DM4TYSFG.js";
|
|
76
80
|
import {
|
|
77
81
|
LogicalFileSystem,
|
|
78
82
|
NgtscCompilerHost,
|
|
@@ -84,21 +88,21 @@ import {
|
|
|
84
88
|
isRooted,
|
|
85
89
|
relative,
|
|
86
90
|
toRelativeImport
|
|
87
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-4NRCP3Y6.js";
|
|
88
92
|
import {
|
|
89
93
|
NOOP_PERF_RECORDER
|
|
90
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-RCXOJZDO.js";
|
|
91
95
|
|
|
92
|
-
// bazel-out/
|
|
96
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
93
97
|
import ts23 from "typescript";
|
|
94
98
|
|
|
95
|
-
// bazel-out/
|
|
99
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
96
100
|
import ts7 from "typescript";
|
|
97
101
|
|
|
98
|
-
// bazel-out/
|
|
102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
99
103
|
import ts6 from "typescript";
|
|
100
104
|
|
|
101
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
|
|
102
106
|
import ts from "typescript";
|
|
103
107
|
function isDefined(value) {
|
|
104
108
|
return value !== void 0 && value !== null;
|
|
@@ -189,7 +193,7 @@ function isExportObject(thing) {
|
|
|
189
193
|
return typeof thing === "object" && thing !== null && !Array.isArray(thing);
|
|
190
194
|
}
|
|
191
195
|
|
|
192
|
-
// bazel-out/
|
|
196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
|
|
193
197
|
import ts2 from "typescript";
|
|
194
198
|
function findNamespaceOfIdentifier(id) {
|
|
195
199
|
return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
|
|
@@ -275,10 +279,10 @@ function skipAliases(node) {
|
|
|
275
279
|
return node;
|
|
276
280
|
}
|
|
277
281
|
|
|
278
|
-
// bazel-out/
|
|
282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
279
283
|
import ts4 from "typescript";
|
|
280
284
|
|
|
281
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
|
|
282
286
|
function isWithinPackage(packagePath, filePath) {
|
|
283
287
|
const relativePath = relative(packagePath, filePath);
|
|
284
288
|
return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
|
|
@@ -293,13 +297,13 @@ var NoopDependencyTracker = class {
|
|
|
293
297
|
};
|
|
294
298
|
var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
|
|
295
299
|
|
|
296
|
-
// bazel-out/
|
|
300
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
|
|
297
301
|
import ts3 from "typescript";
|
|
298
302
|
function stripParentheses(node) {
|
|
299
303
|
return ts3.isParenthesizedExpression(node) ? node.expression : node;
|
|
300
304
|
}
|
|
301
305
|
|
|
302
|
-
// bazel-out/
|
|
306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
303
307
|
var DECORATORS = "decorators";
|
|
304
308
|
var PROP_DECORATORS = "propDecorators";
|
|
305
309
|
var CONSTRUCTOR = "__constructor";
|
|
@@ -1037,7 +1041,8 @@ ${declaration.getText()}`);
|
|
|
1037
1041
|
}
|
|
1038
1042
|
}
|
|
1039
1043
|
if (isStatic === void 0) {
|
|
1040
|
-
|
|
1044
|
+
const modifiers = getModifiers(node);
|
|
1045
|
+
isStatic = modifiers !== void 0 && modifiers.some((mod) => mod.kind === ts4.SyntaxKind.StaticKeyword);
|
|
1041
1046
|
}
|
|
1042
1047
|
const type = node.type || null;
|
|
1043
1048
|
return {
|
|
@@ -1527,7 +1532,7 @@ function getOuterNodeFromInnerDeclaration(node) {
|
|
|
1527
1532
|
return outerNode;
|
|
1528
1533
|
}
|
|
1529
1534
|
|
|
1530
|
-
// bazel-out/
|
|
1535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
|
|
1531
1536
|
import ts5 from "typescript";
|
|
1532
1537
|
var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
|
|
1533
1538
|
getBaseClassExpression(clazz) {
|
|
@@ -1861,7 +1866,7 @@ function getIifeFn(classSymbol) {
|
|
|
1861
1866
|
return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
|
|
1862
1867
|
}
|
|
1863
1868
|
|
|
1864
|
-
// bazel-out/
|
|
1869
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
1865
1870
|
var UmdReflectionHost = class extends Esm5ReflectionHost {
|
|
1866
1871
|
constructor(logger, isCore, src, dts = null) {
|
|
1867
1872
|
super(logger, isCore, src, dts);
|
|
@@ -2361,7 +2366,7 @@ function isExportsIdentifier(node) {
|
|
|
2361
2366
|
return ts6.isIdentifier(node) && node.text === "exports";
|
|
2362
2367
|
}
|
|
2363
2368
|
|
|
2364
|
-
// bazel-out/
|
|
2369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
2365
2370
|
var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
|
|
2366
2371
|
var NO_ENTRY_POINT = "no-entry-point";
|
|
2367
2372
|
var IGNORED_ENTRY_POINT = "ignored-entry-point";
|
|
@@ -2536,7 +2541,7 @@ function getRepositoryUrl(packageJson) {
|
|
|
2536
2541
|
return packageJson.repository.url;
|
|
2537
2542
|
}
|
|
2538
2543
|
|
|
2539
|
-
// bazel-out/
|
|
2544
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
|
|
2540
2545
|
var DtsProcessing;
|
|
2541
2546
|
(function(DtsProcessing2) {
|
|
2542
2547
|
DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
|
|
@@ -2545,7 +2550,7 @@ var DtsProcessing;
|
|
|
2545
2550
|
})(DtsProcessing || (DtsProcessing = {}));
|
|
2546
2551
|
var TaskDependencies = Map;
|
|
2547
2552
|
|
|
2548
|
-
// bazel-out/
|
|
2553
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
|
|
2549
2554
|
import ts8 from "typescript";
|
|
2550
2555
|
function adjustElementAccessExports(sourceText) {
|
|
2551
2556
|
if (!/exports\[["']/.test(sourceText)) {
|
|
@@ -2582,10 +2587,10 @@ function isJsIdentifier(text) {
|
|
|
2582
2587
|
return identifierPattern.test(text);
|
|
2583
2588
|
}
|
|
2584
2589
|
|
|
2585
|
-
// bazel-out/
|
|
2590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2586
2591
|
import ts10 from "typescript";
|
|
2587
2592
|
|
|
2588
|
-
// bazel-out/
|
|
2593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
|
|
2589
2594
|
import ts9 from "typescript";
|
|
2590
2595
|
function patchTsGetExpandoInitializer() {
|
|
2591
2596
|
if (isTs31778GetExpandoInitializerFixed()) {
|
|
@@ -2690,7 +2695,7 @@ function makeUnsupportedTypeScriptError() {
|
|
|
2690
2695
|
return new Error("The TypeScript version used is not supported by ngcc.");
|
|
2691
2696
|
}
|
|
2692
2697
|
|
|
2693
|
-
// bazel-out/
|
|
2698
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2694
2699
|
function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
|
|
2695
2700
|
const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
|
|
2696
2701
|
let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
|
|
@@ -2720,7 +2725,7 @@ function findR3SymbolsPath(fs, directory, filename) {
|
|
|
2720
2725
|
return null;
|
|
2721
2726
|
}
|
|
2722
2727
|
|
|
2723
|
-
// bazel-out/
|
|
2728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
|
|
2724
2729
|
import ts11 from "typescript";
|
|
2725
2730
|
var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
|
|
2726
2731
|
constructor(fs, options, cache, moduleResolutionCache, packagePath) {
|
|
@@ -2765,7 +2770,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
|
|
|
2765
2770
|
}
|
|
2766
2771
|
};
|
|
2767
2772
|
|
|
2768
|
-
// bazel-out/
|
|
2773
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
|
|
2769
2774
|
import ts12 from "typescript";
|
|
2770
2775
|
var SharedFileCache = class {
|
|
2771
2776
|
constructor(fs) {
|
|
@@ -2868,7 +2873,7 @@ function createModuleResolutionCache(fs) {
|
|
|
2868
2873
|
});
|
|
2869
2874
|
}
|
|
2870
2875
|
|
|
2871
|
-
// bazel-out/
|
|
2876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
|
|
2872
2877
|
function createSourceTextProcessor(format) {
|
|
2873
2878
|
if (format === "umd" || format === "commonjs") {
|
|
2874
2879
|
return adjustElementAccessExports;
|
|
@@ -2917,13 +2922,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
|
|
|
2917
2922
|
return additionalFiles;
|
|
2918
2923
|
}
|
|
2919
2924
|
|
|
2920
|
-
// bazel-out/
|
|
2925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
2921
2926
|
import ts22 from "typescript";
|
|
2922
2927
|
|
|
2923
|
-
// bazel-out/
|
|
2928
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
2924
2929
|
import { ConstantPool } from "@angular/compiler";
|
|
2925
2930
|
|
|
2926
|
-
// bazel-out/
|
|
2931
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
|
|
2927
2932
|
import ts13 from "typescript";
|
|
2928
2933
|
function isClassDeclaration(clazz) {
|
|
2929
2934
|
return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
|
|
@@ -3006,7 +3011,7 @@ function reifySourceFile(expr) {
|
|
|
3006
3011
|
return stmt.declarationList.declarations[0].initializer;
|
|
3007
3012
|
}
|
|
3008
3013
|
|
|
3009
|
-
// bazel-out/
|
|
3014
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
|
|
3010
3015
|
var MissingInjectableMigration = class {
|
|
3011
3016
|
apply(clazz, host) {
|
|
3012
3017
|
const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
|
|
@@ -3111,7 +3116,7 @@ function getAngularCoreDecoratorName(decorator) {
|
|
|
3111
3116
|
return decorator.import.name;
|
|
3112
3117
|
}
|
|
3113
3118
|
|
|
3114
|
-
// bazel-out/
|
|
3119
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
|
|
3115
3120
|
var UndecoratedChildMigration = class {
|
|
3116
3121
|
apply(clazz, host) {
|
|
3117
3122
|
const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
|
|
@@ -3146,7 +3151,7 @@ var UndecoratedChildMigration = class {
|
|
|
3146
3151
|
}
|
|
3147
3152
|
};
|
|
3148
3153
|
|
|
3149
|
-
// bazel-out/
|
|
3154
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
|
|
3150
3155
|
var UndecoratedParentMigration = class {
|
|
3151
3156
|
apply(clazz, host) {
|
|
3152
3157
|
if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
|
|
@@ -3179,7 +3184,7 @@ function determineBaseClass(clazz, host) {
|
|
|
3179
3184
|
return baseClass;
|
|
3180
3185
|
}
|
|
3181
3186
|
|
|
3182
|
-
// bazel-out/
|
|
3187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
|
|
3183
3188
|
import ts14 from "typescript";
|
|
3184
3189
|
var DefaultMigrationHost = class {
|
|
3185
3190
|
constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
|
|
@@ -3239,7 +3244,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
|
|
|
3239
3244
|
return clone;
|
|
3240
3245
|
}
|
|
3241
3246
|
|
|
3242
|
-
// bazel-out/
|
|
3247
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
|
|
3243
3248
|
var NgccTraitCompiler = class extends TraitCompiler {
|
|
3244
3249
|
constructor(handlers, ngccReflector) {
|
|
3245
3250
|
super(handlers, ngccReflector, NOOP_PERF_RECORDER, new NoIncrementalBuild(), true, CompilationMode.FULL, new DtsTransformRegistry(), null, { isShim, isResource: () => false });
|
|
@@ -3284,10 +3289,10 @@ var NoIncrementalBuild = class {
|
|
|
3284
3289
|
}
|
|
3285
3290
|
};
|
|
3286
3291
|
|
|
3287
|
-
// bazel-out/
|
|
3292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
|
|
3288
3293
|
var DecorationAnalyses = Map;
|
|
3289
3294
|
|
|
3290
|
-
// bazel-out/
|
|
3295
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
3291
3296
|
var NgccResourceLoader = class {
|
|
3292
3297
|
constructor(fs) {
|
|
3293
3298
|
this.fs = fs;
|
|
@@ -3342,10 +3347,11 @@ var DecorationAnalyzer = class {
|
|
|
3342
3347
|
this.importGraph = new ImportGraph(this.typeChecker, NOOP_PERF_RECORDER);
|
|
3343
3348
|
this.cycleAnalyzer = new CycleAnalyzer(this.importGraph);
|
|
3344
3349
|
this.injectableRegistry = new InjectableClassRegistry(this.reflectionHost);
|
|
3345
|
-
this.
|
|
3350
|
+
this.hostDirectivesResolver = new HostDirectivesResolver(this.fullMetaReader);
|
|
3351
|
+
this.typeCheckScopeRegistry = new TypeCheckScopeRegistry(this.scopeRegistry, this.fullMetaReader, this.hostDirectivesResolver);
|
|
3346
3352
|
this.handlers = [
|
|
3347
|
-
new ComponentDecoratorHandler(this.reflectionHost, this.evaluator, this.fullRegistry, this.fullMetaReader, this.scopeRegistry, this.dtsModuleScopeResolver, this.scopeRegistry, this.typeCheckScopeRegistry, new ResourceRegistry(), this.isCore, this.resourceManager, this.rootDirs, !!this.compilerOptions.preserveWhitespaces, true, this.bundle.enableI18nLegacyMessageIdFormat, false, false, this.moduleResolver, this.cycleAnalyzer, 0, this.refEmitter, NOOP_DEPENDENCY_TRACKER, this.injectableRegistry, null, !!this.compilerOptions.annotateForClosureCompiler, NOOP_PERF_RECORDER),
|
|
3348
|
-
new DirectiveDecoratorHandler(this.reflectionHost, this.evaluator, this.fullRegistry, this.scopeRegistry, this.fullMetaReader, this.injectableRegistry, this.isCore, null, !!this.compilerOptions.annotateForClosureCompiler, true, NOOP_PERF_RECORDER),
|
|
3353
|
+
new ComponentDecoratorHandler(this.reflectionHost, this.evaluator, this.fullRegistry, this.fullMetaReader, this.scopeRegistry, this.dtsModuleScopeResolver, this.scopeRegistry, this.typeCheckScopeRegistry, new ResourceRegistry(), this.isCore, this.resourceManager, this.rootDirs, !!this.compilerOptions.preserveWhitespaces, true, this.bundle.enableI18nLegacyMessageIdFormat, false, false, this.moduleResolver, this.cycleAnalyzer, 0, this.refEmitter, NOOP_DEPENDENCY_TRACKER, this.injectableRegistry, null, !!this.compilerOptions.annotateForClosureCompiler, NOOP_PERF_RECORDER, this.hostDirectivesResolver),
|
|
3354
|
+
new DirectiveDecoratorHandler(this.reflectionHost, this.evaluator, this.fullRegistry, this.scopeRegistry, this.fullMetaReader, this.injectableRegistry, this.refEmitter, this.isCore, null, !!this.compilerOptions.annotateForClosureCompiler, true, NOOP_PERF_RECORDER),
|
|
3349
3355
|
new PipeDecoratorHandler(this.reflectionHost, this.evaluator, this.metaRegistry, this.scopeRegistry, this.injectableRegistry, this.isCore, NOOP_PERF_RECORDER),
|
|
3350
3356
|
new InjectableDecoratorHandler(this.reflectionHost, this.isCore, false, this.injectableRegistry, NOOP_PERF_RECORDER, false),
|
|
3351
3357
|
new NgModuleDecoratorHandler(this.reflectionHost, this.evaluator, this.fullMetaReader, this.fullRegistry, this.scopeRegistry, this.referencesRegistry, this.isCore, this.refEmitter, null, !!this.compilerOptions.annotateForClosureCompiler, false, this.injectableRegistry, NOOP_PERF_RECORDER)
|
|
@@ -3443,7 +3449,7 @@ var DecorationAnalyzer = class {
|
|
|
3443
3449
|
}
|
|
3444
3450
|
};
|
|
3445
3451
|
|
|
3446
|
-
// bazel-out/
|
|
3452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
|
|
3447
3453
|
import ts15 from "typescript";
|
|
3448
3454
|
var ModuleWithProvidersAnalyses = Map;
|
|
3449
3455
|
var ModuleWithProvidersAnalyzer = class {
|
|
@@ -3582,7 +3588,7 @@ function isAnyKeyword(typeParam) {
|
|
|
3582
3588
|
return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
|
|
3583
3589
|
}
|
|
3584
3590
|
|
|
3585
|
-
// bazel-out/
|
|
3591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
|
|
3586
3592
|
var NgccReferencesRegistry = class {
|
|
3587
3593
|
constructor(host) {
|
|
3588
3594
|
this.host = host;
|
|
@@ -3603,7 +3609,7 @@ var NgccReferencesRegistry = class {
|
|
|
3603
3609
|
}
|
|
3604
3610
|
};
|
|
3605
3611
|
|
|
3606
|
-
// bazel-out/
|
|
3612
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
|
|
3607
3613
|
var PrivateDeclarationsAnalyzer = class {
|
|
3608
3614
|
constructor(host, referencesRegistry) {
|
|
3609
3615
|
this.host = host;
|
|
@@ -3644,7 +3650,7 @@ var PrivateDeclarationsAnalyzer = class {
|
|
|
3644
3650
|
}
|
|
3645
3651
|
};
|
|
3646
3652
|
|
|
3647
|
-
// bazel-out/
|
|
3653
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
|
|
3648
3654
|
import ts16 from "typescript";
|
|
3649
3655
|
var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
3650
3656
|
constructor(logger, isCore, src, dts = null) {
|
|
@@ -3808,7 +3814,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
|
3808
3814
|
}
|
|
3809
3815
|
};
|
|
3810
3816
|
|
|
3811
|
-
// bazel-out/
|
|
3817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
|
|
3812
3818
|
var DelegatingReflectionHost = class {
|
|
3813
3819
|
constructor(tsHost, ngccHost) {
|
|
3814
3820
|
this.tsHost = tsHost;
|
|
@@ -3929,16 +3935,16 @@ var DelegatingReflectionHost = class {
|
|
|
3929
3935
|
}
|
|
3930
3936
|
};
|
|
3931
3937
|
|
|
3932
|
-
// bazel-out/
|
|
3938
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
3933
3939
|
import ts19 from "typescript";
|
|
3934
3940
|
|
|
3935
|
-
// bazel-out/
|
|
3941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
3936
3942
|
import ts18 from "typescript";
|
|
3937
3943
|
|
|
3938
|
-
// bazel-out/
|
|
3944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3939
3945
|
import ts17 from "typescript";
|
|
3940
3946
|
|
|
3941
|
-
// bazel-out/
|
|
3947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
|
|
3942
3948
|
var NgccFlatImportRewriter = class {
|
|
3943
3949
|
shouldImportSymbol(symbol, specifier) {
|
|
3944
3950
|
if (specifier === "@angular/core") {
|
|
@@ -3959,7 +3965,7 @@ var NgccFlatImportRewriter = class {
|
|
|
3959
3965
|
}
|
|
3960
3966
|
};
|
|
3961
3967
|
|
|
3962
|
-
// bazel-out/
|
|
3968
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
|
|
3963
3969
|
function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
|
|
3964
3970
|
if (isCore && isFlat) {
|
|
3965
3971
|
return new NgccFlatImportRewriter();
|
|
@@ -3973,7 +3979,7 @@ function stripExtension2(filePath) {
|
|
|
3973
3979
|
return filePath.replace(/\.(js|d\.ts)$/, "");
|
|
3974
3980
|
}
|
|
3975
3981
|
|
|
3976
|
-
// bazel-out/
|
|
3982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3977
3983
|
var EsmRenderingFormatter = class {
|
|
3978
3984
|
constructor(fs, host, isCore) {
|
|
3979
3985
|
this.fs = fs;
|
|
@@ -4133,7 +4139,7 @@ function getEndExceptSemicolon(statement) {
|
|
|
4133
4139
|
return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
|
|
4134
4140
|
}
|
|
4135
4141
|
|
|
4136
|
-
// bazel-out/
|
|
4142
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4137
4143
|
var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
|
|
4138
4144
|
addDefinitions(output, compiledClass, definitions) {
|
|
4139
4145
|
const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
|
|
@@ -4161,7 +4167,7 @@ Expected an ES5 IIFE wrapped function. But got:
|
|
|
4161
4167
|
}
|
|
4162
4168
|
};
|
|
4163
4169
|
|
|
4164
|
-
// bazel-out/
|
|
4170
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4165
4171
|
var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4166
4172
|
constructor(fs, commonJsHost, isCore) {
|
|
4167
4173
|
super(fs, commonJsHost, isCore);
|
|
@@ -4210,15 +4216,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
|
|
|
4210
4216
|
}
|
|
4211
4217
|
};
|
|
4212
4218
|
|
|
4213
|
-
// bazel-out/
|
|
4219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4214
4220
|
import MagicString from "magic-string";
|
|
4215
4221
|
import ts20 from "typescript";
|
|
4216
4222
|
|
|
4217
|
-
// bazel-out/
|
|
4223
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
|
|
4218
4224
|
var IMPORT_PREFIX = "\u0275ngcc";
|
|
4219
4225
|
var NGCC_TIMED_OUT_EXIT_CODE = 177;
|
|
4220
4226
|
|
|
4221
|
-
// bazel-out/
|
|
4227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
|
|
4222
4228
|
import mapHelpers from "convert-source-map";
|
|
4223
4229
|
function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
|
|
4224
4230
|
var _a;
|
|
@@ -4253,7 +4259,7 @@ ${sourceMapComment}` },
|
|
|
4253
4259
|
}
|
|
4254
4260
|
}
|
|
4255
4261
|
|
|
4256
|
-
// bazel-out/
|
|
4262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4257
4263
|
var DtsRenderInfo = class {
|
|
4258
4264
|
constructor() {
|
|
4259
4265
|
this.classInfo = [];
|
|
@@ -4354,14 +4360,14 @@ function markForEmitAsSingleLine(node) {
|
|
|
4354
4360
|
ts20.forEachChild(node, markForEmitAsSingleLine);
|
|
4355
4361
|
}
|
|
4356
4362
|
|
|
4357
|
-
// bazel-out/
|
|
4363
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4358
4364
|
import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
|
|
4359
4365
|
import MagicString2 from "magic-string";
|
|
4360
4366
|
|
|
4361
|
-
// bazel-out/
|
|
4367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
|
|
4362
4368
|
var RedundantDecoratorMap = Map;
|
|
4363
4369
|
|
|
4364
|
-
// bazel-out/
|
|
4370
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4365
4371
|
var Renderer = class {
|
|
4366
4372
|
constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
|
|
4367
4373
|
this.host = host;
|
|
@@ -4464,7 +4470,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
|
|
|
4464
4470
|
return statement;
|
|
4465
4471
|
}
|
|
4466
4472
|
|
|
4467
|
-
// bazel-out/
|
|
4473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
|
|
4468
4474
|
import ts21 from "typescript";
|
|
4469
4475
|
var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4470
4476
|
constructor(fs, umdHost, isCore) {
|
|
@@ -4580,7 +4586,7 @@ function getGlobalIdentifier(i) {
|
|
|
4580
4586
|
return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
|
|
4581
4587
|
}
|
|
4582
4588
|
|
|
4583
|
-
// bazel-out/
|
|
4589
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
4584
4590
|
var Transformer = class {
|
|
4585
4591
|
constructor(fs, logger, tsConfig = null) {
|
|
4586
4592
|
this.fs = fs;
|
|
@@ -4661,7 +4667,7 @@ function hasErrors(diagnostics) {
|
|
|
4661
4667
|
return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
|
|
4662
4668
|
}
|
|
4663
4669
|
|
|
4664
|
-
// bazel-out/
|
|
4670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
4665
4671
|
function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
|
|
4666
4672
|
return (beforeWritingFiles, onTaskCompleted) => {
|
|
4667
4673
|
const transformer = new Transformer(fileSystem, logger, tsConfig);
|
|
@@ -4700,10 +4706,10 @@ ${errors}`);
|
|
|
4700
4706
|
};
|
|
4701
4707
|
}
|
|
4702
4708
|
|
|
4703
|
-
// bazel-out/
|
|
4709
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4704
4710
|
import * as os from "os";
|
|
4705
4711
|
|
|
4706
|
-
// bazel-out/
|
|
4712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
|
|
4707
4713
|
function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
4708
4714
|
if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
|
|
4709
4715
|
return {
|
|
@@ -4713,7 +4719,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
|
4713
4719
|
}
|
|
4714
4720
|
}
|
|
4715
4721
|
|
|
4716
|
-
// bazel-out/
|
|
4722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
|
|
4717
4723
|
var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
|
|
4718
4724
|
var InPlaceFileWriter = class {
|
|
4719
4725
|
constructor(fs, logger, errorOnFailedEntryPoint) {
|
|
@@ -4762,7 +4768,7 @@ This error may be caused by one of the following:
|
|
|
4762
4768
|
}
|
|
4763
4769
|
};
|
|
4764
4770
|
|
|
4765
|
-
// bazel-out/
|
|
4771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
|
|
4766
4772
|
var NGCC_DIRECTORY = "__ivy_ngcc__";
|
|
4767
4773
|
var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
|
|
4768
4774
|
var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
@@ -4870,7 +4876,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
|
4870
4876
|
}
|
|
4871
4877
|
};
|
|
4872
4878
|
|
|
4873
|
-
// bazel-out/
|
|
4879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4874
4880
|
function getSharedSetup(options) {
|
|
4875
4881
|
const fileSystem = getFileSystem();
|
|
4876
4882
|
const absBasePath = absoluteFrom(options.basePath);
|
|
@@ -4946,7 +4952,7 @@ function getMaxNumberOfWorkers() {
|
|
|
4946
4952
|
return numericMaxWorkers;
|
|
4947
4953
|
}
|
|
4948
4954
|
|
|
4949
|
-
// bazel-out/
|
|
4955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
|
|
4950
4956
|
var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
|
|
4951
4957
|
function computeTaskDependencies(tasks, graph) {
|
|
4952
4958
|
const dependencies = new TaskDependencies();
|
|
@@ -5006,7 +5012,7 @@ function sortTasksByPriority(tasks, dependencies) {
|
|
|
5006
5012
|
});
|
|
5007
5013
|
}
|
|
5008
5014
|
|
|
5009
|
-
// bazel-out/
|
|
5015
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
|
|
5010
5016
|
import cluster from "cluster";
|
|
5011
5017
|
var Deferred = class {
|
|
5012
5018
|
constructor() {
|
|
@@ -5040,7 +5046,7 @@ var sendMessageToWorker = (workerId, msg) => {
|
|
|
5040
5046
|
});
|
|
5041
5047
|
};
|
|
5042
5048
|
|
|
5043
|
-
// bazel-out/
|
|
5049
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
|
|
5044
5050
|
var PackageJsonUpdate = class {
|
|
5045
5051
|
constructor(writeChangesImpl) {
|
|
5046
5052
|
this.writeChangesImpl = writeChangesImpl;
|
|
@@ -5182,4 +5188,4 @@ export {
|
|
|
5182
5188
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5183
5189
|
* found in the LICENSE file at https://angular.io/license
|
|
5184
5190
|
*/
|
|
5185
|
-
//# sourceMappingURL=chunk-
|
|
5191
|
+
//# sourceMappingURL=chunk-MT76GVED.js.map
|