@angular/compiler-cli 13.3.12 → 13.4.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-UDG7FV2F.js → chunk-45NS77NQ.js} +4 -4
- package/bundles/{chunk-HAJOG5B7.js → chunk-CLV7JFJQ.js} +7 -7
- package/bundles/{chunk-UETOBSA6.js → chunk-D5CHHDFQ.js} +70 -70
- package/bundles/{chunk-UTSZJQCU.js → chunk-EIFOOEXQ.js} +7 -7
- package/bundles/{chunk-FDEQP2NW.js → chunk-HTCAZIYK.js} +6 -6
- package/bundles/{chunk-DNR6BLSX.js → chunk-KAJ5EOEG.js} +50 -50
- package/bundles/{chunk-ZCDB56AX.js → chunk-LX5Q27EF.js} +3 -3
- package/bundles/{chunk-OU6PTAY7.js → chunk-NALI3EFD.js} +40 -40
- package/bundles/{chunk-4WG4TJYY.js → chunk-O4P7N4CX.js} +5 -5
- package/bundles/{chunk-A7GANIJT.js → chunk-Q5GIQ3RV.js} +6 -6
- package/bundles/{chunk-SJL5HBUW.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-LC26KH5A.js → chunk-R4NY3TJC.js} +5 -5
- package/bundles/{chunk-W3FLD7KU.js → chunk-WXB5AWIG.js} +26 -26
- package/bundles/{chunk-BUHWADBP.js → chunk-ZPZWKMTE.js} +93 -93
- package/bundles/{chunk-IEIGNUVQ.js → chunk-ZZF2R6KZ.js} +31 -31
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-UDG7FV2F.js.map → chunk-45NS77NQ.js.map} +0 -0
- /package/bundles/{chunk-HAJOG5B7.js.map → chunk-CLV7JFJQ.js.map} +0 -0
- /package/bundles/{chunk-UETOBSA6.js.map → chunk-D5CHHDFQ.js.map} +0 -0
- /package/bundles/{chunk-UTSZJQCU.js.map → chunk-EIFOOEXQ.js.map} +0 -0
- /package/bundles/{chunk-FDEQP2NW.js.map → chunk-HTCAZIYK.js.map} +0 -0
- /package/bundles/{chunk-DNR6BLSX.js.map → chunk-KAJ5EOEG.js.map} +0 -0
- /package/bundles/{chunk-ZCDB56AX.js.map → chunk-LX5Q27EF.js.map} +0 -0
- /package/bundles/{chunk-OU6PTAY7.js.map → chunk-NALI3EFD.js.map} +0 -0
- /package/bundles/{chunk-4WG4TJYY.js.map → chunk-O4P7N4CX.js.map} +0 -0
- /package/bundles/{chunk-A7GANIJT.js.map → chunk-Q5GIQ3RV.js.map} +0 -0
- /package/bundles/{chunk-SJL5HBUW.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- /package/bundles/{chunk-LC26KH5A.js.map → chunk-R4NY3TJC.js.map} +0 -0
- /package/bundles/{chunk-W3FLD7KU.js.map → chunk-WXB5AWIG.js.map} +0 -0
- /package/bundles/{chunk-BUHWADBP.js.map → chunk-ZPZWKMTE.js.map} +0 -0
- /package/bundles/{chunk-IEIGNUVQ.js.map → chunk-ZZF2R6KZ.js.map} +0 -0
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LX5Q27EF.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-CLV7JFJQ.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/k8-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-45NS77NQ.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
__require
|
|
8
8
|
} from "./chunk-GMSUYBZP.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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-CLV7JFJQ.js.map
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
TypeCheckScopeRegistry,
|
|
12
12
|
isShim,
|
|
13
13
|
readConfiguration
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-ZPZWKMTE.js";
|
|
15
15
|
import {
|
|
16
16
|
CompilationMode,
|
|
17
17
|
ComponentDecoratorHandler,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
TraitState,
|
|
33
33
|
forwardRefResolver,
|
|
34
34
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-KAJ5EOEG.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-Q5GIQ3RV.js";
|
|
47
47
|
import {
|
|
48
48
|
ConsoleLogger,
|
|
49
49
|
LogLevel
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-LX5Q27EF.js";
|
|
51
51
|
import {
|
|
52
52
|
ContentOrigin,
|
|
53
53
|
SourceFileLoader
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-EIFOOEXQ.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-WXB5AWIG.js";
|
|
76
76
|
import {
|
|
77
77
|
LogicalFileSystem,
|
|
78
78
|
NgtscCompilerHost,
|
|
@@ -84,25 +84,25 @@ import {
|
|
|
84
84
|
isRooted,
|
|
85
85
|
relative,
|
|
86
86
|
toRelativeImport
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-CLV7JFJQ.js";
|
|
88
88
|
import {
|
|
89
89
|
NOOP_PERF_RECORDER
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-R4NY3TJC.js";
|
|
91
91
|
import {
|
|
92
92
|
__spreadProps,
|
|
93
93
|
__spreadValues
|
|
94
94
|
} from "./chunk-GMSUYBZP.js";
|
|
95
95
|
|
|
96
|
-
// bazel-out/
|
|
96
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
97
97
|
import ts23 from "typescript";
|
|
98
98
|
|
|
99
|
-
// bazel-out/
|
|
99
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
100
100
|
import ts7 from "typescript";
|
|
101
101
|
|
|
102
|
-
// bazel-out/
|
|
102
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
103
103
|
import ts6 from "typescript";
|
|
104
104
|
|
|
105
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
|
|
106
106
|
import ts from "typescript";
|
|
107
107
|
function isDefined(value) {
|
|
108
108
|
return value !== void 0 && value !== null;
|
|
@@ -173,7 +173,7 @@ function stripExtension(fileName) {
|
|
|
173
173
|
return fileName.replace(/\..+$/, "");
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
|
|
177
177
|
import ts2 from "typescript";
|
|
178
178
|
function findNamespaceOfIdentifier(id) {
|
|
179
179
|
return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
|
|
@@ -259,10 +259,10 @@ function skipAliases(node) {
|
|
|
259
259
|
return node;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
263
263
|
import ts4 from "typescript";
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
|
|
266
266
|
function isWithinPackage(packagePath, filePath) {
|
|
267
267
|
const relativePath = relative(packagePath, filePath);
|
|
268
268
|
return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
|
|
@@ -277,13 +277,13 @@ var NoopDependencyTracker = class {
|
|
|
277
277
|
};
|
|
278
278
|
var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
|
|
279
279
|
|
|
280
|
-
// bazel-out/
|
|
280
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
|
|
281
281
|
import ts3 from "typescript";
|
|
282
282
|
function stripParentheses(node) {
|
|
283
283
|
return ts3.isParenthesizedExpression(node) ? node.expression : node;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
// bazel-out/
|
|
286
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
287
287
|
var DECORATORS = "decorators";
|
|
288
288
|
var PROP_DECORATORS = "propDecorators";
|
|
289
289
|
var CONSTRUCTOR = "__constructor";
|
|
@@ -1511,7 +1511,7 @@ function getOuterNodeFromInnerDeclaration(node) {
|
|
|
1511
1511
|
return outerNode;
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
// bazel-out/
|
|
1514
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
|
|
1515
1515
|
import ts5 from "typescript";
|
|
1516
1516
|
var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
|
|
1517
1517
|
getBaseClassExpression(clazz) {
|
|
@@ -1845,7 +1845,7 @@ function getIifeFn(classSymbol) {
|
|
|
1845
1845
|
return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
-
// bazel-out/
|
|
1848
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
1849
1849
|
var UmdReflectionHost = class extends Esm5ReflectionHost {
|
|
1850
1850
|
constructor(logger, isCore, src, dts = null) {
|
|
1851
1851
|
super(logger, isCore, src, dts);
|
|
@@ -2345,7 +2345,7 @@ function isExportsIdentifier(node) {
|
|
|
2345
2345
|
return ts6.isIdentifier(node) && node.text === "exports";
|
|
2346
2346
|
}
|
|
2347
2347
|
|
|
2348
|
-
// bazel-out/
|
|
2348
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
2349
2349
|
var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
|
|
2350
2350
|
var NO_ENTRY_POINT = "no-entry-point";
|
|
2351
2351
|
var IGNORED_ENTRY_POINT = "ignored-entry-point";
|
|
@@ -2504,7 +2504,7 @@ function getRepositoryUrl(packageJson) {
|
|
|
2504
2504
|
return packageJson.repository.url;
|
|
2505
2505
|
}
|
|
2506
2506
|
|
|
2507
|
-
// bazel-out/
|
|
2507
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
|
|
2508
2508
|
var DtsProcessing;
|
|
2509
2509
|
(function(DtsProcessing2) {
|
|
2510
2510
|
DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
|
|
@@ -2513,7 +2513,7 @@ var DtsProcessing;
|
|
|
2513
2513
|
})(DtsProcessing || (DtsProcessing = {}));
|
|
2514
2514
|
var TaskDependencies = Map;
|
|
2515
2515
|
|
|
2516
|
-
// bazel-out/
|
|
2516
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
|
|
2517
2517
|
import ts8 from "typescript";
|
|
2518
2518
|
function adjustElementAccessExports(sourceText) {
|
|
2519
2519
|
if (!/exports\[["']/.test(sourceText)) {
|
|
@@ -2550,10 +2550,10 @@ function isJsIdentifier(text) {
|
|
|
2550
2550
|
return identifierPattern.test(text);
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
|
-
// bazel-out/
|
|
2553
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2554
2554
|
import ts10 from "typescript";
|
|
2555
2555
|
|
|
2556
|
-
// bazel-out/
|
|
2556
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
|
|
2557
2557
|
import ts9 from "typescript";
|
|
2558
2558
|
function patchTsGetExpandoInitializer() {
|
|
2559
2559
|
if (isTs31778GetExpandoInitializerFixed()) {
|
|
@@ -2658,7 +2658,7 @@ function makeUnsupportedTypeScriptError() {
|
|
|
2658
2658
|
return new Error("The TypeScript version used is not supported by ngcc.");
|
|
2659
2659
|
}
|
|
2660
2660
|
|
|
2661
|
-
// bazel-out/
|
|
2661
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2662
2662
|
function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
|
|
2663
2663
|
const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
|
|
2664
2664
|
let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
|
|
@@ -2688,7 +2688,7 @@ function findR3SymbolsPath(fs, directory, filename) {
|
|
|
2688
2688
|
return null;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
2691
|
-
// bazel-out/
|
|
2691
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
|
|
2692
2692
|
import ts11 from "typescript";
|
|
2693
2693
|
var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
|
|
2694
2694
|
constructor(fs, options, cache, moduleResolutionCache, packagePath) {
|
|
@@ -2733,7 +2733,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
|
|
|
2733
2733
|
}
|
|
2734
2734
|
};
|
|
2735
2735
|
|
|
2736
|
-
// bazel-out/
|
|
2736
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
|
|
2737
2737
|
import ts12 from "typescript";
|
|
2738
2738
|
var SharedFileCache = class {
|
|
2739
2739
|
constructor(fs) {
|
|
@@ -2836,7 +2836,7 @@ function createModuleResolutionCache(fs) {
|
|
|
2836
2836
|
});
|
|
2837
2837
|
}
|
|
2838
2838
|
|
|
2839
|
-
// bazel-out/
|
|
2839
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
|
|
2840
2840
|
function createSourceTextProcessor(format) {
|
|
2841
2841
|
if (format === "umd" || format === "commonjs") {
|
|
2842
2842
|
return adjustElementAccessExports;
|
|
@@ -2885,13 +2885,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
|
|
|
2885
2885
|
return additionalFiles;
|
|
2886
2886
|
}
|
|
2887
2887
|
|
|
2888
|
-
// bazel-out/
|
|
2888
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
2889
2889
|
import ts22 from "typescript";
|
|
2890
2890
|
|
|
2891
|
-
// bazel-out/
|
|
2891
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
2892
2892
|
import { ConstantPool } from "@angular/compiler";
|
|
2893
2893
|
|
|
2894
|
-
// bazel-out/
|
|
2894
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
|
|
2895
2895
|
import ts13 from "typescript";
|
|
2896
2896
|
function isClassDeclaration(clazz) {
|
|
2897
2897
|
return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
|
|
@@ -2974,7 +2974,7 @@ function reifySourceFile(expr) {
|
|
|
2974
2974
|
return stmt.declarationList.declarations[0].initializer;
|
|
2975
2975
|
}
|
|
2976
2976
|
|
|
2977
|
-
// bazel-out/
|
|
2977
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
|
|
2978
2978
|
var MissingInjectableMigration = class {
|
|
2979
2979
|
apply(clazz, host) {
|
|
2980
2980
|
const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
|
|
@@ -3079,7 +3079,7 @@ function getAngularCoreDecoratorName(decorator) {
|
|
|
3079
3079
|
return decorator.import.name;
|
|
3080
3080
|
}
|
|
3081
3081
|
|
|
3082
|
-
// bazel-out/
|
|
3082
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
|
|
3083
3083
|
var UndecoratedChildMigration = class {
|
|
3084
3084
|
apply(clazz, host) {
|
|
3085
3085
|
const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
|
|
@@ -3114,7 +3114,7 @@ var UndecoratedChildMigration = class {
|
|
|
3114
3114
|
}
|
|
3115
3115
|
};
|
|
3116
3116
|
|
|
3117
|
-
// bazel-out/
|
|
3117
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
|
|
3118
3118
|
var UndecoratedParentMigration = class {
|
|
3119
3119
|
apply(clazz, host) {
|
|
3120
3120
|
if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
|
|
@@ -3147,7 +3147,7 @@ function determineBaseClass(clazz, host) {
|
|
|
3147
3147
|
return baseClass;
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
// bazel-out/
|
|
3150
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
|
|
3151
3151
|
import ts14 from "typescript";
|
|
3152
3152
|
var DefaultMigrationHost = class {
|
|
3153
3153
|
constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
|
|
@@ -3207,7 +3207,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
|
|
|
3207
3207
|
return clone;
|
|
3208
3208
|
}
|
|
3209
3209
|
|
|
3210
|
-
// bazel-out/
|
|
3210
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
|
|
3211
3211
|
var NgccTraitCompiler = class extends TraitCompiler {
|
|
3212
3212
|
constructor(handlers, ngccReflector) {
|
|
3213
3213
|
super(handlers, ngccReflector, NOOP_PERF_RECORDER, new NoIncrementalBuild(), true, CompilationMode.FULL, new DtsTransformRegistry(), null, { isShim, isResource: () => false });
|
|
@@ -3252,10 +3252,10 @@ var NoIncrementalBuild = class {
|
|
|
3252
3252
|
}
|
|
3253
3253
|
};
|
|
3254
3254
|
|
|
3255
|
-
// bazel-out/
|
|
3255
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
|
|
3256
3256
|
var DecorationAnalyses = Map;
|
|
3257
3257
|
|
|
3258
|
-
// bazel-out/
|
|
3258
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
3259
3259
|
var NgccResourceLoader = class {
|
|
3260
3260
|
constructor(fs) {
|
|
3261
3261
|
this.fs = fs;
|
|
@@ -3411,7 +3411,7 @@ var DecorationAnalyzer = class {
|
|
|
3411
3411
|
}
|
|
3412
3412
|
};
|
|
3413
3413
|
|
|
3414
|
-
// bazel-out/
|
|
3414
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
|
|
3415
3415
|
import ts15 from "typescript";
|
|
3416
3416
|
var ModuleWithProvidersAnalyses = Map;
|
|
3417
3417
|
var ModuleWithProvidersAnalyzer = class {
|
|
@@ -3550,7 +3550,7 @@ function isAnyKeyword(typeParam) {
|
|
|
3550
3550
|
return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
|
|
3551
3551
|
}
|
|
3552
3552
|
|
|
3553
|
-
// bazel-out/
|
|
3553
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
|
|
3554
3554
|
var NgccReferencesRegistry = class {
|
|
3555
3555
|
constructor(host) {
|
|
3556
3556
|
this.host = host;
|
|
@@ -3571,7 +3571,7 @@ var NgccReferencesRegistry = class {
|
|
|
3571
3571
|
}
|
|
3572
3572
|
};
|
|
3573
3573
|
|
|
3574
|
-
// bazel-out/
|
|
3574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
|
|
3575
3575
|
var PrivateDeclarationsAnalyzer = class {
|
|
3576
3576
|
constructor(host, referencesRegistry) {
|
|
3577
3577
|
this.host = host;
|
|
@@ -3612,7 +3612,7 @@ var PrivateDeclarationsAnalyzer = class {
|
|
|
3612
3612
|
}
|
|
3613
3613
|
};
|
|
3614
3614
|
|
|
3615
|
-
// bazel-out/
|
|
3615
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
|
|
3616
3616
|
import ts16 from "typescript";
|
|
3617
3617
|
var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
3618
3618
|
constructor(logger, isCore, src, dts = null) {
|
|
@@ -3776,7 +3776,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
};
|
|
3778
3778
|
|
|
3779
|
-
// bazel-out/
|
|
3779
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
|
|
3780
3780
|
var DelegatingReflectionHost = class {
|
|
3781
3781
|
constructor(tsHost, ngccHost) {
|
|
3782
3782
|
this.tsHost = tsHost;
|
|
@@ -3897,16 +3897,16 @@ var DelegatingReflectionHost = class {
|
|
|
3897
3897
|
}
|
|
3898
3898
|
};
|
|
3899
3899
|
|
|
3900
|
-
// bazel-out/
|
|
3900
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
3901
3901
|
import ts19 from "typescript";
|
|
3902
3902
|
|
|
3903
|
-
// bazel-out/
|
|
3903
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
3904
3904
|
import ts18 from "typescript";
|
|
3905
3905
|
|
|
3906
|
-
// bazel-out/
|
|
3906
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3907
3907
|
import ts17 from "typescript";
|
|
3908
3908
|
|
|
3909
|
-
// bazel-out/
|
|
3909
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
|
|
3910
3910
|
var NgccFlatImportRewriter = class {
|
|
3911
3911
|
shouldImportSymbol(symbol, specifier) {
|
|
3912
3912
|
if (specifier === "@angular/core") {
|
|
@@ -3927,7 +3927,7 @@ var NgccFlatImportRewriter = class {
|
|
|
3927
3927
|
}
|
|
3928
3928
|
};
|
|
3929
3929
|
|
|
3930
|
-
// bazel-out/
|
|
3930
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
|
|
3931
3931
|
function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
|
|
3932
3932
|
if (isCore && isFlat) {
|
|
3933
3933
|
return new NgccFlatImportRewriter();
|
|
@@ -3941,7 +3941,7 @@ function stripExtension2(filePath) {
|
|
|
3941
3941
|
return filePath.replace(/\.(js|d\.ts)$/, "");
|
|
3942
3942
|
}
|
|
3943
3943
|
|
|
3944
|
-
// bazel-out/
|
|
3944
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
3945
3945
|
var EsmRenderingFormatter = class {
|
|
3946
3946
|
constructor(fs, host, isCore) {
|
|
3947
3947
|
this.fs = fs;
|
|
@@ -4101,7 +4101,7 @@ function getEndExceptSemicolon(statement) {
|
|
|
4101
4101
|
return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
|
|
4102
4102
|
}
|
|
4103
4103
|
|
|
4104
|
-
// bazel-out/
|
|
4104
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4105
4105
|
var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
|
|
4106
4106
|
addDefinitions(output, compiledClass, definitions) {
|
|
4107
4107
|
const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
|
|
@@ -4129,7 +4129,7 @@ Expected an ES5 IIFE wrapped function. But got:
|
|
|
4129
4129
|
}
|
|
4130
4130
|
};
|
|
4131
4131
|
|
|
4132
|
-
// bazel-out/
|
|
4132
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4133
4133
|
var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4134
4134
|
constructor(fs, commonJsHost, isCore) {
|
|
4135
4135
|
super(fs, commonJsHost, isCore);
|
|
@@ -4178,15 +4178,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
|
|
|
4178
4178
|
}
|
|
4179
4179
|
};
|
|
4180
4180
|
|
|
4181
|
-
// bazel-out/
|
|
4181
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4182
4182
|
import MagicString from "magic-string";
|
|
4183
4183
|
import ts20 from "typescript";
|
|
4184
4184
|
|
|
4185
|
-
// bazel-out/
|
|
4185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
|
|
4186
4186
|
var IMPORT_PREFIX = "\u0275ngcc";
|
|
4187
4187
|
var NGCC_TIMED_OUT_EXIT_CODE = 177;
|
|
4188
4188
|
|
|
4189
|
-
// bazel-out/
|
|
4189
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
|
|
4190
4190
|
import mapHelpers from "convert-source-map";
|
|
4191
4191
|
function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
|
|
4192
4192
|
var _a;
|
|
@@ -4221,7 +4221,7 @@ ${sourceMapComment}` },
|
|
|
4221
4221
|
}
|
|
4222
4222
|
}
|
|
4223
4223
|
|
|
4224
|
-
// bazel-out/
|
|
4224
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4225
4225
|
var DtsRenderInfo = class {
|
|
4226
4226
|
constructor() {
|
|
4227
4227
|
this.classInfo = [];
|
|
@@ -4322,14 +4322,14 @@ function markForEmitAsSingleLine(node) {
|
|
|
4322
4322
|
ts20.forEachChild(node, markForEmitAsSingleLine);
|
|
4323
4323
|
}
|
|
4324
4324
|
|
|
4325
|
-
// bazel-out/
|
|
4325
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4326
4326
|
import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
|
|
4327
4327
|
import MagicString2 from "magic-string";
|
|
4328
4328
|
|
|
4329
|
-
// bazel-out/
|
|
4329
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
|
|
4330
4330
|
var RedundantDecoratorMap = Map;
|
|
4331
4331
|
|
|
4332
|
-
// bazel-out/
|
|
4332
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4333
4333
|
var Renderer = class {
|
|
4334
4334
|
constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
|
|
4335
4335
|
this.host = host;
|
|
@@ -4432,7 +4432,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
|
|
|
4432
4432
|
return statement;
|
|
4433
4433
|
}
|
|
4434
4434
|
|
|
4435
|
-
// bazel-out/
|
|
4435
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
|
|
4436
4436
|
import ts21 from "typescript";
|
|
4437
4437
|
var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4438
4438
|
constructor(fs, umdHost, isCore) {
|
|
@@ -4548,7 +4548,7 @@ function getGlobalIdentifier(i) {
|
|
|
4548
4548
|
return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
|
|
4549
4549
|
}
|
|
4550
4550
|
|
|
4551
|
-
// bazel-out/
|
|
4551
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
4552
4552
|
var Transformer = class {
|
|
4553
4553
|
constructor(fs, logger, tsConfig = null) {
|
|
4554
4554
|
this.fs = fs;
|
|
@@ -4629,7 +4629,7 @@ function hasErrors(diagnostics) {
|
|
|
4629
4629
|
return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
|
|
4630
4630
|
}
|
|
4631
4631
|
|
|
4632
|
-
// bazel-out/
|
|
4632
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
4633
4633
|
function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
|
|
4634
4634
|
return (beforeWritingFiles, onTaskCompleted) => {
|
|
4635
4635
|
const transformer = new Transformer(fileSystem, logger, tsConfig);
|
|
@@ -4668,10 +4668,10 @@ ${errors}`);
|
|
|
4668
4668
|
};
|
|
4669
4669
|
}
|
|
4670
4670
|
|
|
4671
|
-
// bazel-out/
|
|
4671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4672
4672
|
import * as os from "os";
|
|
4673
4673
|
|
|
4674
|
-
// bazel-out/
|
|
4674
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
|
|
4675
4675
|
function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
4676
4676
|
if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
|
|
4677
4677
|
return {
|
|
@@ -4681,7 +4681,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
|
4681
4681
|
}
|
|
4682
4682
|
}
|
|
4683
4683
|
|
|
4684
|
-
// bazel-out/
|
|
4684
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
|
|
4685
4685
|
var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
|
|
4686
4686
|
var InPlaceFileWriter = class {
|
|
4687
4687
|
constructor(fs, logger, errorOnFailedEntryPoint) {
|
|
@@ -4730,7 +4730,7 @@ This error may be caused by one of the following:
|
|
|
4730
4730
|
}
|
|
4731
4731
|
};
|
|
4732
4732
|
|
|
4733
|
-
// bazel-out/
|
|
4733
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
|
|
4734
4734
|
var NGCC_DIRECTORY = "__ivy_ngcc__";
|
|
4735
4735
|
var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
|
|
4736
4736
|
var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
@@ -4838,7 +4838,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
|
4838
4838
|
}
|
|
4839
4839
|
};
|
|
4840
4840
|
|
|
4841
|
-
// bazel-out/
|
|
4841
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4842
4842
|
function getSharedSetup(options) {
|
|
4843
4843
|
const fileSystem = getFileSystem();
|
|
4844
4844
|
const absBasePath = absoluteFrom(options.basePath);
|
|
@@ -4914,7 +4914,7 @@ function getMaxNumberOfWorkers() {
|
|
|
4914
4914
|
return numericMaxWorkers;
|
|
4915
4915
|
}
|
|
4916
4916
|
|
|
4917
|
-
// bazel-out/
|
|
4917
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
|
|
4918
4918
|
var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
|
|
4919
4919
|
function computeTaskDependencies(tasks, graph) {
|
|
4920
4920
|
const dependencies = new TaskDependencies();
|
|
@@ -4974,7 +4974,7 @@ function sortTasksByPriority(tasks, dependencies) {
|
|
|
4974
4974
|
});
|
|
4975
4975
|
}
|
|
4976
4976
|
|
|
4977
|
-
// bazel-out/
|
|
4977
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
|
|
4978
4978
|
import cluster from "cluster";
|
|
4979
4979
|
var Deferred = class {
|
|
4980
4980
|
constructor() {
|
|
@@ -5008,7 +5008,7 @@ var sendMessageToWorker = (workerId, msg) => {
|
|
|
5008
5008
|
});
|
|
5009
5009
|
};
|
|
5010
5010
|
|
|
5011
|
-
// bazel-out/
|
|
5011
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
|
|
5012
5012
|
var PackageJsonUpdate = class {
|
|
5013
5013
|
constructor(writeChangesImpl) {
|
|
5014
5014
|
this.writeChangesImpl = writeChangesImpl;
|
|
@@ -5142,4 +5142,4 @@ export {
|
|
|
5142
5142
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5143
5143
|
* found in the LICENSE file at https://angular.io/license
|
|
5144
5144
|
*/
|
|
5145
|
-
//# sourceMappingURL=chunk-
|
|
5145
|
+
//# sourceMappingURL=chunk-D5CHHDFQ.js.map
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
__spreadValues
|
|
8
8
|
} from "./chunk-GMSUYBZP.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
11
11
|
import mapHelpers from "convert-source-map";
|
|
12
12
|
import { decode, encode } from "sourcemap-codec";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
15
15
|
function compareSegments(a, b) {
|
|
16
16
|
return a.position - b.position;
|
|
17
17
|
}
|
|
@@ -31,7 +31,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
31
31
|
return { line, column, position, next: void 0 };
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
// bazel-out/
|
|
34
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
35
35
|
function removeSourceMapComments(contents) {
|
|
36
36
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
37
37
|
}
|
|
@@ -282,10 +282,10 @@ var Cache = class {
|
|
|
282
282
|
}
|
|
283
283
|
};
|
|
284
284
|
|
|
285
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
286
286
|
import mapHelpers2 from "convert-source-map";
|
|
287
287
|
|
|
288
|
-
// bazel-out/
|
|
288
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
289
289
|
var ContentOrigin;
|
|
290
290
|
(function(ContentOrigin2) {
|
|
291
291
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -293,7 +293,7 @@ var ContentOrigin;
|
|
|
293
293
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
294
294
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
297
297
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
298
298
|
var SourceFileLoader = class {
|
|
299
299
|
constructor(fs, logger, schemeMap) {
|
|
@@ -421,4 +421,4 @@ export {
|
|
|
421
421
|
* Use of this source code is governed by an MIT-style license that can be
|
|
422
422
|
* found in the LICENSE file at https://angular.io/license
|
|
423
423
|
*/
|
|
424
|
-
//# sourceMappingURL=chunk-
|
|
424
|
+
//# sourceMappingURL=chunk-EIFOOEXQ.js.map
|