@angular/compiler-cli 15.2.0 → 15.2.1
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-6ZJFIQBG.js → chunk-2NLFVEGY.js} +7 -7
- package/bundles/{chunk-P6SWFK2U.js → chunk-5WBIJMZH.js} +5 -5
- package/bundles/{chunk-2PLRZDNU.js → chunk-7GNUPQOI.js} +31 -31
- package/bundles/{chunk-7DUI3BSX.js → chunk-B57SP4JB.js} +2 -2
- package/bundles/{chunk-QRHWLC7U.js → chunk-IJECERTO.js} +10 -10
- package/bundles/{chunk-ZCBRXUPO.js → chunk-IYYB2HTK.js} +21 -21
- package/bundles/{chunk-YRDMG3GM.js → chunk-K7P4IHT5.js} +4 -4
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-PKSKJEUS.js → chunk-P5LISIUG.js} +90 -81
- package/bundles/{chunk-PKSKJEUS.js.map → chunk-P5LISIUG.js.map} +1 -1
- package/bundles/{chunk-MLCT4AWL.js → chunk-PKXB2WOZ.js} +40 -40
- package/bundles/{chunk-2OF2AI57.js → chunk-RMPM4VAI.js} +95 -95
- package/bundles/{chunk-EC5K6QPP.js → chunk-TBUSSXUA.js} +7 -7
- package/bundles/{chunk-J3L7WZP3.js → chunk-TGEKDMUX.js} +5 -5
- package/bundles/{chunk-NXCQCU6C.js → chunk-WN75SNW4.js} +71 -71
- package/bundles/{chunk-NJMZRTB6.js → chunk-YZWN2KWE.js} +5 -5
- package/bundles/{chunk-O4JLZZWJ.js → chunk-ZF3IVDQ2.js} +6 -6
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -1
- /package/bundles/{chunk-6ZJFIQBG.js.map → chunk-2NLFVEGY.js.map} +0 -0
- /package/bundles/{chunk-P6SWFK2U.js.map → chunk-5WBIJMZH.js.map} +0 -0
- /package/bundles/{chunk-2PLRZDNU.js.map → chunk-7GNUPQOI.js.map} +0 -0
- /package/bundles/{chunk-7DUI3BSX.js.map → chunk-B57SP4JB.js.map} +0 -0
- /package/bundles/{chunk-QRHWLC7U.js.map → chunk-IJECERTO.js.map} +0 -0
- /package/bundles/{chunk-ZCBRXUPO.js.map → chunk-IYYB2HTK.js.map} +0 -0
- /package/bundles/{chunk-YRDMG3GM.js.map → chunk-K7P4IHT5.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-MLCT4AWL.js.map → chunk-PKXB2WOZ.js.map} +0 -0
- /package/bundles/{chunk-2OF2AI57.js.map → chunk-RMPM4VAI.js.map} +0 -0
- /package/bundles/{chunk-EC5K6QPP.js.map → chunk-TBUSSXUA.js.map} +0 -0
- /package/bundles/{chunk-J3L7WZP3.js.map → chunk-TGEKDMUX.js.map} +0 -0
- /package/bundles/{chunk-NXCQCU6C.js.map → chunk-WN75SNW4.js.map} +0 -0
- /package/bundles/{chunk-NJMZRTB6.js.map → chunk-YZWN2KWE.js.map} +0 -0
- /package/bundles/{chunk-O4JLZZWJ.js.map → chunk-ZF3IVDQ2.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
__require
|
|
7
7
|
} from "./chunk-SRFZMXHZ.js";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
10
10
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
11
11
|
function normalizeSeparators(path) {
|
|
12
12
|
return path.replace(/\\/g, "/");
|
|
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
22
22
|
return sf;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
26
26
|
var InvalidFileSystem = class {
|
|
27
27
|
exists(path) {
|
|
28
28
|
throw makeError();
|
|
@@ -110,7 +110,7 @@ function makeError() {
|
|
|
110
110
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
// bazel-out/
|
|
113
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
114
114
|
var fs = new InvalidFileSystem();
|
|
115
115
|
function getFileSystem() {
|
|
116
116
|
return fs;
|
|
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
|
|
|
167
167
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
// bazel-out/
|
|
170
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
171
171
|
import * as os from "os";
|
|
172
172
|
import ts from "typescript";
|
|
173
173
|
var NgtscCompilerHost = class {
|
|
@@ -225,7 +225,7 @@ var NgtscCompilerHost = class {
|
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
// bazel-out/
|
|
228
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
229
229
|
var LogicalProjectPath = {
|
|
230
230
|
relativePathBetween: function(from, to) {
|
|
231
231
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -271,7 +271,7 @@ function isWithinBasePath(base, path) {
|
|
|
271
271
|
return isLocalRelativePath(relative(base, path));
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
275
275
|
import fs2 from "fs";
|
|
276
276
|
import module from "module";
|
|
277
277
|
import * as p from "path";
|
|
@@ -407,4 +407,4 @@ export {
|
|
|
407
407
|
* Use of this source code is governed by an MIT-style license that can be
|
|
408
408
|
* found in the LICENSE file at https://angular.io/license
|
|
409
409
|
*/
|
|
410
|
-
//# sourceMappingURL=chunk-
|
|
410
|
+
//# sourceMappingURL=chunk-TBUSSXUA.js.map
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
TypeScriptReflectionHost
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZF3IVDQ2.js";
|
|
8
8
|
import {
|
|
9
9
|
isAliasImportDeclaration,
|
|
10
10
|
loadIsReferencedAliasDeclarationPatch
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-IYYB2HTK.js";
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
14
14
|
import ts from "typescript";
|
|
15
15
|
function isAngularDecorator(decorator, isCore) {
|
|
16
16
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
@@ -341,7 +341,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
341
341
|
return ts.setOriginalNode(clone, node);
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
// bazel-out/
|
|
344
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
345
345
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
346
346
|
ngDevMode: false,
|
|
347
347
|
ngI18nClosureMode: false
|
|
@@ -375,4 +375,4 @@ export {
|
|
|
375
375
|
* Use of this source code is governed by an MIT-style license that can be
|
|
376
376
|
* found in the LICENSE file at https://angular.io/license
|
|
377
377
|
*/
|
|
378
|
-
//# sourceMappingURL=chunk-
|
|
378
|
+
//# sourceMappingURL=chunk-TGEKDMUX.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ImportGraph,
|
|
8
8
|
isShim,
|
|
9
9
|
readConfiguration
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RMPM4VAI.js";
|
|
11
11
|
import {
|
|
12
12
|
CompilationMode,
|
|
13
13
|
ComponentDecoratorHandler,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
TypeCheckScopeRegistry,
|
|
33
33
|
forwardRefResolver,
|
|
34
34
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-P5LISIUG.js";
|
|
36
36
|
import {
|
|
37
37
|
ClassMemberKind,
|
|
38
38
|
KnownDeclaration,
|
|
@@ -43,20 +43,20 @@ import {
|
|
|
43
43
|
isNamedFunctionDeclaration,
|
|
44
44
|
isNamedVariableDeclaration,
|
|
45
45
|
reflectObjectLiteral
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-ZF3IVDQ2.js";
|
|
47
47
|
import {
|
|
48
48
|
ConsoleLogger,
|
|
49
49
|
LogLevel
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-LYJKWJUC.js";
|
|
51
51
|
import {
|
|
52
52
|
ContentOrigin,
|
|
53
53
|
SourceFileLoader
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-2NLFVEGY.js";
|
|
55
55
|
import {
|
|
56
56
|
ImportManager,
|
|
57
57
|
translateStatement,
|
|
58
58
|
translateType
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-IJECERTO.js";
|
|
60
60
|
import {
|
|
61
61
|
AbsoluteModuleStrategy,
|
|
62
62
|
LocalIdentifierStrategy,
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
isSymbolWithValueDeclaration,
|
|
75
75
|
replaceTsWithNgInErrors,
|
|
76
76
|
validateAndRewriteCoreSymbol
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-IYYB2HTK.js";
|
|
78
78
|
import {
|
|
79
79
|
LogicalFileSystem,
|
|
80
80
|
NgtscCompilerHost,
|
|
@@ -86,21 +86,21 @@ import {
|
|
|
86
86
|
isRooted,
|
|
87
87
|
relative,
|
|
88
88
|
toRelativeImport
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-TBUSSXUA.js";
|
|
90
90
|
import {
|
|
91
91
|
NOOP_PERF_RECORDER
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-YZWN2KWE.js";
|
|
93
93
|
|
|
94
|
-
// bazel-out/
|
|
94
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
95
95
|
import ts23 from "typescript";
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
98
98
|
import ts7 from "typescript";
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
101
101
|
import ts6 from "typescript";
|
|
102
102
|
|
|
103
|
-
// bazel-out/
|
|
103
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
|
|
104
104
|
import ts from "typescript";
|
|
105
105
|
function isDefined(value) {
|
|
106
106
|
return value !== void 0 && value !== null;
|
|
@@ -191,7 +191,7 @@ function isExportObject(thing) {
|
|
|
191
191
|
return typeof thing === "object" && thing !== null && !Array.isArray(thing);
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
// bazel-out/
|
|
194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
|
|
195
195
|
import ts2 from "typescript";
|
|
196
196
|
function findNamespaceOfIdentifier(id) {
|
|
197
197
|
return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
|
|
@@ -277,10 +277,10 @@ function skipAliases(node) {
|
|
|
277
277
|
return node;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
// bazel-out/
|
|
280
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
281
281
|
import ts4 from "typescript";
|
|
282
282
|
|
|
283
|
-
// bazel-out/
|
|
283
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
|
|
284
284
|
function isWithinPackage(packagePath, filePath) {
|
|
285
285
|
const relativePath = relative(packagePath, filePath);
|
|
286
286
|
return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
|
|
@@ -295,13 +295,13 @@ var NoopDependencyTracker = class {
|
|
|
295
295
|
};
|
|
296
296
|
var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
|
|
297
297
|
|
|
298
|
-
// bazel-out/
|
|
298
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
|
|
299
299
|
import ts3 from "typescript";
|
|
300
300
|
function stripParentheses(node) {
|
|
301
301
|
return ts3.isParenthesizedExpression(node) ? node.expression : node;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
// bazel-out/
|
|
304
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
|
|
305
305
|
var DECORATORS = "decorators";
|
|
306
306
|
var PROP_DECORATORS = "propDecorators";
|
|
307
307
|
var CONSTRUCTOR = "__constructor";
|
|
@@ -1530,7 +1530,7 @@ function getOuterNodeFromInnerDeclaration(node) {
|
|
|
1530
1530
|
return outerNode;
|
|
1531
1531
|
}
|
|
1532
1532
|
|
|
1533
|
-
// bazel-out/
|
|
1533
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
|
|
1534
1534
|
import ts5 from "typescript";
|
|
1535
1535
|
var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
|
|
1536
1536
|
getBaseClassExpression(clazz) {
|
|
@@ -1864,7 +1864,7 @@ function getIifeFn(classSymbol) {
|
|
|
1864
1864
|
return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
-
// bazel-out/
|
|
1867
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
|
|
1868
1868
|
var UmdReflectionHost = class extends Esm5ReflectionHost {
|
|
1869
1869
|
constructor(logger, isCore, src, dts = null) {
|
|
1870
1870
|
super(logger, isCore, src, dts);
|
|
@@ -2364,7 +2364,7 @@ function isExportsIdentifier(node) {
|
|
|
2364
2364
|
return ts6.isIdentifier(node) && node.text === "exports";
|
|
2365
2365
|
}
|
|
2366
2366
|
|
|
2367
|
-
// bazel-out/
|
|
2367
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
|
|
2368
2368
|
var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
|
|
2369
2369
|
var NO_ENTRY_POINT = "no-entry-point";
|
|
2370
2370
|
var IGNORED_ENTRY_POINT = "ignored-entry-point";
|
|
@@ -2539,7 +2539,7 @@ function getRepositoryUrl(packageJson) {
|
|
|
2539
2539
|
return packageJson.repository.url;
|
|
2540
2540
|
}
|
|
2541
2541
|
|
|
2542
|
-
// bazel-out/
|
|
2542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
|
|
2543
2543
|
var DtsProcessing;
|
|
2544
2544
|
(function(DtsProcessing2) {
|
|
2545
2545
|
DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
|
|
@@ -2548,7 +2548,7 @@ var DtsProcessing;
|
|
|
2548
2548
|
})(DtsProcessing || (DtsProcessing = {}));
|
|
2549
2549
|
var TaskDependencies = Map;
|
|
2550
2550
|
|
|
2551
|
-
// bazel-out/
|
|
2551
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
|
|
2552
2552
|
import ts8 from "typescript";
|
|
2553
2553
|
function adjustElementAccessExports(sourceText) {
|
|
2554
2554
|
if (!/exports\[["']/.test(sourceText)) {
|
|
@@ -2585,10 +2585,10 @@ function isJsIdentifier(text) {
|
|
|
2585
2585
|
return identifierPattern.test(text);
|
|
2586
2586
|
}
|
|
2587
2587
|
|
|
2588
|
-
// bazel-out/
|
|
2588
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2589
2589
|
import ts10 from "typescript";
|
|
2590
2590
|
|
|
2591
|
-
// bazel-out/
|
|
2591
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
|
|
2592
2592
|
import ts9 from "typescript";
|
|
2593
2593
|
function patchTsGetExpandoInitializer() {
|
|
2594
2594
|
if (isTs31778GetExpandoInitializerFixed()) {
|
|
@@ -2693,7 +2693,7 @@ function makeUnsupportedTypeScriptError() {
|
|
|
2693
2693
|
return new Error("The TypeScript version used is not supported by ngcc.");
|
|
2694
2694
|
}
|
|
2695
2695
|
|
|
2696
|
-
// bazel-out/
|
|
2696
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
|
|
2697
2697
|
function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
|
|
2698
2698
|
const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
|
|
2699
2699
|
let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
|
|
@@ -2723,7 +2723,7 @@ function findR3SymbolsPath(fs, directory, filename) {
|
|
|
2723
2723
|
return null;
|
|
2724
2724
|
}
|
|
2725
2725
|
|
|
2726
|
-
// bazel-out/
|
|
2726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
|
|
2727
2727
|
import ts11 from "typescript";
|
|
2728
2728
|
var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
|
|
2729
2729
|
constructor(fs, options, cache, moduleResolutionCache, packagePath) {
|
|
@@ -2768,7 +2768,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
|
|
|
2768
2768
|
}
|
|
2769
2769
|
};
|
|
2770
2770
|
|
|
2771
|
-
// bazel-out/
|
|
2771
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
|
|
2772
2772
|
import ts12 from "typescript";
|
|
2773
2773
|
var SharedFileCache = class {
|
|
2774
2774
|
constructor(fs) {
|
|
@@ -2871,7 +2871,7 @@ function createModuleResolutionCache(fs) {
|
|
|
2871
2871
|
});
|
|
2872
2872
|
}
|
|
2873
2873
|
|
|
2874
|
-
// bazel-out/
|
|
2874
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
|
|
2875
2875
|
function createSourceTextProcessor(format) {
|
|
2876
2876
|
if (format === "umd" || format === "commonjs") {
|
|
2877
2877
|
return adjustElementAccessExports;
|
|
@@ -2920,13 +2920,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
|
|
|
2920
2920
|
return additionalFiles;
|
|
2921
2921
|
}
|
|
2922
2922
|
|
|
2923
|
-
// bazel-out/
|
|
2923
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
2924
2924
|
import ts22 from "typescript";
|
|
2925
2925
|
|
|
2926
|
-
// bazel-out/
|
|
2926
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
2927
2927
|
import { ConstantPool } from "@angular/compiler";
|
|
2928
2928
|
|
|
2929
|
-
// bazel-out/
|
|
2929
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
|
|
2930
2930
|
import ts13 from "typescript";
|
|
2931
2931
|
function isClassDeclaration(clazz) {
|
|
2932
2932
|
return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
|
|
@@ -3009,7 +3009,7 @@ function reifySourceFile(expr) {
|
|
|
3009
3009
|
return stmt.declarationList.declarations[0].initializer;
|
|
3010
3010
|
}
|
|
3011
3011
|
|
|
3012
|
-
// bazel-out/
|
|
3012
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
|
|
3013
3013
|
var MissingInjectableMigration = class {
|
|
3014
3014
|
apply(clazz, host) {
|
|
3015
3015
|
const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
|
|
@@ -3114,7 +3114,7 @@ function getAngularCoreDecoratorName(decorator) {
|
|
|
3114
3114
|
return decorator.import.name;
|
|
3115
3115
|
}
|
|
3116
3116
|
|
|
3117
|
-
// bazel-out/
|
|
3117
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
|
|
3118
3118
|
var UndecoratedChildMigration = class {
|
|
3119
3119
|
apply(clazz, host) {
|
|
3120
3120
|
const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
|
|
@@ -3149,7 +3149,7 @@ var UndecoratedChildMigration = class {
|
|
|
3149
3149
|
}
|
|
3150
3150
|
};
|
|
3151
3151
|
|
|
3152
|
-
// bazel-out/
|
|
3152
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
|
|
3153
3153
|
var UndecoratedParentMigration = class {
|
|
3154
3154
|
apply(clazz, host) {
|
|
3155
3155
|
if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
|
|
@@ -3182,7 +3182,7 @@ function determineBaseClass(clazz, host) {
|
|
|
3182
3182
|
return baseClass;
|
|
3183
3183
|
}
|
|
3184
3184
|
|
|
3185
|
-
// bazel-out/
|
|
3185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
|
|
3186
3186
|
import ts14 from "typescript";
|
|
3187
3187
|
var DefaultMigrationHost = class {
|
|
3188
3188
|
constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
|
|
@@ -3242,7 +3242,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
|
|
|
3242
3242
|
return clone;
|
|
3243
3243
|
}
|
|
3244
3244
|
|
|
3245
|
-
// bazel-out/
|
|
3245
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
|
|
3246
3246
|
var NgccTraitCompiler = class extends TraitCompiler {
|
|
3247
3247
|
constructor(handlers, ngccReflector) {
|
|
3248
3248
|
super(
|
|
@@ -3297,10 +3297,10 @@ var NoIncrementalBuild = class {
|
|
|
3297
3297
|
}
|
|
3298
3298
|
};
|
|
3299
3299
|
|
|
3300
|
-
// bazel-out/
|
|
3300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
|
|
3301
3301
|
var DecorationAnalyses = Map;
|
|
3302
3302
|
|
|
3303
|
-
// bazel-out/
|
|
3303
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
|
|
3304
3304
|
var NgccResourceLoader = class {
|
|
3305
3305
|
constructor(fs) {
|
|
3306
3306
|
this.fs = fs;
|
|
@@ -3522,7 +3522,7 @@ var DecorationAnalyzer = class {
|
|
|
3522
3522
|
}
|
|
3523
3523
|
};
|
|
3524
3524
|
|
|
3525
|
-
// bazel-out/
|
|
3525
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
|
|
3526
3526
|
import ts15 from "typescript";
|
|
3527
3527
|
var ModuleWithProvidersAnalyses = Map;
|
|
3528
3528
|
var ModuleWithProvidersAnalyzer = class {
|
|
@@ -3661,7 +3661,7 @@ function isAnyKeyword(typeParam) {
|
|
|
3661
3661
|
return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
|
-
// bazel-out/
|
|
3664
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
|
|
3665
3665
|
var NgccReferencesRegistry = class {
|
|
3666
3666
|
constructor(host) {
|
|
3667
3667
|
this.host = host;
|
|
@@ -3682,7 +3682,7 @@ var NgccReferencesRegistry = class {
|
|
|
3682
3682
|
}
|
|
3683
3683
|
};
|
|
3684
3684
|
|
|
3685
|
-
// bazel-out/
|
|
3685
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
|
|
3686
3686
|
var PrivateDeclarationsAnalyzer = class {
|
|
3687
3687
|
constructor(host, referencesRegistry) {
|
|
3688
3688
|
this.host = host;
|
|
@@ -3723,7 +3723,7 @@ var PrivateDeclarationsAnalyzer = class {
|
|
|
3723
3723
|
}
|
|
3724
3724
|
};
|
|
3725
3725
|
|
|
3726
|
-
// bazel-out/
|
|
3726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
|
|
3727
3727
|
import ts16 from "typescript";
|
|
3728
3728
|
var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
3729
3729
|
constructor(logger, isCore, src, dts = null) {
|
|
@@ -3887,7 +3887,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
|
|
|
3887
3887
|
}
|
|
3888
3888
|
};
|
|
3889
3889
|
|
|
3890
|
-
// bazel-out/
|
|
3890
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
|
|
3891
3891
|
var DelegatingReflectionHost = class {
|
|
3892
3892
|
constructor(tsHost, ngccHost) {
|
|
3893
3893
|
this.tsHost = tsHost;
|
|
@@ -4008,16 +4008,16 @@ var DelegatingReflectionHost = class {
|
|
|
4008
4008
|
}
|
|
4009
4009
|
};
|
|
4010
4010
|
|
|
4011
|
-
// bazel-out/
|
|
4011
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4012
4012
|
import ts19 from "typescript";
|
|
4013
4013
|
|
|
4014
|
-
// bazel-out/
|
|
4014
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4015
4015
|
import ts18 from "typescript";
|
|
4016
4016
|
|
|
4017
|
-
// bazel-out/
|
|
4017
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
4018
4018
|
import ts17 from "typescript";
|
|
4019
4019
|
|
|
4020
|
-
// bazel-out/
|
|
4020
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
|
|
4021
4021
|
var NgccFlatImportRewriter = class {
|
|
4022
4022
|
shouldImportSymbol(symbol, specifier) {
|
|
4023
4023
|
if (specifier === "@angular/core") {
|
|
@@ -4038,7 +4038,7 @@ var NgccFlatImportRewriter = class {
|
|
|
4038
4038
|
}
|
|
4039
4039
|
};
|
|
4040
4040
|
|
|
4041
|
-
// bazel-out/
|
|
4041
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
|
|
4042
4042
|
function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
|
|
4043
4043
|
if (isCore && isFlat) {
|
|
4044
4044
|
return new NgccFlatImportRewriter();
|
|
@@ -4052,7 +4052,7 @@ function stripExtension2(filePath) {
|
|
|
4052
4052
|
return filePath.replace(/\.(js|d\.ts)$/, "");
|
|
4053
4053
|
}
|
|
4054
4054
|
|
|
4055
|
-
// bazel-out/
|
|
4055
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
|
|
4056
4056
|
var EsmRenderingFormatter = class {
|
|
4057
4057
|
constructor(fs, host, isCore) {
|
|
4058
4058
|
this.fs = fs;
|
|
@@ -4212,7 +4212,7 @@ function getEndExceptSemicolon(statement) {
|
|
|
4212
4212
|
return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
|
|
4213
4213
|
}
|
|
4214
4214
|
|
|
4215
|
-
// bazel-out/
|
|
4215
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
|
|
4216
4216
|
var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
|
|
4217
4217
|
addDefinitions(output, compiledClass, definitions) {
|
|
4218
4218
|
const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
|
|
@@ -4240,7 +4240,7 @@ Expected an ES5 IIFE wrapped function. But got:
|
|
|
4240
4240
|
}
|
|
4241
4241
|
};
|
|
4242
4242
|
|
|
4243
|
-
// bazel-out/
|
|
4243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
|
|
4244
4244
|
var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4245
4245
|
constructor(fs, commonJsHost, isCore) {
|
|
4246
4246
|
super(fs, commonJsHost, isCore);
|
|
@@ -4289,15 +4289,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
|
|
|
4289
4289
|
}
|
|
4290
4290
|
};
|
|
4291
4291
|
|
|
4292
|
-
// bazel-out/
|
|
4292
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4293
4293
|
import MagicString from "magic-string";
|
|
4294
4294
|
import ts20 from "typescript";
|
|
4295
4295
|
|
|
4296
|
-
// bazel-out/
|
|
4296
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
|
|
4297
4297
|
var IMPORT_PREFIX = "\u0275ngcc";
|
|
4298
4298
|
var NGCC_TIMED_OUT_EXIT_CODE = 177;
|
|
4299
4299
|
|
|
4300
|
-
// bazel-out/
|
|
4300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
|
|
4301
4301
|
import mapHelpers from "convert-source-map";
|
|
4302
4302
|
function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
|
|
4303
4303
|
var _a;
|
|
@@ -4332,7 +4332,7 @@ ${sourceMapComment}` },
|
|
|
4332
4332
|
}
|
|
4333
4333
|
}
|
|
4334
4334
|
|
|
4335
|
-
// bazel-out/
|
|
4335
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
|
|
4336
4336
|
var DtsRenderInfo = class {
|
|
4337
4337
|
constructor() {
|
|
4338
4338
|
this.classInfo = [];
|
|
@@ -4433,14 +4433,14 @@ function markForEmitAsSingleLine(node) {
|
|
|
4433
4433
|
ts20.forEachChild(node, markForEmitAsSingleLine);
|
|
4434
4434
|
}
|
|
4435
4435
|
|
|
4436
|
-
// bazel-out/
|
|
4436
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4437
4437
|
import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
|
|
4438
4438
|
import MagicString2 from "magic-string";
|
|
4439
4439
|
|
|
4440
|
-
// bazel-out/
|
|
4440
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
|
|
4441
4441
|
var RedundantDecoratorMap = Map;
|
|
4442
4442
|
|
|
4443
|
-
// bazel-out/
|
|
4443
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
|
|
4444
4444
|
var Renderer = class {
|
|
4445
4445
|
constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
|
|
4446
4446
|
this.host = host;
|
|
@@ -4543,7 +4543,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
|
|
|
4543
4543
|
return statement;
|
|
4544
4544
|
}
|
|
4545
4545
|
|
|
4546
|
-
// bazel-out/
|
|
4546
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
|
|
4547
4547
|
import ts21 from "typescript";
|
|
4548
4548
|
var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
|
|
4549
4549
|
constructor(fs, umdHost, isCore) {
|
|
@@ -4659,7 +4659,7 @@ function getGlobalIdentifier(i) {
|
|
|
4659
4659
|
return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
|
|
4660
4660
|
}
|
|
4661
4661
|
|
|
4662
|
-
// bazel-out/
|
|
4662
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
|
|
4663
4663
|
var Transformer = class {
|
|
4664
4664
|
constructor(fs, logger, tsConfig = null) {
|
|
4665
4665
|
this.fs = fs;
|
|
@@ -4740,7 +4740,7 @@ function hasErrors(diagnostics) {
|
|
|
4740
4740
|
return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
|
|
4741
4741
|
}
|
|
4742
4742
|
|
|
4743
|
-
// bazel-out/
|
|
4743
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
|
|
4744
4744
|
function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
|
|
4745
4745
|
return (beforeWritingFiles, onTaskCompleted) => {
|
|
4746
4746
|
const transformer = new Transformer(fileSystem, logger, tsConfig);
|
|
@@ -4779,10 +4779,10 @@ ${errors}`);
|
|
|
4779
4779
|
};
|
|
4780
4780
|
}
|
|
4781
4781
|
|
|
4782
|
-
// bazel-out/
|
|
4782
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4783
4783
|
import os from "os";
|
|
4784
4784
|
|
|
4785
|
-
// bazel-out/
|
|
4785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
|
|
4786
4786
|
function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
4787
4787
|
if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
|
|
4788
4788
|
return {
|
|
@@ -4792,7 +4792,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
|
|
|
4792
4792
|
}
|
|
4793
4793
|
}
|
|
4794
4794
|
|
|
4795
|
-
// bazel-out/
|
|
4795
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
|
|
4796
4796
|
var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
|
|
4797
4797
|
var InPlaceFileWriter = class {
|
|
4798
4798
|
constructor(fs, logger, errorOnFailedEntryPoint) {
|
|
@@ -4841,7 +4841,7 @@ This error may be caused by one of the following:
|
|
|
4841
4841
|
}
|
|
4842
4842
|
};
|
|
4843
4843
|
|
|
4844
|
-
// bazel-out/
|
|
4844
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
|
|
4845
4845
|
var NGCC_DIRECTORY = "__ivy_ngcc__";
|
|
4846
4846
|
var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
|
|
4847
4847
|
var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
@@ -4949,7 +4949,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
|
|
|
4949
4949
|
}
|
|
4950
4950
|
};
|
|
4951
4951
|
|
|
4952
|
-
// bazel-out/
|
|
4952
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
|
|
4953
4953
|
function getSharedSetup(options) {
|
|
4954
4954
|
const fileSystem = getFileSystem();
|
|
4955
4955
|
const absBasePath = absoluteFrom(options.basePath);
|
|
@@ -5025,7 +5025,7 @@ function getMaxNumberOfWorkers() {
|
|
|
5025
5025
|
return numericMaxWorkers;
|
|
5026
5026
|
}
|
|
5027
5027
|
|
|
5028
|
-
// bazel-out/
|
|
5028
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
|
|
5029
5029
|
var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
|
|
5030
5030
|
function computeTaskDependencies(tasks, graph) {
|
|
5031
5031
|
const dependencies = new TaskDependencies();
|
|
@@ -5085,7 +5085,7 @@ function sortTasksByPriority(tasks, dependencies) {
|
|
|
5085
5085
|
});
|
|
5086
5086
|
}
|
|
5087
5087
|
|
|
5088
|
-
// bazel-out/
|
|
5088
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
|
|
5089
5089
|
import cluster from "cluster";
|
|
5090
5090
|
var Deferred = class {
|
|
5091
5091
|
constructor() {
|
|
@@ -5120,7 +5120,7 @@ var sendMessageToWorker = (workerId, msg) => {
|
|
|
5120
5120
|
});
|
|
5121
5121
|
};
|
|
5122
5122
|
|
|
5123
|
-
// bazel-out/
|
|
5123
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
|
|
5124
5124
|
var PackageJsonUpdate = class {
|
|
5125
5125
|
constructor(writeChangesImpl) {
|
|
5126
5126
|
this.writeChangesImpl = writeChangesImpl;
|
|
@@ -5262,4 +5262,4 @@ export {
|
|
|
5262
5262
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5263
5263
|
* found in the LICENSE file at https://angular.io/license
|
|
5264
5264
|
*/
|
|
5265
|
-
//# sourceMappingURL=chunk-
|
|
5265
|
+
//# sourceMappingURL=chunk-WN75SNW4.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/k8-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";
|
|
@@ -70,7 +70,7 @@ var PerfCheckpoint;
|
|
|
70
70
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
71
71
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
72
72
|
|
|
73
|
-
// bazel-out/
|
|
73
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
74
74
|
var NoopPerfRecorder = class {
|
|
75
75
|
eventCount() {
|
|
76
76
|
}
|
|
@@ -87,7 +87,7 @@ var NoopPerfRecorder = class {
|
|
|
87
87
|
};
|
|
88
88
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
89
89
|
|
|
90
|
-
// bazel-out/
|
|
90
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
91
91
|
function mark() {
|
|
92
92
|
return process.hrtime();
|
|
93
93
|
}
|
|
@@ -96,7 +96,7 @@ function timeSinceInMicros(mark2) {
|
|
|
96
96
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
// bazel-out/
|
|
99
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
100
100
|
var ActivePerfRecorder = class {
|
|
101
101
|
static zeroedToNow() {
|
|
102
102
|
return new ActivePerfRecorder(mark());
|
|
@@ -205,4 +205,4 @@ export {
|
|
|
205
205
|
* Use of this source code is governed by an MIT-style license that can be
|
|
206
206
|
* found in the LICENSE file at https://angular.io/license
|
|
207
207
|
*/
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-YZWN2KWE.js.map
|