@angular/compiler-cli 15.2.3 → 15.2.4
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-E6XIZDH3.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-VVIQFUX6.js → chunk-P5LISIUG.js} +77 -77
- package/bundles/{chunk-EYXJKNSD.js → chunk-PKXB2WOZ.js} +40 -40
- package/bundles/{chunk-AYNYESJJ.js → chunk-RMPM4VAI.js} +95 -95
- package/bundles/{chunk-EC5K6QPP.js → chunk-TBUSSXUA.js} +7 -7
- package/bundles/{chunk-ZEOG7UFV.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/{chunk-PT6IDEJZ.js → chunk-ZV3QKZR5.js} +5 -5
- 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/bundles/{chunk-6ZJFIQBG.js.map → chunk-2NLFVEGY.js.map} +0 -0
- /package/bundles/{chunk-E6XIZDH3.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-VVIQFUX6.js.map → chunk-P5LISIUG.js.map} +0 -0
- /package/bundles/{chunk-EYXJKNSD.js.map → chunk-PKXB2WOZ.js.map} +0 -0
- /package/bundles/{chunk-AYNYESJJ.js.map → chunk-RMPM4VAI.js.map} +0 -0
- /package/bundles/{chunk-EC5K6QPP.js.map → chunk-TBUSSXUA.js.map} +0 -0
- /package/bundles/{chunk-ZEOG7UFV.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
- /package/bundles/{chunk-PT6IDEJZ.js.map → chunk-ZV3QKZR5.js.map} +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
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/reflection/src/typescript.mjs
|
|
7
7
|
import ts4 from "typescript";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
var Decorator = {
|
|
12
12
|
nodeForError: (decorator) => {
|
|
@@ -41,7 +41,7 @@ function isConcreteDeclaration(decl) {
|
|
|
41
41
|
return decl.kind === 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
45
45
|
import ts2 from "typescript";
|
|
46
46
|
function typeToValue(typeNode, checker) {
|
|
47
47
|
if (typeNode === null) {
|
|
@@ -207,7 +207,7 @@ function extractModuleName(node) {
|
|
|
207
207
|
return node.moduleSpecifier.text;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
// bazel-out/
|
|
210
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
211
211
|
import ts3 from "typescript";
|
|
212
212
|
function isNamedClassDeclaration(node) {
|
|
213
213
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -222,7 +222,7 @@ function isIdentifier(node) {
|
|
|
222
222
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
// bazel-out/
|
|
225
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
226
226
|
var TypeScriptReflectionHost = class {
|
|
227
227
|
constructor(checker) {
|
|
228
228
|
this.checker = checker;
|
|
@@ -680,4 +680,4 @@ export {
|
|
|
680
680
|
* Use of this source code is governed by an MIT-style license that can be
|
|
681
681
|
* found in the LICENSE file at https://angular.io/license
|
|
682
682
|
*/
|
|
683
|
-
//# sourceMappingURL=chunk-
|
|
683
|
+
//# sourceMappingURL=chunk-ZF3IVDQ2.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";
|
|
@@ -313,7 +313,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
313
313
|
return ts.setOriginalNode(clone, node);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
317
317
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
318
318
|
ngDevMode: false,
|
|
319
319
|
ngI18nClosureMode: false
|
|
@@ -346,4 +346,4 @@ export {
|
|
|
346
346
|
* Use of this source code is governed by an MIT-style license that can be
|
|
347
347
|
* found in the LICENSE file at https://angular.io/license
|
|
348
348
|
*/
|
|
349
|
-
//# sourceMappingURL=chunk-
|
|
349
|
+
//# sourceMappingURL=chunk-ZV3QKZR5.js.map
|
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ZV3QKZR5.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
EmitFlags,
|
|
@@ -29,17 +29,17 @@ import {
|
|
|
29
29
|
performCompilation,
|
|
30
30
|
readConfiguration,
|
|
31
31
|
untagAllTsFiles
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-RMPM4VAI.js";
|
|
33
33
|
import {
|
|
34
34
|
OptimizeFor
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import "./chunk-
|
|
35
|
+
} from "./chunk-P5LISIUG.js";
|
|
36
|
+
import "./chunk-ZF3IVDQ2.js";
|
|
37
37
|
import {
|
|
38
38
|
ConsoleLogger,
|
|
39
39
|
LogLevel
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-LYJKWJUC.js";
|
|
41
|
+
import "./chunk-IJECERTO.js";
|
|
42
|
+
import "./chunk-IYYB2HTK.js";
|
|
43
43
|
import {
|
|
44
44
|
LogicalFileSystem,
|
|
45
45
|
LogicalProjectPath,
|
|
@@ -60,18 +60,18 @@ import {
|
|
|
60
60
|
resolve,
|
|
61
61
|
setFileSystem,
|
|
62
62
|
toRelativeImport
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-TBUSSXUA.js";
|
|
64
64
|
import {
|
|
65
65
|
ActivePerfRecorder,
|
|
66
66
|
PerfPhase
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-YZWN2KWE.js";
|
|
68
68
|
import "./chunk-SRFZMXHZ.js";
|
|
69
69
|
|
|
70
|
-
// bazel-out/
|
|
70
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
71
71
|
import { Version } from "@angular/compiler";
|
|
72
|
-
var VERSION = new Version("15.2.
|
|
72
|
+
var VERSION = new Version("15.2.4");
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
75
75
|
var NgTscPlugin = class {
|
|
76
76
|
get compiler() {
|
|
77
77
|
if (this._compiler === null) {
|
|
@@ -148,7 +148,7 @@ var NgTscPlugin = class {
|
|
|
148
148
|
}
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
// bazel-out/
|
|
151
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
152
152
|
setFileSystem(new NodeJSFileSystem());
|
|
153
153
|
export {
|
|
154
154
|
ConsoleLogger,
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-LYJKWJUC.js";
|
|
9
9
|
import {
|
|
10
10
|
FatalLinkerError,
|
|
11
11
|
FileLinker,
|
|
12
12
|
LinkerEnvironment,
|
|
13
13
|
assert,
|
|
14
14
|
isFatalLinkerError
|
|
15
|
-
} from "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
15
|
+
} from "../../chunk-7GNUPQOI.js";
|
|
16
|
+
import "../../chunk-2NLFVEGY.js";
|
|
17
|
+
import "../../chunk-IJECERTO.js";
|
|
18
|
+
import "../../chunk-IYYB2HTK.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-TBUSSXUA.js";
|
|
22
22
|
import "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
25
25
|
import { types as t4 } from "@babel/core";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
28
28
|
import { types as t } from "@babel/core";
|
|
29
29
|
var BabelAstFactory = class {
|
|
30
30
|
constructor(sourceUrl) {
|
|
@@ -138,7 +138,7 @@ function isLExpression(expr) {
|
|
|
138
138
|
return t.isLVal(expr);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
// bazel-out/
|
|
141
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
142
142
|
import { types as t2 } from "@babel/core";
|
|
143
143
|
var BabelAstHost = class {
|
|
144
144
|
constructor() {
|
|
@@ -256,7 +256,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
256
256
|
return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
// bazel-out/
|
|
259
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
260
260
|
import { types as t3 } from "@babel/core";
|
|
261
261
|
var BabelDeclarationScope = class {
|
|
262
262
|
constructor(declarationScope) {
|
|
@@ -282,7 +282,7 @@ var BabelDeclarationScope = class {
|
|
|
282
282
|
}
|
|
283
283
|
};
|
|
284
284
|
|
|
285
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
286
286
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
287
287
|
let fileLinker = null;
|
|
288
288
|
return {
|
|
@@ -383,7 +383,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
383
383
|
return `${filename}: ${error.message}`;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
// bazel-out/
|
|
386
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
387
387
|
function defaultLinkerPlugin(api, options) {
|
|
388
388
|
api.assertVersion(7);
|
|
389
389
|
return createEs2015LinkerPlugin({
|
|
@@ -393,7 +393,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
393
393
|
});
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
// bazel-out/
|
|
396
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
397
397
|
var babel_default = defaultLinkerPlugin;
|
|
398
398
|
export {
|
|
399
399
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-7GNUPQOI.js";
|
|
14
|
+
import "../chunk-2NLFVEGY.js";
|
|
15
|
+
import "../chunk-IJECERTO.js";
|
|
16
|
+
import "../chunk-IYYB2HTK.js";
|
|
17
|
+
import "../chunk-TBUSSXUA.js";
|
|
18
18
|
import "../chunk-SRFZMXHZ.js";
|
|
19
19
|
export {
|
|
20
20
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
mainNgcc
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-PKXB2WOZ.js";
|
|
8
|
+
import "../chunk-B57SP4JB.js";
|
|
9
9
|
import {
|
|
10
10
|
clearTsConfigCache
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-WN75SNW4.js";
|
|
12
|
+
import "../chunk-RMPM4VAI.js";
|
|
13
|
+
import "../chunk-P5LISIUG.js";
|
|
14
|
+
import "../chunk-ZF3IVDQ2.js";
|
|
15
15
|
import {
|
|
16
16
|
ConsoleLogger,
|
|
17
17
|
LogLevel
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-LYJKWJUC.js";
|
|
19
|
+
import "../chunk-2NLFVEGY.js";
|
|
20
|
+
import "../chunk-IJECERTO.js";
|
|
21
|
+
import "../chunk-IYYB2HTK.js";
|
|
22
22
|
import {
|
|
23
23
|
NodeJSFileSystem,
|
|
24
24
|
setFileSystem
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-
|
|
25
|
+
} from "../chunk-TBUSSXUA.js";
|
|
26
|
+
import "../chunk-YZWN2KWE.js";
|
|
27
27
|
import "../chunk-SRFZMXHZ.js";
|
|
28
28
|
|
|
29
|
-
// bazel-out/
|
|
29
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
30
30
|
import { dirname, join } from "path";
|
|
31
31
|
import { fileURLToPath } from "url";
|
|
32
32
|
function process(options) {
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
parseCommandLineOptions
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-K7P4IHT5.js";
|
|
9
9
|
import {
|
|
10
10
|
mainNgcc
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-PKXB2WOZ.js";
|
|
12
|
+
import "../chunk-B57SP4JB.js";
|
|
13
|
+
import "../chunk-WN75SNW4.js";
|
|
14
|
+
import "../chunk-RMPM4VAI.js";
|
|
15
|
+
import "../chunk-P5LISIUG.js";
|
|
16
|
+
import "../chunk-ZF3IVDQ2.js";
|
|
17
|
+
import "../chunk-LYJKWJUC.js";
|
|
18
|
+
import "../chunk-2NLFVEGY.js";
|
|
19
|
+
import "../chunk-IJECERTO.js";
|
|
20
|
+
import "../chunk-IYYB2HTK.js";
|
|
21
|
+
import "../chunk-TBUSSXUA.js";
|
|
22
|
+
import "../chunk-YZWN2KWE.js";
|
|
23
23
|
import "../chunk-SRFZMXHZ.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/main-ngcc.mjs
|
|
26
26
|
process.title = "ngcc";
|
|
27
27
|
var startTime = Date.now();
|
|
28
28
|
var options = parseCommandLineOptions(process.argv.slice(2));
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
parseCommandLineOptions
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-K7P4IHT5.js";
|
|
8
8
|
import {
|
|
9
9
|
PackageJsonUpdate,
|
|
10
10
|
applyChange,
|
|
@@ -12,19 +12,19 @@ import {
|
|
|
12
12
|
getSharedSetup,
|
|
13
13
|
sendMessageToMaster,
|
|
14
14
|
stringifyTask
|
|
15
|
-
} from "../../../../chunk-
|
|
16
|
-
import "../../../../chunk-
|
|
17
|
-
import "../../../../chunk-
|
|
18
|
-
import "../../../../chunk-
|
|
19
|
-
import "../../../../chunk-
|
|
20
|
-
import "../../../../chunk-
|
|
21
|
-
import "../../../../chunk-
|
|
22
|
-
import "../../../../chunk-
|
|
23
|
-
import "../../../../chunk-
|
|
24
|
-
import "../../../../chunk-
|
|
15
|
+
} from "../../../../chunk-WN75SNW4.js";
|
|
16
|
+
import "../../../../chunk-RMPM4VAI.js";
|
|
17
|
+
import "../../../../chunk-P5LISIUG.js";
|
|
18
|
+
import "../../../../chunk-ZF3IVDQ2.js";
|
|
19
|
+
import "../../../../chunk-LYJKWJUC.js";
|
|
20
|
+
import "../../../../chunk-2NLFVEGY.js";
|
|
21
|
+
import "../../../../chunk-IJECERTO.js";
|
|
22
|
+
import "../../../../chunk-IYYB2HTK.js";
|
|
23
|
+
import "../../../../chunk-TBUSSXUA.js";
|
|
24
|
+
import "../../../../chunk-YZWN2KWE.js";
|
|
25
25
|
import "../../../../chunk-SRFZMXHZ.js";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.mjs
|
|
28
28
|
import cluster from "cluster";
|
|
29
29
|
var ClusterWorkerPackageJsonUpdater = class {
|
|
30
30
|
constructor() {
|
|
@@ -52,7 +52,7 @@ var ClusterWorkerPackageJsonUpdater = class {
|
|
|
52
52
|
}
|
|
53
53
|
};
|
|
54
54
|
|
|
55
|
-
// bazel-out/
|
|
55
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/worker.mjs
|
|
56
56
|
import cluster2 from "cluster";
|
|
57
57
|
async function startWorker(logger, createCompileFn) {
|
|
58
58
|
if (cluster2.isMaster || !cluster2.worker) {
|
|
@@ -89,7 +89,7 @@ async function startWorker(logger, createCompileFn) {
|
|
|
89
89
|
return new Promise(() => void 0);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
// bazel-out/
|
|
92
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/ngcc_cluster_worker.mjs
|
|
93
93
|
(async () => {
|
|
94
94
|
process.title = "ngcc (worker)";
|
|
95
95
|
try {
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
removeLockFile
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-B57SP4JB.js";
|
|
8
8
|
import {
|
|
9
9
|
ConsoleLogger
|
|
10
|
-
} from "../../../../chunk-
|
|
10
|
+
} from "../../../../chunk-LYJKWJUC.js";
|
|
11
11
|
import {
|
|
12
12
|
NodeJSFileSystem
|
|
13
|
-
} from "../../../../chunk-
|
|
13
|
+
} from "../../../../chunk-TBUSSXUA.js";
|
|
14
14
|
import "../../../../chunk-SRFZMXHZ.js";
|
|
15
15
|
|
|
16
|
-
// bazel-out/
|
|
16
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.mjs
|
|
17
17
|
var fs = new NodeJSFileSystem();
|
|
18
18
|
var logLevel = parseInt(process.argv.pop(), 10);
|
|
19
19
|
var logger = new ConsoleLogger(logLevel);
|
package/bundles/private/bazel.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-LYJKWJUC.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-2NLFVEGY.js";
|
|
13
13
|
import {
|
|
14
14
|
LogicalFileSystem,
|
|
15
15
|
LogicalProjectPath,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolve,
|
|
31
31
|
setFileSystem,
|
|
32
32
|
toRelativeImport
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-TBUSSXUA.js";
|
|
34
34
|
import "../chunk-SRFZMXHZ.js";
|
|
35
35
|
export {
|
|
36
36
|
ConsoleLogger,
|
|
@@ -9,17 +9,17 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-P5LISIUG.js";
|
|
13
13
|
import {
|
|
14
14
|
TypeScriptReflectionHost,
|
|
15
15
|
reflectObjectLiteral
|
|
16
|
-
} from "../chunk-
|
|
17
|
-
import "../chunk-
|
|
16
|
+
} from "../chunk-ZF3IVDQ2.js";
|
|
17
|
+
import "../chunk-IJECERTO.js";
|
|
18
18
|
import {
|
|
19
19
|
Reference
|
|
20
|
-
} from "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
20
|
+
} from "../chunk-IYYB2HTK.js";
|
|
21
|
+
import "../chunk-TBUSSXUA.js";
|
|
22
|
+
import "../chunk-YZWN2KWE.js";
|
|
23
23
|
import "../chunk-SRFZMXHZ.js";
|
|
24
24
|
export {
|
|
25
25
|
DynamicValue,
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-ZV3QKZR5.js";
|
|
10
|
+
import "../chunk-ZF3IVDQ2.js";
|
|
11
|
+
import "../chunk-IYYB2HTK.js";
|
|
12
|
+
import "../chunk-TBUSSXUA.js";
|
|
13
13
|
import "../chunk-SRFZMXHZ.js";
|
|
14
14
|
export {
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-5WBIJMZH.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-RMPM4VAI.js";
|
|
13
|
+
import "../../chunk-P5LISIUG.js";
|
|
14
|
+
import "../../chunk-ZF3IVDQ2.js";
|
|
15
|
+
import "../../chunk-IJECERTO.js";
|
|
16
|
+
import "../../chunk-IYYB2HTK.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
20
|
+
} from "../../chunk-TBUSSXUA.js";
|
|
21
|
+
import "../../chunk-YZWN2KWE.js";
|
|
22
22
|
import "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
28
28
|
import yargs from "yargs";
|
|
29
29
|
function mainXi18n(args2, consoleError = console.error) {
|
|
30
30
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -47,7 +47,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
47
47
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
// bazel-out/
|
|
50
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
51
51
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
52
52
|
var args = process.argv.slice(2);
|
|
53
53
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-5WBIJMZH.js";
|
|
9
|
+
import "../../chunk-RMPM4VAI.js";
|
|
10
|
+
import "../../chunk-P5LISIUG.js";
|
|
11
|
+
import "../../chunk-ZF3IVDQ2.js";
|
|
12
|
+
import "../../chunk-IJECERTO.js";
|
|
13
|
+
import "../../chunk-IYYB2HTK.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-TBUSSXUA.js";
|
|
18
|
+
import "../../chunk-YZWN2KWE.js";
|
|
19
19
|
import {
|
|
20
20
|
__require,
|
|
21
21
|
__toESM
|
|
22
22
|
} from "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
async function runNgcComamnd() {
|
|
27
27
|
process.title = "Angular Compiler (ngc)";
|