@angular/compiler-cli 14.1.1 → 14.1.2
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-E7NQQTT7.js → chunk-4SINIALN.js} +3 -3
- package/bundles/{chunk-E7NQQTT7.js.map → chunk-4SINIALN.js.map} +0 -0
- package/bundles/{chunk-TSVR3WF5.js → chunk-AHYRDQYO.js} +26 -26
- package/bundles/{chunk-TSVR3WF5.js.map → chunk-AHYRDQYO.js.map} +0 -0
- package/bundles/{chunk-NFCN3OZI.js → chunk-AMYIDAXN.js} +6 -6
- package/bundles/{chunk-NFCN3OZI.js.map → chunk-AMYIDAXN.js.map} +0 -0
- package/bundles/{chunk-3AXTYLAQ.js → chunk-GQHLKW4T.js} +31 -31
- package/bundles/{chunk-3AXTYLAQ.js.map → chunk-GQHLKW4T.js.map} +0 -0
- package/bundles/{chunk-ZBS75WH7.js → chunk-HAEVBCLU.js} +96 -96
- package/bundles/{chunk-ZBS75WH7.js.map → chunk-HAEVBCLU.js.map} +0 -0
- package/bundles/{chunk-X2UHASWN.js → chunk-I6FYVWLO.js} +69 -69
- package/bundles/{chunk-X2UHASWN.js.map → chunk-I6FYVWLO.js.map} +0 -0
- package/bundles/{chunk-4JF5LVDW.js → chunk-IJA2BQQH.js} +6 -6
- package/bundles/{chunk-4JF5LVDW.js.map → chunk-IJA2BQQH.js.map} +0 -0
- package/bundles/{chunk-4N37OTSF.js → chunk-IN4DCRQU.js} +70 -70
- package/bundles/{chunk-4N37OTSF.js.map → chunk-IN4DCRQU.js.map} +0 -0
- package/bundles/{chunk-ACXPVP2W.js → chunk-IOI2BV5O.js} +5 -5
- package/bundles/{chunk-ACXPVP2W.js.map → chunk-IOI2BV5O.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-N2MCMY3J.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-N2MCMY3J.js.map} +0 -0
- package/bundles/{chunk-TOKOIIBI.js → chunk-S4JINNFN.js} +7 -7
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-S4JINNFN.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-HE5WHX7C.js → chunk-SQ4LQVUY.js} +40 -40
- package/bundles/{chunk-HE5WHX7C.js.map → chunk-SQ4LQVUY.js.map} +0 -0
- package/bundles/{chunk-FFOD6G3X.js → chunk-Z2IQF7UG.js} +5 -5
- package/bundles/{chunk-FFOD6G3X.js.map → chunk-Z2IQF7UG.js.map} +0 -0
- package/bundles/{chunk-CYVTLM4Z.js → chunk-Z57D3OKU.js} +7 -7
- package/bundles/{chunk-CYVTLM4Z.js.map → chunk-Z57D3OKU.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
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
ImportGraph,
|
|
9
9
|
isShim,
|
|
10
10
|
readConfiguration
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-HAEVBCLU.js";
|
|
12
12
|
import {
|
|
13
13
|
CompilationMode,
|
|
14
14
|
ComponentDecoratorHandler,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
TypeCheckScopeRegistry,
|
|
33
33
|
forwardRefResolver,
|
|
34
34
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-I6FYVWLO.js";
|
|
36
36
|
import {
|
|
37
37
|
ClassMemberKind,
|
|
38
38
|
KnownDeclaration,
|
|
@@ -43,15 +43,15 @@ import {
|
|
|
43
43
|
isNamedFunctionDeclaration,
|
|
44
44
|
isNamedVariableDeclaration,
|
|
45
45
|
reflectObjectLiteral
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-AMYIDAXN.js";
|
|
47
47
|
import {
|
|
48
48
|
ConsoleLogger,
|
|
49
49
|
LogLevel
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-4SINIALN.js";
|
|
51
51
|
import {
|
|
52
52
|
ContentOrigin,
|
|
53
53
|
SourceFileLoader
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-Z57D3OKU.js";
|
|
55
55
|
import {
|
|
56
56
|
AbsoluteModuleStrategy,
|
|
57
57
|
ImportManager,
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
translateStatement,
|
|
73
73
|
translateType,
|
|
74
74
|
validateAndRewriteCoreSymbol
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-AHYRDQYO.js";
|
|
76
76
|
import {
|
|
77
77
|
LogicalFileSystem,
|
|
78
78
|
NgtscCompilerHost,
|
|
@@ -84,21 +84,21 @@ import {
|
|
|
84
84
|
isRooted,
|
|
85
85
|
relative,
|
|
86
86
|
toRelativeImport
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-S4JINNFN.js";
|
|
88
88
|
import {
|
|
89
89
|
NOOP_PERF_RECORDER
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-IOI2BV5O.js";
|
|
91
91
|
|
|
92
|
-
// bazel-out/
|
|
92
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
93
93
|
import ts23 from "typescript";
|
|
94
94
|
|
|
95
|
-
// bazel-out/
|
|
95
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
96
96
|
import ts7 from "typescript";
|
|
97
97
|
|
|
98
|
-
// bazel-out/
|
|
98
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
99
99
|
import ts6 from "typescript";
|
|
100
100
|
|
|
101
|
-
// bazel-out/
|
|
101
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
|
|
102
102
|
import ts from "typescript";
|
|
103
103
|
function isDefined(value) {
|
|
104
104
|
return value !== void 0 && value !== null;
|
|
@@ -189,7 +189,7 @@ function isExportObject(thing) {
|
|
|
189
189
|
return typeof thing === "object" && thing !== null && !Array.isArray(thing);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
// bazel-out/
|
|
192
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
|
|
193
193
|
import ts2 from "typescript";
|
|
194
194
|
function findNamespaceOfIdentifier(id) {
|
|
195
195
|
return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
|
|
@@ -275,10 +275,10 @@ function skipAliases(node) {
|
|
|
275
275
|
return node;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
// bazel-out/
|
|
278
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
279
279
|
import ts4 from "typescript";
|
|
280
280
|
|
|
281
|
-
// bazel-out/
|
|
281
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
|
|
282
282
|
function isWithinPackage(packagePath, filePath) {
|
|
283
283
|
const relativePath = relative(packagePath, filePath);
|
|
284
284
|
return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
|
|
@@ -293,13 +293,13 @@ var NoopDependencyTracker = class {
|
|
|
293
293
|
};
|
|
294
294
|
var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
|
|
297
297
|
import ts3 from "typescript";
|
|
298
298
|
function stripParentheses(node) {
|
|
299
299
|
return ts3.isParenthesizedExpression(node) ? node.expression : node;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
// bazel-out/
|
|
302
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
303
303
|
var DECORATORS = "decorators";
|
|
304
304
|
var PROP_DECORATORS = "propDecorators";
|
|
305
305
|
var CONSTRUCTOR = "__constructor";
|
|
@@ -1527,7 +1527,7 @@ function getOuterNodeFromInnerDeclaration(node) {
|
|
|
1527
1527
|
return outerNode;
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
|
-
// bazel-out/
|
|
1530
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
|
|
1531
1531
|
import ts5 from "typescript";
|
|
1532
1532
|
var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
|
|
1533
1533
|
getBaseClassExpression(clazz) {
|
|
@@ -1861,7 +1861,7 @@ function getIifeFn(classSymbol) {
|
|
|
1861
1861
|
return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
|
|
1862
1862
|
}
|
|
1863
1863
|
|
|
1864
|
-
// bazel-out/
|
|
1864
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
1865
1865
|
var UmdReflectionHost = class extends Esm5ReflectionHost {
|
|
1866
1866
|
constructor(logger, isCore, src, dts = null) {
|
|
1867
1867
|
super(logger, isCore, src, dts);
|
|
@@ -2361,7 +2361,7 @@ function isExportsIdentifier(node) {
|
|
|
2361
2361
|
return ts6.isIdentifier(node) && node.text === "exports";
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
// bazel-out/
|
|
2364
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
2365
2365
|
var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
|
|
2366
2366
|
var NO_ENTRY_POINT = "no-entry-point";
|
|
2367
2367
|
var IGNORED_ENTRY_POINT = "ignored-entry-point";
|
|
@@ -2536,7 +2536,7 @@ function getRepositoryUrl(packageJson) {
|
|
|
2536
2536
|
return packageJson.repository.url;
|
|
2537
2537
|
}
|
|
2538
2538
|
|
|
2539
|
-
// bazel-out/
|
|
2539
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
|
|
2540
2540
|
var DtsProcessing;
|
|
2541
2541
|
(function(DtsProcessing2) {
|
|
2542
2542
|
DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
|
|
@@ -2545,7 +2545,7 @@ var DtsProcessing;
|
|
|
2545
2545
|
})(DtsProcessing || (DtsProcessing = {}));
|
|
2546
2546
|
var TaskDependencies = Map;
|
|
2547
2547
|
|
|
2548
|
-
// bazel-out/
|
|
2548
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
|
|
2549
2549
|
import ts8 from "typescript";
|
|
2550
2550
|
function adjustElementAccessExports(sourceText) {
|
|
2551
2551
|
if (!/exports\[["']/.test(sourceText)) {
|
|
@@ -2582,10 +2582,10 @@ function isJsIdentifier(text) {
|
|
|
2582
2582
|
return identifierPattern.test(text);
|
|
2583
2583
|
}
|
|
2584
2584
|
|
|
2585
|
-
// bazel-out/
|
|
2585
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2586
2586
|
import ts10 from "typescript";
|
|
2587
2587
|
|
|
2588
|
-
// bazel-out/
|
|
2588
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
|
|
2589
2589
|
import ts9 from "typescript";
|
|
2590
2590
|
function patchTsGetExpandoInitializer() {
|
|
2591
2591
|
if (isTs31778GetExpandoInitializerFixed()) {
|
|
@@ -2690,7 +2690,7 @@ function makeUnsupportedTypeScriptError() {
|
|
|
2690
2690
|
return new Error("The TypeScript version used is not supported by ngcc.");
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
2693
|
-
// bazel-out/
|
|
2693
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2694
2694
|
function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
|
|
2695
2695
|
const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
|
|
2696
2696
|
let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
|
|
@@ -2720,7 +2720,7 @@ function findR3SymbolsPath(fs, directory, filename) {
|
|
|
2720
2720
|
return null;
|
|
2721
2721
|
}
|
|
2722
2722
|
|
|
2723
|
-
// bazel-out/
|
|
2723
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
|
|
2724
2724
|
import ts11 from "typescript";
|
|
2725
2725
|
var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
|
|
2726
2726
|
constructor(fs, options, cache, moduleResolutionCache, packagePath) {
|
|
@@ -2765,7 +2765,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
|
|
|
2765
2765
|
}
|
|
2766
2766
|
};
|
|
2767
2767
|
|
|
2768
|
-
// bazel-out/
|
|
2768
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
|
|
2769
2769
|
import ts12 from "typescript";
|
|
2770
2770
|
var SharedFileCache = class {
|
|
2771
2771
|
constructor(fs) {
|
|
@@ -2868,7 +2868,7 @@ function createModuleResolutionCache(fs) {
|
|
|
2868
2868
|
});
|
|
2869
2869
|
}
|
|
2870
2870
|
|
|
2871
|
-
// bazel-out/
|
|
2871
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
|
|
2872
2872
|
function createSourceTextProcessor(format) {
|
|
2873
2873
|
if (format === "umd" || format === "commonjs") {
|
|
2874
2874
|
return adjustElementAccessExports;
|
|
@@ -2917,13 +2917,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
|
|
|
2917
2917
|
return additionalFiles;
|
|
2918
2918
|
}
|
|
2919
2919
|
|
|
2920
|
-
// bazel-out/
|
|
2920
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
2921
2921
|
import ts22 from "typescript";
|
|
2922
2922
|
|
|
2923
|
-
// bazel-out/
|
|
2923
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
2924
2924
|
import { ConstantPool } from "@angular/compiler";
|
|
2925
2925
|
|
|
2926
|
-
// bazel-out/
|
|
2926
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
|
|
2927
2927
|
import ts13 from "typescript";
|
|
2928
2928
|
function isClassDeclaration(clazz) {
|
|
2929
2929
|
return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
|
|
@@ -3006,7 +3006,7 @@ function reifySourceFile(expr) {
|
|
|
3006
3006
|
return stmt.declarationList.declarations[0].initializer;
|
|
3007
3007
|
}
|
|
3008
3008
|
|
|
3009
|
-
// bazel-out/
|
|
3009
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
|
|
3010
3010
|
var MissingInjectableMigration = class {
|
|
3011
3011
|
apply(clazz, host) {
|
|
3012
3012
|
const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
|
|
@@ -3111,7 +3111,7 @@ function getAngularCoreDecoratorName(decorator) {
|
|
|
3111
3111
|
return decorator.import.name;
|
|
3112
3112
|
}
|
|
3113
3113
|
|
|
3114
|
-
// bazel-out/
|
|
3114
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
|
|
3115
3115
|
var UndecoratedChildMigration = class {
|
|
3116
3116
|
apply(clazz, host) {
|
|
3117
3117
|
const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
|
|
@@ -3146,7 +3146,7 @@ var UndecoratedChildMigration = class {
|
|
|
3146
3146
|
}
|
|
3147
3147
|
};
|
|
3148
3148
|
|
|
3149
|
-
// bazel-out/
|
|
3149
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
|
|
3150
3150
|
var UndecoratedParentMigration = class {
|
|
3151
3151
|
apply(clazz, host) {
|
|
3152
3152
|
if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
|
|
@@ -3179,7 +3179,7 @@ function determineBaseClass(clazz, host) {
|
|
|
3179
3179
|
return baseClass;
|
|
3180
3180
|
}
|
|
3181
3181
|
|
|
3182
|
-
// bazel-out/
|
|
3182
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
|
|
3183
3183
|
import ts14 from "typescript";
|
|
3184
3184
|
var DefaultMigrationHost = class {
|
|
3185
3185
|
constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
|
|
@@ -3239,7 +3239,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
|
|
|
3239
3239
|
return clone;
|
|
3240
3240
|
}
|
|
3241
3241
|
|
|
3242
|
-
// bazel-out/
|
|
3242
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
|
|
3243
3243
|
var NgccTraitCompiler = class extends TraitCompiler {
|
|
3244
3244
|
constructor(handlers, ngccReflector) {
|
|
3245
3245
|
super(handlers, ngccReflector, NOOP_PERF_RECORDER, new NoIncrementalBuild(), true, CompilationMode.FULL, new DtsTransformRegistry(), null, { isShim, isResource: () => false });
|
|
@@ -3284,10 +3284,10 @@ var NoIncrementalBuild = class {
|
|
|
3284
3284
|
}
|
|
3285
3285
|
};
|
|
3286
3286
|
|
|
3287
|
-
// bazel-out/
|
|
3287
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
|
|
3288
3288
|
var DecorationAnalyses = Map;
|
|
3289
3289
|
|
|
3290
|
-
// bazel-out/
|
|
3290
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
3291
3291
|
var NgccResourceLoader = class {
|
|
3292
3292
|
constructor(fs) {
|
|
3293
3293
|
this.fs = fs;
|
|
@@ -3443,7 +3443,7 @@ var DecorationAnalyzer = class {
|
|
|
3443
3443
|
}
|
|
3444
3444
|
};
|
|
3445
3445
|
|
|
3446
|
-
// bazel-out/
|
|
3446
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
|
|
3447
3447
|
import ts15 from "typescript";
|
|
3448
3448
|
var ModuleWithProvidersAnalyses = Map;
|
|
3449
3449
|
var ModuleWithProvidersAnalyzer = class {
|
|
@@ -3582,7 +3582,7 @@ function isAnyKeyword(typeParam) {
|
|
|
3582
3582
|
return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
|
|
3583
3583
|
}
|
|
3584
3584
|
|
|
3585
|
-
// bazel-out/
|
|
3585
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
|
|
3586
3586
|
var NgccReferencesRegistry = class {
|
|
3587
3587
|
constructor(host) {
|
|
3588
3588
|
this.host = host;
|
|
@@ -3603,7 +3603,7 @@ var NgccReferencesRegistry = class {
|
|
|
3603
3603
|
}
|
|
3604
3604
|
};
|
|
3605
3605
|
|
|
3606
|
-
// bazel-out/
|
|
3606
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
|
|
3607
3607
|
var PrivateDeclarationsAnalyzer = class {
|
|
3608
3608
|
constructor(host, referencesRegistry) {
|
|
3609
3609
|
this.host = host;
|
|
@@ -3644,7 +3644,7 @@ var PrivateDeclarationsAnalyzer = class {
|
|
|
3644
3644
|
}
|
|
3645
3645
|
};
|
|
3646
3646
|
|
|
3647
|
-
// bazel-out/
|
|
3647
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
|
|
3648
3648
|
import ts16 from "typescript";
|
|
3649
3649
|
var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
3650
3650
|
constructor(logger, isCore, src, dts = null) {
|
|
@@ -3808,7 +3808,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
|
3808
3808
|
}
|
|
3809
3809
|
};
|
|
3810
3810
|
|
|
3811
|
-
// bazel-out/
|
|
3811
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
|
|
3812
3812
|
var DelegatingReflectionHost = class {
|
|
3813
3813
|
constructor(tsHost, ngccHost) {
|
|
3814
3814
|
this.tsHost = tsHost;
|
|
@@ -3929,16 +3929,16 @@ var DelegatingReflectionHost = class {
|
|
|
3929
3929
|
}
|
|
3930
3930
|
};
|
|
3931
3931
|
|
|
3932
|
-
// bazel-out/
|
|
3932
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
3933
3933
|
import ts19 from "typescript";
|
|
3934
3934
|
|
|
3935
|
-
// bazel-out/
|
|
3935
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
3936
3936
|
import ts18 from "typescript";
|
|
3937
3937
|
|
|
3938
|
-
// bazel-out/
|
|
3938
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3939
3939
|
import ts17 from "typescript";
|
|
3940
3940
|
|
|
3941
|
-
// bazel-out/
|
|
3941
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
|
|
3942
3942
|
var NgccFlatImportRewriter = class {
|
|
3943
3943
|
shouldImportSymbol(symbol, specifier) {
|
|
3944
3944
|
if (specifier === "@angular/core") {
|
|
@@ -3959,7 +3959,7 @@ var NgccFlatImportRewriter = class {
|
|
|
3959
3959
|
}
|
|
3960
3960
|
};
|
|
3961
3961
|
|
|
3962
|
-
// bazel-out/
|
|
3962
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
|
|
3963
3963
|
function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
|
|
3964
3964
|
if (isCore && isFlat) {
|
|
3965
3965
|
return new NgccFlatImportRewriter();
|
|
@@ -3973,7 +3973,7 @@ function stripExtension2(filePath) {
|
|
|
3973
3973
|
return filePath.replace(/\.(js|d\.ts)$/, "");
|
|
3974
3974
|
}
|
|
3975
3975
|
|
|
3976
|
-
// bazel-out/
|
|
3976
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3977
3977
|
var EsmRenderingFormatter = class {
|
|
3978
3978
|
constructor(fs, host, isCore) {
|
|
3979
3979
|
this.fs = fs;
|
|
@@ -4133,7 +4133,7 @@ function getEndExceptSemicolon(statement) {
|
|
|
4133
4133
|
return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
|
|
4134
4134
|
}
|
|
4135
4135
|
|
|
4136
|
-
// bazel-out/
|
|
4136
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4137
4137
|
var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
|
|
4138
4138
|
addDefinitions(output, compiledClass, definitions) {
|
|
4139
4139
|
const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
|
|
@@ -4161,7 +4161,7 @@ Expected an ES5 IIFE wrapped function. But got:
|
|
|
4161
4161
|
}
|
|
4162
4162
|
};
|
|
4163
4163
|
|
|
4164
|
-
// bazel-out/
|
|
4164
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4165
4165
|
var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4166
4166
|
constructor(fs, commonJsHost, isCore) {
|
|
4167
4167
|
super(fs, commonJsHost, isCore);
|
|
@@ -4210,15 +4210,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
|
|
|
4210
4210
|
}
|
|
4211
4211
|
};
|
|
4212
4212
|
|
|
4213
|
-
// bazel-out/
|
|
4213
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4214
4214
|
import MagicString from "magic-string";
|
|
4215
4215
|
import ts20 from "typescript";
|
|
4216
4216
|
|
|
4217
|
-
// bazel-out/
|
|
4217
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
|
|
4218
4218
|
var IMPORT_PREFIX = "\u0275ngcc";
|
|
4219
4219
|
var NGCC_TIMED_OUT_EXIT_CODE = 177;
|
|
4220
4220
|
|
|
4221
|
-
// bazel-out/
|
|
4221
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
|
|
4222
4222
|
import mapHelpers from "convert-source-map";
|
|
4223
4223
|
function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
|
|
4224
4224
|
var _a;
|
|
@@ -4253,7 +4253,7 @@ ${sourceMapComment}` },
|
|
|
4253
4253
|
}
|
|
4254
4254
|
}
|
|
4255
4255
|
|
|
4256
|
-
// bazel-out/
|
|
4256
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4257
4257
|
var DtsRenderInfo = class {
|
|
4258
4258
|
constructor() {
|
|
4259
4259
|
this.classInfo = [];
|
|
@@ -4354,14 +4354,14 @@ function markForEmitAsSingleLine(node) {
|
|
|
4354
4354
|
ts20.forEachChild(node, markForEmitAsSingleLine);
|
|
4355
4355
|
}
|
|
4356
4356
|
|
|
4357
|
-
// bazel-out/
|
|
4357
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4358
4358
|
import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
|
|
4359
4359
|
import MagicString2 from "magic-string";
|
|
4360
4360
|
|
|
4361
|
-
// bazel-out/
|
|
4361
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
|
|
4362
4362
|
var RedundantDecoratorMap = Map;
|
|
4363
4363
|
|
|
4364
|
-
// bazel-out/
|
|
4364
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4365
4365
|
var Renderer = class {
|
|
4366
4366
|
constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
|
|
4367
4367
|
this.host = host;
|
|
@@ -4464,7 +4464,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
|
|
|
4464
4464
|
return statement;
|
|
4465
4465
|
}
|
|
4466
4466
|
|
|
4467
|
-
// bazel-out/
|
|
4467
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
|
|
4468
4468
|
import ts21 from "typescript";
|
|
4469
4469
|
var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4470
4470
|
constructor(fs, umdHost, isCore) {
|
|
@@ -4580,7 +4580,7 @@ function getGlobalIdentifier(i) {
|
|
|
4580
4580
|
return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
|
|
4581
4581
|
}
|
|
4582
4582
|
|
|
4583
|
-
// bazel-out/
|
|
4583
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
4584
4584
|
var Transformer = class {
|
|
4585
4585
|
constructor(fs, logger, tsConfig = null) {
|
|
4586
4586
|
this.fs = fs;
|
|
@@ -4661,7 +4661,7 @@ function hasErrors(diagnostics) {
|
|
|
4661
4661
|
return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
|
|
4662
4662
|
}
|
|
4663
4663
|
|
|
4664
|
-
// bazel-out/
|
|
4664
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
4665
4665
|
function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
|
|
4666
4666
|
return (beforeWritingFiles, onTaskCompleted) => {
|
|
4667
4667
|
const transformer = new Transformer(fileSystem, logger, tsConfig);
|
|
@@ -4700,10 +4700,10 @@ ${errors}`);
|
|
|
4700
4700
|
};
|
|
4701
4701
|
}
|
|
4702
4702
|
|
|
4703
|
-
// bazel-out/
|
|
4703
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4704
4704
|
import * as os from "os";
|
|
4705
4705
|
|
|
4706
|
-
// bazel-out/
|
|
4706
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
|
|
4707
4707
|
function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
4708
4708
|
if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
|
|
4709
4709
|
return {
|
|
@@ -4713,7 +4713,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
|
4713
4713
|
}
|
|
4714
4714
|
}
|
|
4715
4715
|
|
|
4716
|
-
// bazel-out/
|
|
4716
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
|
|
4717
4717
|
var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
|
|
4718
4718
|
var InPlaceFileWriter = class {
|
|
4719
4719
|
constructor(fs, logger, errorOnFailedEntryPoint) {
|
|
@@ -4762,7 +4762,7 @@ This error may be caused by one of the following:
|
|
|
4762
4762
|
}
|
|
4763
4763
|
};
|
|
4764
4764
|
|
|
4765
|
-
// bazel-out/
|
|
4765
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
|
|
4766
4766
|
var NGCC_DIRECTORY = "__ivy_ngcc__";
|
|
4767
4767
|
var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
|
|
4768
4768
|
var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
@@ -4870,7 +4870,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
|
4870
4870
|
}
|
|
4871
4871
|
};
|
|
4872
4872
|
|
|
4873
|
-
// bazel-out/
|
|
4873
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4874
4874
|
function getSharedSetup(options) {
|
|
4875
4875
|
const fileSystem = getFileSystem();
|
|
4876
4876
|
const absBasePath = absoluteFrom(options.basePath);
|
|
@@ -4946,7 +4946,7 @@ function getMaxNumberOfWorkers() {
|
|
|
4946
4946
|
return numericMaxWorkers;
|
|
4947
4947
|
}
|
|
4948
4948
|
|
|
4949
|
-
// bazel-out/
|
|
4949
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
|
|
4950
4950
|
var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
|
|
4951
4951
|
function computeTaskDependencies(tasks, graph) {
|
|
4952
4952
|
const dependencies = new TaskDependencies();
|
|
@@ -5006,7 +5006,7 @@ function sortTasksByPriority(tasks, dependencies) {
|
|
|
5006
5006
|
});
|
|
5007
5007
|
}
|
|
5008
5008
|
|
|
5009
|
-
// bazel-out/
|
|
5009
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
|
|
5010
5010
|
import cluster from "cluster";
|
|
5011
5011
|
var Deferred = class {
|
|
5012
5012
|
constructor() {
|
|
@@ -5040,7 +5040,7 @@ var sendMessageToWorker = (workerId, msg) => {
|
|
|
5040
5040
|
});
|
|
5041
5041
|
};
|
|
5042
5042
|
|
|
5043
|
-
// bazel-out/
|
|
5043
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
|
|
5044
5044
|
var PackageJsonUpdate = class {
|
|
5045
5045
|
constructor(writeChangesImpl) {
|
|
5046
5046
|
this.writeChangesImpl = writeChangesImpl;
|
|
@@ -5182,4 +5182,4 @@ export {
|
|
|
5182
5182
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5183
5183
|
* found in the LICENSE file at https://angular.io/license
|
|
5184
5184
|
*/
|
|
5185
|
-
//# sourceMappingURL=chunk-
|
|
5185
|
+
//# sourceMappingURL=chunk-IN4DCRQU.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -68,7 +68,7 @@ var PerfCheckpoint;
|
|
|
68
68
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
69
69
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
70
70
|
|
|
71
|
-
// bazel-out/
|
|
71
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
72
72
|
var NoopPerfRecorder = class {
|
|
73
73
|
eventCount() {
|
|
74
74
|
}
|
|
@@ -85,7 +85,7 @@ var NoopPerfRecorder = class {
|
|
|
85
85
|
};
|
|
86
86
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
87
87
|
|
|
88
|
-
// bazel-out/
|
|
88
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
89
89
|
function mark() {
|
|
90
90
|
return process.hrtime();
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ function timeSinceInMicros(mark2) {
|
|
|
94
94
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
98
98
|
var ActivePerfRecorder = class {
|
|
99
99
|
constructor(zeroTime) {
|
|
100
100
|
this.zeroTime = zeroTime;
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
* Use of this source code is governed by an MIT-style license that can be
|
|
204
204
|
* found in the LICENSE file at https://angular.io/license
|
|
205
205
|
*/
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-IOI2BV5O.js.map
|
|
File without changes
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-4SINIALN.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-S4JINNFN.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
|
|
16
16
|
import yargs from "yargs";
|
|
17
17
|
function parseCommandLineOptions(args) {
|
|
18
18
|
var _a;
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
* Use of this source code is governed by an MIT-style license that can be
|
|
114
114
|
* found in the LICENSE file at https://angular.io/license
|
|
115
115
|
*/
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-N2MCMY3J.js.map
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
__require
|
|
8
8
|
} from "./chunk-XYNRD7NE.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
11
11
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
12
12
|
function normalizeSeparators(path) {
|
|
13
13
|
return path.replace(/\\/g, "/");
|
|
@@ -23,7 +23,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
23
23
|
return sf;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
27
27
|
var InvalidFileSystem = class {
|
|
28
28
|
exists(path) {
|
|
29
29
|
throw makeError();
|
|
@@ -111,7 +111,7 @@ function makeError() {
|
|
|
111
111
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
// bazel-out/
|
|
114
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
115
115
|
var fs = new InvalidFileSystem();
|
|
116
116
|
function getFileSystem() {
|
|
117
117
|
return fs;
|
|
@@ -168,7 +168,7 @@ function toRelativeImport(relativePath) {
|
|
|
168
168
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
// bazel-out/
|
|
171
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
172
172
|
import * as os from "os";
|
|
173
173
|
import ts from "typescript";
|
|
174
174
|
var NgtscCompilerHost = class {
|
|
@@ -226,7 +226,7 @@ var NgtscCompilerHost = class {
|
|
|
226
226
|
}
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
-
// bazel-out/
|
|
229
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
230
230
|
var LogicalProjectPath = {
|
|
231
231
|
relativePathBetween: function(from, to) {
|
|
232
232
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -272,7 +272,7 @@ function isWithinBasePath(base, path) {
|
|
|
272
272
|
return isLocalRelativePath(relative(base, path));
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
// bazel-out/
|
|
275
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
276
276
|
import * as fs2 from "fs";
|
|
277
277
|
import module from "module";
|
|
278
278
|
import * as p from "path";
|
|
@@ -424,4 +424,4 @@ export {
|
|
|
424
424
|
* Use of this source code is governed by an MIT-style license that can be
|
|
425
425
|
* found in the LICENSE file at https://angular.io/license
|
|
426
426
|
*/
|
|
427
|
-
//# sourceMappingURL=chunk-
|
|
427
|
+
//# sourceMappingURL=chunk-S4JINNFN.js.map
|
|
File without changes
|