@angular/compiler-cli 14.1.0 → 14.1.3
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-TOKOIIBI.js → chunk-4NRCP3Y6.js} +7 -7
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-4NRCP3Y6.js.map} +0 -0
- package/bundles/{chunk-CYVTLM4Z.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-CYVTLM4Z.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-E7NQQTT7.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-E7NQQTT7.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/{chunk-S2H6ZNBD.js → chunk-6CDTGQDE.js} +70 -70
- package/bundles/{chunk-S2H6ZNBD.js.map → chunk-6CDTGQDE.js.map} +0 -0
- package/bundles/{chunk-4JF5LVDW.js → chunk-BOVA65EV.js} +6 -6
- package/bundles/{chunk-4JF5LVDW.js.map → chunk-BOVA65EV.js.map} +0 -0
- package/bundles/{chunk-ATB3HJXN.js → chunk-BX6CB3FI.js} +31 -31
- package/bundles/{chunk-ATB3HJXN.js.map → chunk-BX6CB3FI.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-ICPLY7FO.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-ICPLY7FO.js.map} +0 -0
- package/bundles/{chunk-MN3YDSGE.js → chunk-KH76E4BH.js} +40 -40
- package/bundles/{chunk-MN3YDSGE.js.map → chunk-KH76E4BH.js.map} +0 -0
- package/bundles/{chunk-KPEPSPYQ.js → chunk-NESWWMC7.js} +69 -69
- package/bundles/{chunk-KPEPSPYQ.js.map → chunk-NESWWMC7.js.map} +0 -0
- package/bundles/{chunk-ACXPVP2W.js → chunk-OLV72TYD.js} +5 -5
- package/bundles/{chunk-ACXPVP2W.js.map → chunk-OLV72TYD.js.map} +0 -0
- package/bundles/{chunk-C6DN5BLC.js → chunk-R5EILQ65.js} +5 -5
- package/bundles/{chunk-C6DN5BLC.js.map → chunk-R5EILQ65.js.map} +0 -0
- package/bundles/{chunk-24DFPZCS.js → chunk-TYIM47SK.js} +26 -28
- package/bundles/chunk-TYIM47SK.js.map +6 -0
- package/bundles/{chunk-BCXYCOVM.js → chunk-UXC2H2UF.js} +96 -96
- package/bundles/{chunk-BCXYCOVM.js.map → chunk-UXC2H2UF.js.map} +0 -0
- package/bundles/{chunk-NFCN3OZI.js → chunk-V6TOSKSY.js} +6 -6
- package/bundles/{chunk-NFCN3OZI.js.map → chunk-V6TOSKSY.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/diagnostics/src/error_code.d.ts +1 -3
- package/bundles/chunk-24DFPZCS.js.map +0 -6
|
File without changes
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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) {
|
|
@@ -205,7 +205,7 @@ function extractModuleName(node) {
|
|
|
205
205
|
return node.moduleSpecifier.text;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
209
209
|
import ts3 from "typescript";
|
|
210
210
|
function isNamedClassDeclaration(node) {
|
|
211
211
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -220,7 +220,7 @@ function isIdentifier(node) {
|
|
|
220
220
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
224
224
|
var TypeScriptReflectionHost = class {
|
|
225
225
|
constructor(checker) {
|
|
226
226
|
this.checker = checker;
|
|
@@ -678,4 +678,4 @@ export {
|
|
|
678
678
|
* Use of this source code is governed by an MIT-style license that can be
|
|
679
679
|
* found in the LICENSE file at https://angular.io/license
|
|
680
680
|
*/
|
|
681
|
-
//# sourceMappingURL=chunk-
|
|
681
|
+
//# sourceMappingURL=chunk-V6TOSKSY.js.map
|
|
File without changes
|
package/bundles/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-BOVA65EV.js";
|
|
11
11
|
import {
|
|
12
12
|
DEFAULT_ERROR_CODE,
|
|
13
13
|
EmitFlags,
|
|
@@ -31,14 +31,14 @@ import {
|
|
|
31
31
|
performCompilation,
|
|
32
32
|
readConfiguration,
|
|
33
33
|
untagAllTsFiles
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-UXC2H2UF.js";
|
|
35
|
+
import "./chunk-NESWWMC7.js";
|
|
36
|
+
import "./chunk-V6TOSKSY.js";
|
|
37
37
|
import {
|
|
38
38
|
ConsoleLogger,
|
|
39
39
|
LogLevel
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import "./chunk-
|
|
40
|
+
} from "./chunk-5FZBUSFV.js";
|
|
41
|
+
import "./chunk-TYIM47SK.js";
|
|
42
42
|
import {
|
|
43
43
|
LogicalFileSystem,
|
|
44
44
|
LogicalProjectPath,
|
|
@@ -59,18 +59,18 @@ import {
|
|
|
59
59
|
resolve,
|
|
60
60
|
setFileSystem,
|
|
61
61
|
toRelativeImport
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-4NRCP3Y6.js";
|
|
63
63
|
import {
|
|
64
64
|
ActivePerfRecorder,
|
|
65
65
|
PerfPhase
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-OLV72TYD.js";
|
|
67
67
|
import "./chunk-XYNRD7NE.js";
|
|
68
68
|
|
|
69
|
-
// bazel-out/
|
|
69
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
70
70
|
import { Version } from "@angular/compiler";
|
|
71
|
-
var VERSION = new Version("14.1.
|
|
71
|
+
var VERSION = new Version("14.1.3");
|
|
72
72
|
|
|
73
|
-
// bazel-out/
|
|
73
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
74
74
|
var NgTscPlugin = class {
|
|
75
75
|
constructor(ngOptions) {
|
|
76
76
|
this.ngOptions = ngOptions;
|
|
@@ -139,7 +139,7 @@ var NgTscPlugin = class {
|
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
141
|
|
|
142
|
-
// bazel-out/
|
|
142
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
143
143
|
setFileSystem(new NodeJSFileSystem());
|
|
144
144
|
export {
|
|
145
145
|
ConsoleLogger,
|
|
@@ -6,22 +6,22 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-5FZBUSFV.js";
|
|
10
10
|
import {
|
|
11
11
|
FatalLinkerError,
|
|
12
12
|
FileLinker,
|
|
13
13
|
LinkerEnvironment,
|
|
14
14
|
assert,
|
|
15
15
|
isFatalLinkerError
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-BX6CB3FI.js";
|
|
17
|
+
import "../../chunk-56O2PTWU.js";
|
|
18
|
+
import "../../chunk-TYIM47SK.js";
|
|
19
19
|
import {
|
|
20
20
|
NodeJSFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-4NRCP3Y6.js";
|
|
22
22
|
import "../../chunk-XYNRD7NE.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
|
|
25
25
|
import * as _babelNamespace from "@babel/core";
|
|
26
26
|
import _babelDefault from "@babel/core";
|
|
27
27
|
var _a;
|
|
@@ -35,7 +35,7 @@ var NodePath = babel.NodePath;
|
|
|
35
35
|
var transformSync = babel.transformSync;
|
|
36
36
|
var parse = babel.parse;
|
|
37
37
|
|
|
38
|
-
// bazel-out/
|
|
38
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
39
39
|
var BabelAstFactory = class {
|
|
40
40
|
constructor(sourceUrl) {
|
|
41
41
|
this.sourceUrl = sourceUrl;
|
|
@@ -148,7 +148,7 @@ function isLExpression(expr) {
|
|
|
148
148
|
return types2.isLVal(expr);
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
// bazel-out/
|
|
151
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
|
|
152
152
|
var BabelAstHost = class {
|
|
153
153
|
constructor() {
|
|
154
154
|
this.isStringLiteral = types2.isStringLiteral;
|
|
@@ -265,7 +265,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
265
265
|
return types2.isUnaryExpression(node) && node.prefix && node.operator === "!" && types2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
269
269
|
var BabelDeclarationScope = class {
|
|
270
270
|
constructor(declarationScope) {
|
|
271
271
|
this.declarationScope = declarationScope;
|
|
@@ -290,7 +290,7 @@ var BabelDeclarationScope = class {
|
|
|
290
290
|
}
|
|
291
291
|
};
|
|
292
292
|
|
|
293
|
-
// bazel-out/
|
|
293
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
294
294
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
295
295
|
let fileLinker = null;
|
|
296
296
|
return {
|
|
@@ -391,7 +391,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
391
391
|
return `${filename}: ${error.message}`;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
// bazel-out/
|
|
394
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
395
395
|
function defaultLinkerPlugin(api, options) {
|
|
396
396
|
api.assertVersion(7);
|
|
397
397
|
return createEs2015LinkerPlugin({
|
|
@@ -401,7 +401,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
401
401
|
});
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
// bazel-out/
|
|
404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
405
405
|
var babel_default = defaultLinkerPlugin;
|
|
406
406
|
export {
|
|
407
407
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
assert,
|
|
12
12
|
isFatalLinkerError,
|
|
13
13
|
needsLinking
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-BX6CB3FI.js";
|
|
15
|
+
import "../chunk-56O2PTWU.js";
|
|
16
|
+
import "../chunk-TYIM47SK.js";
|
|
17
|
+
import "../chunk-4NRCP3Y6.js";
|
|
18
18
|
import "../chunk-XYNRD7NE.js";
|
|
19
19
|
export {
|
|
20
20
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
mainNgcc
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-KH76E4BH.js";
|
|
9
|
+
import "../chunk-HMWNYAAE.js";
|
|
10
10
|
import {
|
|
11
11
|
clearTsConfigCache
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-6CDTGQDE.js";
|
|
13
|
+
import "../chunk-UXC2H2UF.js";
|
|
14
|
+
import "../chunk-NESWWMC7.js";
|
|
15
|
+
import "../chunk-V6TOSKSY.js";
|
|
16
16
|
import {
|
|
17
17
|
ConsoleLogger,
|
|
18
18
|
LogLevel
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-5FZBUSFV.js";
|
|
20
|
+
import "../chunk-56O2PTWU.js";
|
|
21
|
+
import "../chunk-TYIM47SK.js";
|
|
22
22
|
import {
|
|
23
23
|
NodeJSFileSystem,
|
|
24
24
|
setFileSystem
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-
|
|
25
|
+
} from "../chunk-4NRCP3Y6.js";
|
|
26
|
+
import "../chunk-OLV72TYD.js";
|
|
27
27
|
import "../chunk-XYNRD7NE.js";
|
|
28
28
|
|
|
29
|
-
// bazel-out/
|
|
29
|
+
// bazel-out/darwin_arm64-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) {
|
|
@@ -6,23 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
parseCommandLineOptions
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-ICPLY7FO.js";
|
|
10
10
|
import {
|
|
11
11
|
mainNgcc
|
|
12
|
-
} from "../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-
|
|
12
|
+
} from "../chunk-KH76E4BH.js";
|
|
13
|
+
import "../chunk-HMWNYAAE.js";
|
|
14
|
+
import "../chunk-6CDTGQDE.js";
|
|
15
|
+
import "../chunk-UXC2H2UF.js";
|
|
16
|
+
import "../chunk-NESWWMC7.js";
|
|
17
|
+
import "../chunk-V6TOSKSY.js";
|
|
18
|
+
import "../chunk-5FZBUSFV.js";
|
|
19
|
+
import "../chunk-56O2PTWU.js";
|
|
20
|
+
import "../chunk-TYIM47SK.js";
|
|
21
|
+
import "../chunk-4NRCP3Y6.js";
|
|
22
|
+
import "../chunk-OLV72TYD.js";
|
|
23
23
|
import "../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-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));
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
parseCommandLineOptions
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-ICPLY7FO.js";
|
|
9
9
|
import {
|
|
10
10
|
PackageJsonUpdate,
|
|
11
11
|
applyChange,
|
|
@@ -13,18 +13,18 @@ import {
|
|
|
13
13
|
getSharedSetup,
|
|
14
14
|
sendMessageToMaster,
|
|
15
15
|
stringifyTask
|
|
16
|
-
} from "../../../../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-
|
|
16
|
+
} from "../../../../chunk-6CDTGQDE.js";
|
|
17
|
+
import "../../../../chunk-UXC2H2UF.js";
|
|
18
|
+
import "../../../../chunk-NESWWMC7.js";
|
|
19
|
+
import "../../../../chunk-V6TOSKSY.js";
|
|
20
|
+
import "../../../../chunk-5FZBUSFV.js";
|
|
21
|
+
import "../../../../chunk-56O2PTWU.js";
|
|
22
|
+
import "../../../../chunk-TYIM47SK.js";
|
|
23
|
+
import "../../../../chunk-4NRCP3Y6.js";
|
|
24
|
+
import "../../../../chunk-OLV72TYD.js";
|
|
25
25
|
import "../../../../chunk-XYNRD7NE.js";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin_arm64-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/darwin_arm64-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) {
|
|
@@ -88,7 +88,7 @@ async function startWorker(logger, createCompileFn) {
|
|
|
88
88
|
return new Promise(() => void 0);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
// bazel-out/
|
|
91
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/ngcc_cluster_worker.mjs
|
|
92
92
|
(async () => {
|
|
93
93
|
process.title = "ngcc (worker)";
|
|
94
94
|
try {
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-HMWNYAAE.js";
|
|
9
9
|
import {
|
|
10
10
|
ConsoleLogger
|
|
11
|
-
} from "../../../../chunk-
|
|
11
|
+
} from "../../../../chunk-5FZBUSFV.js";
|
|
12
12
|
import {
|
|
13
13
|
NodeJSFileSystem
|
|
14
|
-
} from "../../../../chunk-
|
|
14
|
+
} from "../../../../chunk-4NRCP3Y6.js";
|
|
15
15
|
import "../../../../chunk-XYNRD7NE.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.mjs
|
|
18
18
|
var fs = new NodeJSFileSystem();
|
|
19
19
|
var logLevel = parseInt(process.argv.pop(), 10);
|
|
20
20
|
var logger = new ConsoleLogger(logLevel);
|
package/bundles/private/bazel.js
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-5FZBUSFV.js";
|
|
10
10
|
import {
|
|
11
11
|
SourceFile,
|
|
12
12
|
SourceFileLoader
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-56O2PTWU.js";
|
|
14
14
|
import {
|
|
15
15
|
LogicalFileSystem,
|
|
16
16
|
LogicalProjectPath,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolve,
|
|
32
32
|
setFileSystem,
|
|
33
33
|
toRelativeImport
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-4NRCP3Y6.js";
|
|
35
35
|
import "../chunk-XYNRD7NE.js";
|
|
36
36
|
export {
|
|
37
37
|
ConsoleLogger,
|
|
@@ -8,16 +8,16 @@ import {
|
|
|
8
8
|
PartialEvaluator,
|
|
9
9
|
StaticInterpreter,
|
|
10
10
|
forwardRefResolver
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-NESWWMC7.js";
|
|
12
12
|
import {
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
reflectObjectLiteral
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-V6TOSKSY.js";
|
|
16
16
|
import {
|
|
17
17
|
Reference
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-TYIM47SK.js";
|
|
19
|
+
import "../chunk-4NRCP3Y6.js";
|
|
20
|
+
import "../chunk-OLV72TYD.js";
|
|
21
21
|
import "../chunk-XYNRD7NE.js";
|
|
22
22
|
export {
|
|
23
23
|
DynamicValue,
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-BOVA65EV.js";
|
|
11
|
+
import "../chunk-V6TOSKSY.js";
|
|
12
12
|
import "../chunk-XYNRD7NE.js";
|
|
13
13
|
export {
|
|
14
14
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -7,24 +7,24 @@
|
|
|
7
7
|
import {
|
|
8
8
|
main,
|
|
9
9
|
readCommandLineAndConfiguration
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-R5EILQ65.js";
|
|
11
11
|
import {
|
|
12
12
|
EmitFlags
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-UXC2H2UF.js";
|
|
14
|
+
import "../../chunk-NESWWMC7.js";
|
|
15
|
+
import "../../chunk-V6TOSKSY.js";
|
|
16
|
+
import "../../chunk-TYIM47SK.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
20
|
+
} from "../../chunk-4NRCP3Y6.js";
|
|
21
|
+
import "../../chunk-OLV72TYD.js";
|
|
22
22
|
import "../../chunk-XYNRD7NE.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin_arm64-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/darwin_arm64-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
|
@@ -6,22 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
main
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-R5EILQ65.js";
|
|
10
|
+
import "../../chunk-UXC2H2UF.js";
|
|
11
|
+
import "../../chunk-NESWWMC7.js";
|
|
12
|
+
import "../../chunk-V6TOSKSY.js";
|
|
13
|
+
import "../../chunk-TYIM47SK.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-4NRCP3Y6.js";
|
|
18
|
+
import "../../chunk-OLV72TYD.js";
|
|
19
19
|
import {
|
|
20
20
|
__require,
|
|
21
21
|
__toESM
|
|
22
22
|
} from "../../chunk-XYNRD7NE.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-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)";
|