@angular/compiler-cli 13.0.0-rc.1 → 13.1.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-5VGHS4A4.js +68 -0
- package/bundles/chunk-5VGHS4A4.js.map +6 -0
- package/bundles/chunk-AMD3PZ5E.js +5094 -0
- package/bundles/chunk-AMD3PZ5E.js.map +6 -0
- package/bundles/chunk-BPCUCINV.js +29 -0
- package/bundles/chunk-BPCUCINV.js.map +6 -0
- package/bundles/chunk-CRTDZEUV.js +678 -0
- package/bundles/chunk-CRTDZEUV.js.map +6 -0
- package/bundles/chunk-DDB2HQYR.js +5663 -0
- package/bundles/chunk-DDB2HQYR.js.map +6 -0
- package/bundles/chunk-DLQQUCPJ.js +448 -0
- package/bundles/chunk-DLQQUCPJ.js.map +6 -0
- package/bundles/chunk-E64KJMKN.js +968 -0
- package/bundles/chunk-E64KJMKN.js.map +6 -0
- package/bundles/chunk-GKA4YGOR.js +43 -0
- package/bundles/chunk-GKA4YGOR.js.map +6 -0
- package/bundles/chunk-IG72ZKR7.js +424 -0
- package/bundles/chunk-IG72ZKR7.js.map +6 -0
- package/bundles/chunk-J6CW3T62.js +206 -0
- package/bundles/chunk-J6CW3T62.js.map +6 -0
- package/bundles/chunk-JTYUTYS2.js +56 -0
- package/bundles/chunk-JTYUTYS2.js.map +6 -0
- package/bundles/chunk-M7P4HAA4.js +358 -0
- package/bundles/chunk-M7P4HAA4.js.map +6 -0
- package/bundles/chunk-QKLPWCHI.js +1261 -0
- package/bundles/chunk-QKLPWCHI.js.map +6 -0
- package/bundles/chunk-QLSZVEIC.js +11992 -0
- package/bundles/chunk-QLSZVEIC.js.map +6 -0
- package/bundles/chunk-WOCQ7IIB.js +2175 -0
- package/bundles/chunk-WOCQ7IIB.js.map +6 -0
- package/bundles/chunk-XKKOHZ3B.js +116 -0
- package/bundles/chunk-XKKOHZ3B.js.map +6 -0
- package/bundles/chunk-XPUO7JIT.js +380 -0
- package/bundles/chunk-XPUO7JIT.js.map +6 -0
- package/bundles/index.js +96 -20254
- package/bundles/index.js.map +2 -2
- package/bundles/linker/babel/index.js +24 -1987
- package/bundles/linker/babel/index.js.map +2 -2
- package/bundles/linker/index.js +12 -1833
- package/bundles/linker/index.js.map +2 -2
- package/bundles/ngcc/index.js +27 -16027
- package/bundles/ngcc/index.js.map +2 -2
- package/bundles/ngcc/main-ngcc.js +19 -16111
- package/bundles/ngcc/main-ngcc.js.map +2 -2
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +32 -13784
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js.map +2 -2
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +11 -310
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js.map +2 -2
- package/bundles/private/bazel.js +4 -81
- package/bundles/private/bazel.js.map +2 -2
- package/bundles/private/localize.js +27 -870
- package/bundles/private/localize.js.map +2 -2
- package/bundles/private/migrations.js +13 -2156
- package/bundles/private/migrations.js.map +2 -2
- package/bundles/private/tooling.js +8 -931
- package/bundles/private/tooling.js.map +2 -2
- package/bundles/src/bin/ng_xi18n.js +22 -20424
- package/bundles/src/bin/ng_xi18n.js.map +2 -2
- package/bundles/src/bin/ngc.js +16 -20437
- package/bundles/src/bin/ngc.js.map +2 -2
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/src/ng_module.d.ts +1 -2
- package/src/ngtsc/diagnostics/index.d.ts +4 -2
- package/src/ngtsc/diagnostics/src/docs.d.ts +14 -0
- package/src/ngtsc/diagnostics/src/error_details_base_url.d.ts +16 -0
- package/src/ngtsc/diagnostics/src/util.d.ts +2 -0
|
@@ -3,879 +3,36 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
var __defProp = Object.defineProperty;
|
|
7
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
10
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
|
-
var __spreadValues = (a, b) => {
|
|
12
|
-
for (var prop in b || (b = {}))
|
|
13
|
-
if (__hasOwnProp.call(b, prop))
|
|
14
|
-
__defNormalProp(a, prop, b[prop]);
|
|
15
|
-
if (__getOwnPropSymbols)
|
|
16
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
17
|
-
if (__propIsEnum.call(b, prop))
|
|
18
|
-
__defNormalProp(a, prop, b[prop]);
|
|
19
|
-
}
|
|
20
|
-
return a;
|
|
21
|
-
};
|
|
22
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
23
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
24
|
-
}) : x)(function(x) {
|
|
25
|
-
if (typeof require !== "undefined")
|
|
26
|
-
return require.apply(this, arguments);
|
|
27
|
-
throw new Error('Dynamic require of "' + x + '" is not supported');
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
31
|
-
var LogLevel;
|
|
32
|
-
(function(LogLevel2) {
|
|
33
|
-
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
34
|
-
LogLevel2[LogLevel2["info"] = 1] = "info";
|
|
35
|
-
LogLevel2[LogLevel2["warn"] = 2] = "warn";
|
|
36
|
-
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
37
|
-
})(LogLevel || (LogLevel = {}));
|
|
38
|
-
|
|
39
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
40
|
-
var RESET = "[0m";
|
|
41
|
-
var RED = "[31m";
|
|
42
|
-
var YELLOW = "[33m";
|
|
43
|
-
var BLUE = "[36m";
|
|
44
|
-
var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
45
|
-
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
46
|
-
var ERROR = `${RED}Error:${RESET}`;
|
|
47
|
-
var ConsoleLogger = class {
|
|
48
|
-
constructor(level) {
|
|
49
|
-
this.level = level;
|
|
50
|
-
}
|
|
51
|
-
debug(...args) {
|
|
52
|
-
if (this.level <= LogLevel.debug)
|
|
53
|
-
console.debug(DEBUG, ...args);
|
|
54
|
-
}
|
|
55
|
-
info(...args) {
|
|
56
|
-
if (this.level <= LogLevel.info)
|
|
57
|
-
console.info(...args);
|
|
58
|
-
}
|
|
59
|
-
warn(...args) {
|
|
60
|
-
if (this.level <= LogLevel.warn)
|
|
61
|
-
console.warn(WARN, ...args);
|
|
62
|
-
}
|
|
63
|
-
error(...args) {
|
|
64
|
-
if (this.level <= LogLevel.error)
|
|
65
|
-
console.error(ERROR, ...args);
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
70
6
|
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
76
|
-
var InvalidFileSystem = class {
|
|
77
|
-
exists(path) {
|
|
78
|
-
throw makeError();
|
|
79
|
-
}
|
|
80
|
-
readFile(path) {
|
|
81
|
-
throw makeError();
|
|
82
|
-
}
|
|
83
|
-
readFileBuffer(path) {
|
|
84
|
-
throw makeError();
|
|
85
|
-
}
|
|
86
|
-
writeFile(path, data, exclusive) {
|
|
87
|
-
throw makeError();
|
|
88
|
-
}
|
|
89
|
-
removeFile(path) {
|
|
90
|
-
throw makeError();
|
|
91
|
-
}
|
|
92
|
-
symlink(target, path) {
|
|
93
|
-
throw makeError();
|
|
94
|
-
}
|
|
95
|
-
readdir(path) {
|
|
96
|
-
throw makeError();
|
|
97
|
-
}
|
|
98
|
-
lstat(path) {
|
|
99
|
-
throw makeError();
|
|
100
|
-
}
|
|
101
|
-
stat(path) {
|
|
102
|
-
throw makeError();
|
|
103
|
-
}
|
|
104
|
-
pwd() {
|
|
105
|
-
throw makeError();
|
|
106
|
-
}
|
|
107
|
-
chdir(path) {
|
|
108
|
-
throw makeError();
|
|
109
|
-
}
|
|
110
|
-
extname(path) {
|
|
111
|
-
throw makeError();
|
|
112
|
-
}
|
|
113
|
-
copyFile(from, to) {
|
|
114
|
-
throw makeError();
|
|
115
|
-
}
|
|
116
|
-
moveFile(from, to) {
|
|
117
|
-
throw makeError();
|
|
118
|
-
}
|
|
119
|
-
ensureDir(path) {
|
|
120
|
-
throw makeError();
|
|
121
|
-
}
|
|
122
|
-
removeDeep(path) {
|
|
123
|
-
throw makeError();
|
|
124
|
-
}
|
|
125
|
-
isCaseSensitive() {
|
|
126
|
-
throw makeError();
|
|
127
|
-
}
|
|
128
|
-
resolve(...paths) {
|
|
129
|
-
throw makeError();
|
|
130
|
-
}
|
|
131
|
-
dirname(file) {
|
|
132
|
-
throw makeError();
|
|
133
|
-
}
|
|
134
|
-
join(basePath, ...paths) {
|
|
135
|
-
throw makeError();
|
|
136
|
-
}
|
|
137
|
-
isRoot(path) {
|
|
138
|
-
throw makeError();
|
|
139
|
-
}
|
|
140
|
-
isRooted(path) {
|
|
141
|
-
throw makeError();
|
|
142
|
-
}
|
|
143
|
-
relative(from, to) {
|
|
144
|
-
throw makeError();
|
|
145
|
-
}
|
|
146
|
-
basename(filePath, extension) {
|
|
147
|
-
throw makeError();
|
|
148
|
-
}
|
|
149
|
-
realpath(filePath) {
|
|
150
|
-
throw makeError();
|
|
151
|
-
}
|
|
152
|
-
getDefaultLibLocation() {
|
|
153
|
-
throw makeError();
|
|
154
|
-
}
|
|
155
|
-
normalize(path) {
|
|
156
|
-
throw makeError();
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
function makeError() {
|
|
160
|
-
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
164
|
-
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
165
|
-
function normalizeSeparators(path) {
|
|
166
|
-
return path.replace(/\\/g, "/");
|
|
167
|
-
}
|
|
168
|
-
function stripExtension(path) {
|
|
169
|
-
return path.replace(TS_DTS_JS_EXTENSION, "");
|
|
170
|
-
}
|
|
171
|
-
function getSourceFileOrError(program, fileName) {
|
|
172
|
-
const sf = program.getSourceFile(fileName);
|
|
173
|
-
if (sf === void 0) {
|
|
174
|
-
throw new Error(`Program does not contain "${fileName}" - available files are ${program.getSourceFiles().map((sf2) => sf2.fileName).join(", ")}`);
|
|
175
|
-
}
|
|
176
|
-
return sf;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
180
|
-
var fs = new InvalidFileSystem();
|
|
181
|
-
function getFileSystem() {
|
|
182
|
-
return fs;
|
|
183
|
-
}
|
|
184
|
-
function setFileSystem(fileSystem) {
|
|
185
|
-
fs = fileSystem;
|
|
186
|
-
}
|
|
187
|
-
function absoluteFrom(path) {
|
|
188
|
-
if (!fs.isRooted(path)) {
|
|
189
|
-
throw new Error(`Internal Error: absoluteFrom(${path}): path is not absolute`);
|
|
190
|
-
}
|
|
191
|
-
return fs.resolve(path);
|
|
192
|
-
}
|
|
193
|
-
var ABSOLUTE_PATH = Symbol("AbsolutePath");
|
|
194
|
-
function absoluteFromSourceFile(sf) {
|
|
195
|
-
const sfWithPatch = sf;
|
|
196
|
-
if (sfWithPatch[ABSOLUTE_PATH] === void 0) {
|
|
197
|
-
sfWithPatch[ABSOLUTE_PATH] = fs.resolve(sfWithPatch.fileName);
|
|
198
|
-
}
|
|
199
|
-
return sfWithPatch[ABSOLUTE_PATH];
|
|
200
|
-
}
|
|
201
|
-
function relativeFrom(path) {
|
|
202
|
-
const normalized = normalizeSeparators(path);
|
|
203
|
-
if (fs.isRooted(normalized)) {
|
|
204
|
-
throw new Error(`Internal Error: relativeFrom(${path}): path is not relative`);
|
|
205
|
-
}
|
|
206
|
-
return normalized;
|
|
207
|
-
}
|
|
208
|
-
function dirname(file) {
|
|
209
|
-
return fs.dirname(file);
|
|
210
|
-
}
|
|
211
|
-
function join(basePath, ...paths) {
|
|
212
|
-
return fs.join(basePath, ...paths);
|
|
213
|
-
}
|
|
214
|
-
function resolve(basePath, ...paths) {
|
|
215
|
-
return fs.resolve(basePath, ...paths);
|
|
216
|
-
}
|
|
217
|
-
function isRoot(path) {
|
|
218
|
-
return fs.isRoot(path);
|
|
219
|
-
}
|
|
220
|
-
function isRooted(path) {
|
|
221
|
-
return fs.isRooted(path);
|
|
222
|
-
}
|
|
223
|
-
function relative(from, to) {
|
|
224
|
-
return fs.relative(from, to);
|
|
225
|
-
}
|
|
226
|
-
function basename(filePath, extension) {
|
|
227
|
-
return fs.basename(filePath, extension);
|
|
228
|
-
}
|
|
229
|
-
function isLocalRelativePath(relativePath) {
|
|
230
|
-
return !isRooted(relativePath) && !relativePath.startsWith("..");
|
|
231
|
-
}
|
|
232
|
-
function toRelativeImport(relativePath) {
|
|
233
|
-
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
237
|
-
var NgtscCompilerHost = class {
|
|
238
|
-
constructor(fs3, options = {}) {
|
|
239
|
-
this.fs = fs3;
|
|
240
|
-
this.options = options;
|
|
241
|
-
}
|
|
242
|
-
getSourceFile(fileName, languageVersion) {
|
|
243
|
-
const text = this.readFile(fileName);
|
|
244
|
-
return text !== void 0 ? ts.createSourceFile(fileName, text, languageVersion, true) : void 0;
|
|
245
|
-
}
|
|
246
|
-
getDefaultLibFileName(options) {
|
|
247
|
-
return this.fs.join(this.getDefaultLibLocation(), ts.getDefaultLibFileName(options));
|
|
248
|
-
}
|
|
249
|
-
getDefaultLibLocation() {
|
|
250
|
-
return this.fs.getDefaultLibLocation();
|
|
251
|
-
}
|
|
252
|
-
writeFile(fileName, data, writeByteOrderMark, onError, sourceFiles) {
|
|
253
|
-
const path = absoluteFrom(fileName);
|
|
254
|
-
this.fs.ensureDir(this.fs.dirname(path));
|
|
255
|
-
this.fs.writeFile(path, data);
|
|
256
|
-
}
|
|
257
|
-
getCurrentDirectory() {
|
|
258
|
-
return this.fs.pwd();
|
|
259
|
-
}
|
|
260
|
-
getCanonicalFileName(fileName) {
|
|
261
|
-
return this.useCaseSensitiveFileNames() ? fileName : fileName.toLowerCase();
|
|
262
|
-
}
|
|
263
|
-
useCaseSensitiveFileNames() {
|
|
264
|
-
return this.fs.isCaseSensitive();
|
|
265
|
-
}
|
|
266
|
-
getNewLine() {
|
|
267
|
-
switch (this.options.newLine) {
|
|
268
|
-
case ts.NewLineKind.CarriageReturnLineFeed:
|
|
269
|
-
return "\r\n";
|
|
270
|
-
case ts.NewLineKind.LineFeed:
|
|
271
|
-
return "\n";
|
|
272
|
-
default:
|
|
273
|
-
return EOL;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
fileExists(fileName) {
|
|
277
|
-
const absPath = this.fs.resolve(fileName);
|
|
278
|
-
return this.fs.exists(absPath) && this.fs.stat(absPath).isFile();
|
|
279
|
-
}
|
|
280
|
-
readFile(fileName) {
|
|
281
|
-
const absPath = this.fs.resolve(fileName);
|
|
282
|
-
if (!this.fileExists(absPath)) {
|
|
283
|
-
return void 0;
|
|
284
|
-
}
|
|
285
|
-
return this.fs.readFile(absPath);
|
|
286
|
-
}
|
|
287
|
-
};
|
|
288
|
-
|
|
289
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
290
|
-
var LogicalProjectPath = {
|
|
291
|
-
relativePathBetween: function(from, to) {
|
|
292
|
-
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
293
|
-
return toRelativeImport(relativePath);
|
|
294
|
-
}
|
|
295
|
-
};
|
|
296
|
-
var LogicalFileSystem = class {
|
|
297
|
-
constructor(rootDirs, compilerHost) {
|
|
298
|
-
this.compilerHost = compilerHost;
|
|
299
|
-
this.cache = new Map();
|
|
300
|
-
this.rootDirs = rootDirs.concat([]).sort((a, b) => b.length - a.length);
|
|
301
|
-
this.canonicalRootDirs = this.rootDirs.map((dir) => this.compilerHost.getCanonicalFileName(dir));
|
|
302
|
-
}
|
|
303
|
-
logicalPathOfSf(sf) {
|
|
304
|
-
return this.logicalPathOfFile(absoluteFrom(sf.fileName));
|
|
305
|
-
}
|
|
306
|
-
logicalPathOfFile(physicalFile) {
|
|
307
|
-
const canonicalFilePath = this.compilerHost.getCanonicalFileName(physicalFile);
|
|
308
|
-
if (!this.cache.has(canonicalFilePath)) {
|
|
309
|
-
let logicalFile = null;
|
|
310
|
-
for (let i = 0; i < this.rootDirs.length; i++) {
|
|
311
|
-
const rootDir = this.rootDirs[i];
|
|
312
|
-
const canonicalRootDir = this.canonicalRootDirs[i];
|
|
313
|
-
if (isWithinBasePath(canonicalRootDir, canonicalFilePath)) {
|
|
314
|
-
logicalFile = this.createLogicalProjectPath(physicalFile, rootDir);
|
|
315
|
-
if (logicalFile.indexOf("/node_modules/") !== -1) {
|
|
316
|
-
logicalFile = null;
|
|
317
|
-
} else {
|
|
318
|
-
break;
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
this.cache.set(canonicalFilePath, logicalFile);
|
|
323
|
-
}
|
|
324
|
-
return this.cache.get(canonicalFilePath);
|
|
325
|
-
}
|
|
326
|
-
createLogicalProjectPath(file, rootDir) {
|
|
327
|
-
const logicalPath = stripExtension(file.substr(rootDir.length));
|
|
328
|
-
return logicalPath.startsWith("/") ? logicalPath : "/" + logicalPath;
|
|
329
|
-
}
|
|
330
|
-
};
|
|
331
|
-
function isWithinBasePath(base, path) {
|
|
332
|
-
return isLocalRelativePath(relative(base, path));
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
7
|
+
ConsoleLogger,
|
|
8
|
+
LogLevel
|
|
9
|
+
} from "../chunk-JTYUTYS2.js";
|
|
336
10
|
import {
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
mkdirSync,
|
|
341
|
-
readFileSync,
|
|
342
|
-
readdirSync,
|
|
343
|
-
realpathSync,
|
|
344
|
-
renameSync,
|
|
345
|
-
rmdirSync,
|
|
346
|
-
statSync,
|
|
347
|
-
symlinkSync,
|
|
348
|
-
unlinkSync,
|
|
349
|
-
writeFileSync
|
|
350
|
-
} from "fs";
|
|
351
|
-
import module from "module";
|
|
11
|
+
SourceFile,
|
|
12
|
+
SourceFileLoader
|
|
13
|
+
} from "../chunk-IG72ZKR7.js";
|
|
352
14
|
import {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
resolve
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
375
|
-
join(basePath, ...paths) {
|
|
376
|
-
return this.normalize(join2(basePath, ...paths));
|
|
377
|
-
}
|
|
378
|
-
isRoot(path) {
|
|
379
|
-
return this.dirname(path) === this.normalize(path);
|
|
380
|
-
}
|
|
381
|
-
isRooted(path) {
|
|
382
|
-
return isAbsolute(path);
|
|
383
|
-
}
|
|
384
|
-
relative(from, to) {
|
|
385
|
-
return this.normalize(relative2(from, to));
|
|
386
|
-
}
|
|
387
|
-
basename(filePath, extension) {
|
|
388
|
-
return basename2(filePath, extension);
|
|
389
|
-
}
|
|
390
|
-
extname(path) {
|
|
391
|
-
return extname(path);
|
|
392
|
-
}
|
|
393
|
-
normalize(path) {
|
|
394
|
-
return path.replace(/\\/g, "/");
|
|
395
|
-
}
|
|
396
|
-
};
|
|
397
|
-
var isCommonJS = typeof __filename !== "undefined";
|
|
398
|
-
var currentFileUrl = isCommonJS ? null : __ESM_IMPORT_META_URL__;
|
|
399
|
-
var currentFileName = isCommonJS ? __filename : fileURLToPath(currentFileUrl);
|
|
400
|
-
var NodeJSReadonlyFileSystem = class extends NodeJSPathManipulation {
|
|
401
|
-
constructor() {
|
|
402
|
-
super(...arguments);
|
|
403
|
-
this._caseSensitive = void 0;
|
|
404
|
-
}
|
|
405
|
-
isCaseSensitive() {
|
|
406
|
-
if (this._caseSensitive === void 0) {
|
|
407
|
-
this._caseSensitive = !existsSync(this.normalize(toggleCase(currentFileName)));
|
|
408
|
-
}
|
|
409
|
-
return this._caseSensitive;
|
|
410
|
-
}
|
|
411
|
-
exists(path) {
|
|
412
|
-
return existsSync(path);
|
|
413
|
-
}
|
|
414
|
-
readFile(path) {
|
|
415
|
-
return readFileSync(path, "utf8");
|
|
416
|
-
}
|
|
417
|
-
readFileBuffer(path) {
|
|
418
|
-
return readFileSync(path);
|
|
419
|
-
}
|
|
420
|
-
readdir(path) {
|
|
421
|
-
return readdirSync(path);
|
|
422
|
-
}
|
|
423
|
-
lstat(path) {
|
|
424
|
-
return lstatSync(path);
|
|
425
|
-
}
|
|
426
|
-
stat(path) {
|
|
427
|
-
return statSync(path);
|
|
428
|
-
}
|
|
429
|
-
realpath(path) {
|
|
430
|
-
return this.resolve(realpathSync(path));
|
|
431
|
-
}
|
|
432
|
-
getDefaultLibLocation() {
|
|
433
|
-
const requireFn = isCommonJS ? __require : module.createRequire(currentFileUrl);
|
|
434
|
-
return this.resolve(requireFn.resolve("typescript"), "..");
|
|
435
|
-
}
|
|
436
|
-
};
|
|
437
|
-
var NodeJSFileSystem = class extends NodeJSReadonlyFileSystem {
|
|
438
|
-
writeFile(path, data, exclusive = false) {
|
|
439
|
-
writeFileSync(path, data, exclusive ? { flag: "wx" } : void 0);
|
|
440
|
-
}
|
|
441
|
-
removeFile(path) {
|
|
442
|
-
unlinkSync(path);
|
|
443
|
-
}
|
|
444
|
-
symlink(target, path) {
|
|
445
|
-
symlinkSync(target, path);
|
|
446
|
-
}
|
|
447
|
-
copyFile(from, to) {
|
|
448
|
-
copyFileSync(from, to);
|
|
449
|
-
}
|
|
450
|
-
moveFile(from, to) {
|
|
451
|
-
renameSync(from, to);
|
|
452
|
-
}
|
|
453
|
-
ensureDir(path) {
|
|
454
|
-
const parents = [];
|
|
455
|
-
while (!this.isRoot(path) && !this.exists(path)) {
|
|
456
|
-
parents.push(path);
|
|
457
|
-
path = this.dirname(path);
|
|
458
|
-
}
|
|
459
|
-
while (parents.length) {
|
|
460
|
-
this.safeMkdir(parents.pop());
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
removeDeep(path) {
|
|
464
|
-
rmdirSync(path, { recursive: true });
|
|
465
|
-
}
|
|
466
|
-
safeMkdir(path) {
|
|
467
|
-
try {
|
|
468
|
-
mkdirSync(path);
|
|
469
|
-
} catch (err) {
|
|
470
|
-
if (!this.exists(path) || !this.stat(path).isDirectory()) {
|
|
471
|
-
throw err;
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
};
|
|
476
|
-
function toggleCase(str) {
|
|
477
|
-
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
481
|
-
var ContentOrigin;
|
|
482
|
-
(function(ContentOrigin2) {
|
|
483
|
-
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
484
|
-
ContentOrigin2[ContentOrigin2["Inline"] = 1] = "Inline";
|
|
485
|
-
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
486
|
-
})(ContentOrigin || (ContentOrigin = {}));
|
|
487
|
-
|
|
488
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
489
|
-
import mapHelpers from "convert-source-map";
|
|
490
|
-
import { decode, encode } from "sourcemap-codec";
|
|
491
|
-
|
|
492
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
493
|
-
function compareSegments(a, b) {
|
|
494
|
-
return a.position - b.position;
|
|
495
|
-
}
|
|
496
|
-
function offsetSegment(startOfLinePositions, marker, offset) {
|
|
497
|
-
if (offset === 0) {
|
|
498
|
-
return marker;
|
|
499
|
-
}
|
|
500
|
-
let line = marker.line;
|
|
501
|
-
const position = marker.position + offset;
|
|
502
|
-
while (line < startOfLinePositions.length - 1 && startOfLinePositions[line + 1] <= position) {
|
|
503
|
-
line++;
|
|
504
|
-
}
|
|
505
|
-
while (line > 0 && startOfLinePositions[line] > position) {
|
|
506
|
-
line--;
|
|
507
|
-
}
|
|
508
|
-
const column = position - startOfLinePositions[line];
|
|
509
|
-
return { line, column, position, next: void 0 };
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
513
|
-
function removeSourceMapComments(contents) {
|
|
514
|
-
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
515
|
-
}
|
|
516
|
-
var SourceFile = class {
|
|
517
|
-
constructor(sourcePath, contents, rawMap, sources, fs3) {
|
|
518
|
-
this.sourcePath = sourcePath;
|
|
519
|
-
this.contents = contents;
|
|
520
|
-
this.rawMap = rawMap;
|
|
521
|
-
this.sources = sources;
|
|
522
|
-
this.fs = fs3;
|
|
523
|
-
this.contents = removeSourceMapComments(contents);
|
|
524
|
-
this.startOfLinePositions = computeStartOfLinePositions(this.contents);
|
|
525
|
-
this.flattenedMappings = this.flattenMappings();
|
|
526
|
-
}
|
|
527
|
-
renderFlattenedSourceMap() {
|
|
528
|
-
const sources = new IndexedMap();
|
|
529
|
-
const names = new IndexedSet();
|
|
530
|
-
const mappings = [];
|
|
531
|
-
const sourcePathDir = this.fs.dirname(this.sourcePath);
|
|
532
|
-
const relativeSourcePathCache = new Cache((input) => this.fs.relative(sourcePathDir, input));
|
|
533
|
-
for (const mapping of this.flattenedMappings) {
|
|
534
|
-
const sourceIndex = sources.set(relativeSourcePathCache.get(mapping.originalSource.sourcePath), mapping.originalSource.contents);
|
|
535
|
-
const mappingArray = [
|
|
536
|
-
mapping.generatedSegment.column,
|
|
537
|
-
sourceIndex,
|
|
538
|
-
mapping.originalSegment.line,
|
|
539
|
-
mapping.originalSegment.column
|
|
540
|
-
];
|
|
541
|
-
if (mapping.name !== void 0) {
|
|
542
|
-
const nameIndex = names.add(mapping.name);
|
|
543
|
-
mappingArray.push(nameIndex);
|
|
544
|
-
}
|
|
545
|
-
const line = mapping.generatedSegment.line;
|
|
546
|
-
while (line >= mappings.length) {
|
|
547
|
-
mappings.push([]);
|
|
548
|
-
}
|
|
549
|
-
mappings[line].push(mappingArray);
|
|
550
|
-
}
|
|
551
|
-
const sourceMap = {
|
|
552
|
-
version: 3,
|
|
553
|
-
file: this.fs.relative(sourcePathDir, this.sourcePath),
|
|
554
|
-
sources: sources.keys,
|
|
555
|
-
names: names.values,
|
|
556
|
-
mappings: encode(mappings),
|
|
557
|
-
sourcesContent: sources.values
|
|
558
|
-
};
|
|
559
|
-
return sourceMap;
|
|
560
|
-
}
|
|
561
|
-
getOriginalLocation(line, column) {
|
|
562
|
-
if (this.flattenedMappings.length === 0) {
|
|
563
|
-
return null;
|
|
564
|
-
}
|
|
565
|
-
let position;
|
|
566
|
-
if (line < this.startOfLinePositions.length) {
|
|
567
|
-
position = this.startOfLinePositions[line] + column;
|
|
568
|
-
} else {
|
|
569
|
-
position = this.contents.length;
|
|
570
|
-
}
|
|
571
|
-
const locationSegment = { line, column, position, next: void 0 };
|
|
572
|
-
let mappingIndex = findLastMappingIndexBefore(this.flattenedMappings, locationSegment, false, 0);
|
|
573
|
-
if (mappingIndex < 0) {
|
|
574
|
-
mappingIndex = 0;
|
|
575
|
-
}
|
|
576
|
-
const { originalSegment, originalSource, generatedSegment } = this.flattenedMappings[mappingIndex];
|
|
577
|
-
const offset = locationSegment.position - generatedSegment.position;
|
|
578
|
-
const offsetOriginalSegment = offsetSegment(originalSource.startOfLinePositions, originalSegment, offset);
|
|
579
|
-
return {
|
|
580
|
-
file: originalSource.sourcePath,
|
|
581
|
-
line: offsetOriginalSegment.line,
|
|
582
|
-
column: offsetOriginalSegment.column
|
|
583
|
-
};
|
|
584
|
-
}
|
|
585
|
-
flattenMappings() {
|
|
586
|
-
const mappings = parseMappings(this.rawMap && this.rawMap.map, this.sources, this.startOfLinePositions);
|
|
587
|
-
ensureOriginalSegmentLinks(mappings);
|
|
588
|
-
const flattenedMappings = [];
|
|
589
|
-
for (let mappingIndex = 0; mappingIndex < mappings.length; mappingIndex++) {
|
|
590
|
-
const aToBmapping = mappings[mappingIndex];
|
|
591
|
-
const bSource = aToBmapping.originalSource;
|
|
592
|
-
if (bSource.flattenedMappings.length === 0) {
|
|
593
|
-
flattenedMappings.push(aToBmapping);
|
|
594
|
-
continue;
|
|
595
|
-
}
|
|
596
|
-
const incomingStart = aToBmapping.originalSegment;
|
|
597
|
-
const incomingEnd = incomingStart.next;
|
|
598
|
-
let outgoingStartIndex = findLastMappingIndexBefore(bSource.flattenedMappings, incomingStart, false, 0);
|
|
599
|
-
if (outgoingStartIndex < 0) {
|
|
600
|
-
outgoingStartIndex = 0;
|
|
601
|
-
}
|
|
602
|
-
const outgoingEndIndex = incomingEnd !== void 0 ? findLastMappingIndexBefore(bSource.flattenedMappings, incomingEnd, true, outgoingStartIndex) : bSource.flattenedMappings.length - 1;
|
|
603
|
-
for (let bToCmappingIndex = outgoingStartIndex; bToCmappingIndex <= outgoingEndIndex; bToCmappingIndex++) {
|
|
604
|
-
const bToCmapping = bSource.flattenedMappings[bToCmappingIndex];
|
|
605
|
-
flattenedMappings.push(mergeMappings(this, aToBmapping, bToCmapping));
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
return flattenedMappings;
|
|
609
|
-
}
|
|
610
|
-
};
|
|
611
|
-
function findLastMappingIndexBefore(mappings, marker, exclusive, lowerIndex) {
|
|
612
|
-
let upperIndex = mappings.length - 1;
|
|
613
|
-
const test = exclusive ? -1 : 0;
|
|
614
|
-
if (compareSegments(mappings[lowerIndex].generatedSegment, marker) > test) {
|
|
615
|
-
return -1;
|
|
616
|
-
}
|
|
617
|
-
let matchingIndex = -1;
|
|
618
|
-
while (lowerIndex <= upperIndex) {
|
|
619
|
-
const index = upperIndex + lowerIndex >> 1;
|
|
620
|
-
if (compareSegments(mappings[index].generatedSegment, marker) <= test) {
|
|
621
|
-
matchingIndex = index;
|
|
622
|
-
lowerIndex = index + 1;
|
|
623
|
-
} else {
|
|
624
|
-
upperIndex = index - 1;
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
return matchingIndex;
|
|
628
|
-
}
|
|
629
|
-
function mergeMappings(generatedSource, ab, bc) {
|
|
630
|
-
const name = bc.name || ab.name;
|
|
631
|
-
const diff = compareSegments(bc.generatedSegment, ab.originalSegment);
|
|
632
|
-
if (diff > 0) {
|
|
633
|
-
return {
|
|
634
|
-
name,
|
|
635
|
-
generatedSegment: offsetSegment(generatedSource.startOfLinePositions, ab.generatedSegment, diff),
|
|
636
|
-
originalSource: bc.originalSource,
|
|
637
|
-
originalSegment: bc.originalSegment
|
|
638
|
-
};
|
|
639
|
-
} else {
|
|
640
|
-
return {
|
|
641
|
-
name,
|
|
642
|
-
generatedSegment: ab.generatedSegment,
|
|
643
|
-
originalSource: bc.originalSource,
|
|
644
|
-
originalSegment: offsetSegment(bc.originalSource.startOfLinePositions, bc.originalSegment, -diff)
|
|
645
|
-
};
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
function parseMappings(rawMap, sources, generatedSourceStartOfLinePositions) {
|
|
649
|
-
if (rawMap === null) {
|
|
650
|
-
return [];
|
|
651
|
-
}
|
|
652
|
-
const rawMappings = decode(rawMap.mappings);
|
|
653
|
-
if (rawMappings === null) {
|
|
654
|
-
return [];
|
|
655
|
-
}
|
|
656
|
-
const mappings = [];
|
|
657
|
-
for (let generatedLine = 0; generatedLine < rawMappings.length; generatedLine++) {
|
|
658
|
-
const generatedLineMappings = rawMappings[generatedLine];
|
|
659
|
-
for (const rawMapping of generatedLineMappings) {
|
|
660
|
-
if (rawMapping.length >= 4) {
|
|
661
|
-
const originalSource = sources[rawMapping[1]];
|
|
662
|
-
if (originalSource === null || originalSource === void 0) {
|
|
663
|
-
continue;
|
|
664
|
-
}
|
|
665
|
-
const generatedColumn = rawMapping[0];
|
|
666
|
-
const name = rawMapping.length === 5 ? rawMap.names[rawMapping[4]] : void 0;
|
|
667
|
-
const line = rawMapping[2];
|
|
668
|
-
const column = rawMapping[3];
|
|
669
|
-
const generatedSegment = {
|
|
670
|
-
line: generatedLine,
|
|
671
|
-
column: generatedColumn,
|
|
672
|
-
position: generatedSourceStartOfLinePositions[generatedLine] + generatedColumn,
|
|
673
|
-
next: void 0
|
|
674
|
-
};
|
|
675
|
-
const originalSegment = {
|
|
676
|
-
line,
|
|
677
|
-
column,
|
|
678
|
-
position: originalSource.startOfLinePositions[line] + column,
|
|
679
|
-
next: void 0
|
|
680
|
-
};
|
|
681
|
-
mappings.push({ name, generatedSegment, originalSegment, originalSource });
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
return mappings;
|
|
686
|
-
}
|
|
687
|
-
function extractOriginalSegments(mappings) {
|
|
688
|
-
const originalSegments = new Map();
|
|
689
|
-
for (const mapping of mappings) {
|
|
690
|
-
const originalSource = mapping.originalSource;
|
|
691
|
-
if (!originalSegments.has(originalSource)) {
|
|
692
|
-
originalSegments.set(originalSource, []);
|
|
693
|
-
}
|
|
694
|
-
const segments = originalSegments.get(originalSource);
|
|
695
|
-
segments.push(mapping.originalSegment);
|
|
696
|
-
}
|
|
697
|
-
originalSegments.forEach((segmentMarkers) => segmentMarkers.sort(compareSegments));
|
|
698
|
-
return originalSegments;
|
|
699
|
-
}
|
|
700
|
-
function ensureOriginalSegmentLinks(mappings) {
|
|
701
|
-
const segmentsBySource = extractOriginalSegments(mappings);
|
|
702
|
-
segmentsBySource.forEach((markers) => {
|
|
703
|
-
for (let i = 0; i < markers.length - 1; i++) {
|
|
704
|
-
markers[i].next = markers[i + 1];
|
|
705
|
-
}
|
|
706
|
-
});
|
|
707
|
-
}
|
|
708
|
-
function computeStartOfLinePositions(str) {
|
|
709
|
-
const NEWLINE_MARKER_OFFSET = 1;
|
|
710
|
-
const lineLengths = computeLineLengths(str);
|
|
711
|
-
const startPositions = [0];
|
|
712
|
-
for (let i = 0; i < lineLengths.length - 1; i++) {
|
|
713
|
-
startPositions.push(startPositions[i] + lineLengths[i] + NEWLINE_MARKER_OFFSET);
|
|
714
|
-
}
|
|
715
|
-
return startPositions;
|
|
716
|
-
}
|
|
717
|
-
function computeLineLengths(str) {
|
|
718
|
-
return str.split(/\n/).map((s) => s.length);
|
|
719
|
-
}
|
|
720
|
-
var IndexedMap = class {
|
|
721
|
-
constructor() {
|
|
722
|
-
this.map = new Map();
|
|
723
|
-
this.keys = [];
|
|
724
|
-
this.values = [];
|
|
725
|
-
}
|
|
726
|
-
set(key, value) {
|
|
727
|
-
if (this.map.has(key)) {
|
|
728
|
-
return this.map.get(key);
|
|
729
|
-
}
|
|
730
|
-
const index = this.values.push(value) - 1;
|
|
731
|
-
this.keys.push(key);
|
|
732
|
-
this.map.set(key, index);
|
|
733
|
-
return index;
|
|
734
|
-
}
|
|
735
|
-
};
|
|
736
|
-
var IndexedSet = class {
|
|
737
|
-
constructor() {
|
|
738
|
-
this.map = new Map();
|
|
739
|
-
this.values = [];
|
|
740
|
-
}
|
|
741
|
-
add(value) {
|
|
742
|
-
if (this.map.has(value)) {
|
|
743
|
-
return this.map.get(value);
|
|
744
|
-
}
|
|
745
|
-
const index = this.values.push(value) - 1;
|
|
746
|
-
this.map.set(value, index);
|
|
747
|
-
return index;
|
|
748
|
-
}
|
|
749
|
-
};
|
|
750
|
-
var Cache = class {
|
|
751
|
-
constructor(computeFn) {
|
|
752
|
-
this.computeFn = computeFn;
|
|
753
|
-
this.map = new Map();
|
|
754
|
-
}
|
|
755
|
-
get(input) {
|
|
756
|
-
if (!this.map.has(input)) {
|
|
757
|
-
this.map.set(input, this.computeFn(input));
|
|
758
|
-
}
|
|
759
|
-
return this.map.get(input);
|
|
760
|
-
}
|
|
761
|
-
};
|
|
762
|
-
|
|
763
|
-
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
764
|
-
import mapHelpers2 from "convert-source-map";
|
|
765
|
-
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
766
|
-
var SourceFileLoader = class {
|
|
767
|
-
constructor(fs3, logger, schemeMap) {
|
|
768
|
-
this.fs = fs3;
|
|
769
|
-
this.logger = logger;
|
|
770
|
-
this.schemeMap = schemeMap;
|
|
771
|
-
this.currentPaths = [];
|
|
772
|
-
}
|
|
773
|
-
loadSourceFile(sourcePath, contents = null, mapAndPath = null) {
|
|
774
|
-
const contentsOrigin = contents !== null ? ContentOrigin.Provided : ContentOrigin.FileSystem;
|
|
775
|
-
const sourceMapInfo = mapAndPath && __spreadValues({ origin: ContentOrigin.Provided }, mapAndPath);
|
|
776
|
-
return this.loadSourceFileInternal(sourcePath, contents, contentsOrigin, sourceMapInfo);
|
|
777
|
-
}
|
|
778
|
-
loadSourceFileInternal(sourcePath, contents, sourceOrigin, sourceMapInfo) {
|
|
779
|
-
const previousPaths = this.currentPaths.slice();
|
|
780
|
-
try {
|
|
781
|
-
if (contents === null) {
|
|
782
|
-
if (!this.fs.exists(sourcePath)) {
|
|
783
|
-
return null;
|
|
784
|
-
}
|
|
785
|
-
contents = this.readSourceFile(sourcePath);
|
|
786
|
-
}
|
|
787
|
-
if (sourceMapInfo === null) {
|
|
788
|
-
sourceMapInfo = this.loadSourceMap(sourcePath, contents, sourceOrigin);
|
|
789
|
-
}
|
|
790
|
-
let sources = [];
|
|
791
|
-
if (sourceMapInfo !== null) {
|
|
792
|
-
const basePath = sourceMapInfo.mapPath || sourcePath;
|
|
793
|
-
sources = this.processSources(basePath, sourceMapInfo);
|
|
794
|
-
}
|
|
795
|
-
return new SourceFile(sourcePath, contents, sourceMapInfo, sources, this.fs);
|
|
796
|
-
} catch (e) {
|
|
797
|
-
this.logger.warn(`Unable to fully load ${sourcePath} for source-map flattening: ${e.message}`);
|
|
798
|
-
return null;
|
|
799
|
-
} finally {
|
|
800
|
-
this.currentPaths = previousPaths;
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
loadSourceMap(sourcePath, sourceContents, sourceOrigin) {
|
|
804
|
-
const lastLine = this.getLastNonEmptyLine(sourceContents);
|
|
805
|
-
const inline = mapHelpers2.commentRegex.exec(lastLine);
|
|
806
|
-
if (inline !== null) {
|
|
807
|
-
return {
|
|
808
|
-
map: mapHelpers2.fromComment(inline.pop()).sourcemap,
|
|
809
|
-
mapPath: null,
|
|
810
|
-
origin: ContentOrigin.Inline
|
|
811
|
-
};
|
|
812
|
-
}
|
|
813
|
-
if (sourceOrigin === ContentOrigin.Inline) {
|
|
814
|
-
return null;
|
|
815
|
-
}
|
|
816
|
-
const external = mapHelpers2.mapFileCommentRegex.exec(lastLine);
|
|
817
|
-
if (external) {
|
|
818
|
-
try {
|
|
819
|
-
const fileName = external[1] || external[2];
|
|
820
|
-
const externalMapPath = this.fs.resolve(this.fs.dirname(sourcePath), fileName);
|
|
821
|
-
return {
|
|
822
|
-
map: this.readRawSourceMap(externalMapPath),
|
|
823
|
-
mapPath: externalMapPath,
|
|
824
|
-
origin: ContentOrigin.FileSystem
|
|
825
|
-
};
|
|
826
|
-
} catch (e) {
|
|
827
|
-
this.logger.warn(`Unable to fully load ${sourcePath} for source-map flattening: ${e.message}`);
|
|
828
|
-
return null;
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
const impliedMapPath = this.fs.resolve(sourcePath + ".map");
|
|
832
|
-
if (this.fs.exists(impliedMapPath)) {
|
|
833
|
-
return {
|
|
834
|
-
map: this.readRawSourceMap(impliedMapPath),
|
|
835
|
-
mapPath: impliedMapPath,
|
|
836
|
-
origin: ContentOrigin.FileSystem
|
|
837
|
-
};
|
|
838
|
-
}
|
|
839
|
-
return null;
|
|
840
|
-
}
|
|
841
|
-
processSources(basePath, { map, origin: sourceMapOrigin }) {
|
|
842
|
-
const sourceRoot = this.fs.resolve(this.fs.dirname(basePath), this.replaceSchemeWithPath(map.sourceRoot || ""));
|
|
843
|
-
return map.sources.map((source, index) => {
|
|
844
|
-
const path = this.fs.resolve(sourceRoot, this.replaceSchemeWithPath(source));
|
|
845
|
-
const content = map.sourcesContent && map.sourcesContent[index] || null;
|
|
846
|
-
const sourceOrigin = content !== null && sourceMapOrigin !== ContentOrigin.Provided ? ContentOrigin.Inline : ContentOrigin.FileSystem;
|
|
847
|
-
return this.loadSourceFileInternal(path, content, sourceOrigin, null);
|
|
848
|
-
});
|
|
849
|
-
}
|
|
850
|
-
readSourceFile(sourcePath) {
|
|
851
|
-
this.trackPath(sourcePath);
|
|
852
|
-
return this.fs.readFile(sourcePath);
|
|
853
|
-
}
|
|
854
|
-
readRawSourceMap(mapPath) {
|
|
855
|
-
this.trackPath(mapPath);
|
|
856
|
-
return JSON.parse(this.fs.readFile(mapPath));
|
|
857
|
-
}
|
|
858
|
-
trackPath(path) {
|
|
859
|
-
if (this.currentPaths.includes(path)) {
|
|
860
|
-
throw new Error(`Circular source file mapping dependency: ${this.currentPaths.join(" -> ")} -> ${path}`);
|
|
861
|
-
}
|
|
862
|
-
this.currentPaths.push(path);
|
|
863
|
-
}
|
|
864
|
-
getLastNonEmptyLine(contents) {
|
|
865
|
-
let trailingWhitespaceIndex = contents.length - 1;
|
|
866
|
-
while (trailingWhitespaceIndex > 0 && (contents[trailingWhitespaceIndex] === "\n" || contents[trailingWhitespaceIndex] === "\r")) {
|
|
867
|
-
trailingWhitespaceIndex--;
|
|
868
|
-
}
|
|
869
|
-
let lastRealLineIndex = contents.lastIndexOf("\n", trailingWhitespaceIndex - 1);
|
|
870
|
-
if (lastRealLineIndex === -1) {
|
|
871
|
-
lastRealLineIndex = 0;
|
|
872
|
-
}
|
|
873
|
-
return contents.substr(lastRealLineIndex + 1);
|
|
874
|
-
}
|
|
875
|
-
replaceSchemeWithPath(path) {
|
|
876
|
-
return path.replace(SCHEME_MATCHER, (_, scheme) => this.schemeMap[scheme.toLowerCase()] || "");
|
|
877
|
-
}
|
|
878
|
-
};
|
|
15
|
+
LogicalFileSystem,
|
|
16
|
+
LogicalProjectPath,
|
|
17
|
+
NgtscCompilerHost,
|
|
18
|
+
NodeJSFileSystem,
|
|
19
|
+
absoluteFrom,
|
|
20
|
+
absoluteFromSourceFile,
|
|
21
|
+
basename,
|
|
22
|
+
dirname,
|
|
23
|
+
getFileSystem,
|
|
24
|
+
getSourceFileOrError,
|
|
25
|
+
isLocalRelativePath,
|
|
26
|
+
isRoot,
|
|
27
|
+
isRooted,
|
|
28
|
+
join,
|
|
29
|
+
relative,
|
|
30
|
+
relativeFrom,
|
|
31
|
+
resolve,
|
|
32
|
+
setFileSystem,
|
|
33
|
+
toRelativeImport
|
|
34
|
+
} from "../chunk-DLQQUCPJ.js";
|
|
35
|
+
import "../chunk-5VGHS4A4.js";
|
|
879
36
|
export {
|
|
880
37
|
ConsoleLogger,
|
|
881
38
|
LogLevel,
|