@angular/compiler-cli 19.0.0-next.4 → 19.0.0-next.6
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-IYQOLQCE.js → chunk-73AYMD6M.js} +124 -121
- package/bundles/{chunk-IYQOLQCE.js.map → chunk-73AYMD6M.js.map} +1 -1
- package/bundles/{chunk-3W345P4E.js → chunk-KV3I5HEN.js} +45 -8
- package/bundles/{chunk-3W345P4E.js.map → chunk-KV3I5HEN.js.map} +3 -3
- package/bundles/{chunk-52VRTNQS.js → chunk-MJ5UV6HO.js} +85 -82
- package/bundles/chunk-MJ5UV6HO.js.map +6 -0
- package/bundles/{chunk-5EC5IVIP.js → chunk-MZGC4NDQ.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-ERN7RQQ7.js → chunk-THQF5ZZE.js} +5 -5
- package/bundles/{chunk-RRBD35GS.js → chunk-VONOIR7R.js} +12 -12
- package/bundles/{chunk-XHCHVVK2.js → chunk-WBKYBVRX.js} +43 -43
- package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
- package/bundles/{chunk-A6N6CPYP.js → chunk-ZOS6YCC2.js} +31 -31
- package/bundles/{chunk-RBUEHZ6Z.js → chunk-ZXHWDA6M.js} +5 -5
- package/bundles/index.js +14 -12
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +5 -3
- package/bundles/private/migrations.js +4 -4
- package/bundles/private/tooling.js +6 -6
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/file_system/index.d.ts +1 -0
- package/src/ngtsc/file_system/src/ts_read_directory.d.ts +21 -0
- package/src/perform_compile.d.ts +1 -1
- package/bundles/chunk-52VRTNQS.js.map +0 -6
- /package/bundles/{chunk-5EC5IVIP.js.map → chunk-MZGC4NDQ.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-ERN7RQQ7.js.map → chunk-THQF5ZZE.js.map} +0 -0
- /package/bundles/{chunk-RRBD35GS.js.map → chunk-VONOIR7R.js.map} +0 -0
- /package/bundles/{chunk-XHCHVVK2.js.map → chunk-WBKYBVRX.js.map} +0 -0
- /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
- /package/bundles/{chunk-A6N6CPYP.js.map → chunk-ZOS6YCC2.js.map} +0 -0
- /package/bundles/{chunk-RBUEHZ6Z.js.map → chunk-ZXHWDA6M.js.map} +0 -0
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-MJ5UV6HO.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
19
19
|
import yargs from "yargs";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
|
|
22
22
|
import * as chokidar from "chokidar";
|
|
23
23
|
import * as path from "path";
|
|
24
24
|
import ts from "typescript";
|
|
@@ -242,7 +242,7 @@ function performWatchCompilation(host) {
|
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
// bazel-out/
|
|
245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
246
246
|
function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
|
|
247
247
|
let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
|
|
248
248
|
if (configErrors.length) {
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.io/license
|
|
365
365
|
*/
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-ZXHWDA6M.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-MZGC4NDQ.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,27 +33,27 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-MJ5UV6HO.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-VONOIR7R.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor,
|
|
44
44
|
TsCreateProgramDriver
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-73AYMD6M.js";
|
|
46
46
|
import {
|
|
47
47
|
isLocalCompilationDiagnostics
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-WBKYBVRX.js";
|
|
49
49
|
import {
|
|
50
50
|
ActivePerfRecorder,
|
|
51
51
|
PerfPhase
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-THQF5ZZE.js";
|
|
53
53
|
import {
|
|
54
54
|
ConsoleLogger,
|
|
55
55
|
LogLevel
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-SBDNBITT.js";
|
|
57
57
|
import {
|
|
58
58
|
LogicalFileSystem,
|
|
59
59
|
LogicalProjectPath,
|
|
@@ -62,6 +62,7 @@ import {
|
|
|
62
62
|
absoluteFrom,
|
|
63
63
|
absoluteFromSourceFile,
|
|
64
64
|
basename,
|
|
65
|
+
createFileSystemTsReadDirectoryFn,
|
|
65
66
|
dirname,
|
|
66
67
|
getFileSystem,
|
|
67
68
|
getSourceFileOrError,
|
|
@@ -74,14 +75,14 @@ import {
|
|
|
74
75
|
resolve,
|
|
75
76
|
setFileSystem,
|
|
76
77
|
toRelativeImport
|
|
77
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-KV3I5HEN.js";
|
|
78
79
|
import "./chunk-XI2RTGAL.js";
|
|
79
80
|
|
|
80
|
-
// bazel-out/
|
|
81
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
81
82
|
import { Version } from "@angular/compiler";
|
|
82
|
-
var VERSION = new Version("19.0.0-next.
|
|
83
|
+
var VERSION = new Version("19.0.0-next.6");
|
|
83
84
|
|
|
84
|
-
// bazel-out/
|
|
85
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
85
86
|
var NgTscPlugin = class {
|
|
86
87
|
get compiler() {
|
|
87
88
|
if (this._compiler === null) {
|
|
@@ -157,7 +158,7 @@ var NgTscPlugin = class {
|
|
|
157
158
|
}
|
|
158
159
|
};
|
|
159
160
|
|
|
160
|
-
// bazel-out/
|
|
161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
161
162
|
setFileSystem(new NodeJSFileSystem());
|
|
162
163
|
export {
|
|
163
164
|
ConsoleLogger,
|
|
@@ -188,6 +189,7 @@ export {
|
|
|
188
189
|
calcProjectFileAndBasePath,
|
|
189
190
|
constructorParametersDownlevelTransform,
|
|
190
191
|
createCompilerHost,
|
|
192
|
+
createFileSystemTsReadDirectoryFn,
|
|
191
193
|
createProgram,
|
|
192
194
|
defaultGatherDiagnostics,
|
|
193
195
|
dirname,
|
package/bundles/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../packages/compiler-cli/src/version.ts", "../../../../../../packages/compiler-cli/src/ngtsc/tsc_plugin.ts", "../../../../../../packages/compiler-cli/index.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,SAAQ,eAAc;AAEf,IAAM,UAAU,IAAI,QAAQ,mBAAmB;;;AC0DhD,IAAO,cAAP,MAAkB;EAOtB,IAAI,WAAQ;AACV,QAAI,KAAK,cAAc,MAAM;AAC3B,YAAM,IAAI,MAAM,2DAA2D;IAC7E;AACA,WAAO,KAAK;EACd;EAEA,YAAoB,WAAa;AAAb,SAAA,YAAA;AAbpB,SAAA,OAAO;AAEC,SAAA,UAAoC;AACpC,SAAA,OAA8B;AAC9B,SAAA,YAA+B;AAUrC,kBAAc,IAAI,iBAAgB,CAAE;EACtC;EAEA,SACE,MACA,YACA,SAA2B;AAK3B,SAAK,UAAU,EAAC,GAAG,KAAK,WAAW,GAAG,QAAO;AAC7C,SAAK,OAAO,eAAe,KAAK,MAAM,YAAY,KAAK,SAA0B,IAAI;AACrF,WAAO,KAAK;EACd;EAEA,iBACE,SACA,YAAuB;AA3G3B;AAsHI,UAAM,eAAe,mBAAmB,YAAW;AACnD,QAAI,KAAK,SAAS,QAAQ,KAAK,YAAY,MAAM;AAC/C,YAAM,IAAI,MAAM,wDAAwD;IAC1E;AACA,SAAK,KAAK,2BAA0B;AACpC,UAAM,gBAAgB,IAAI,sBACxB,SACA,KAAK,MACL,KAAK,SACL,KAAK,KAAK,qBAAqB;AAEjC,UAAM,WAAW,IAAI,uCAAsC;AAC3D,UAAM,WAAW,eAAe,SAAY,SAAS,oBAAoB,UAAU,IAAI;AACvF,QAAI;AAEJ,UAAM,wBAAwB,oBAAI,IAAG;AACrC,QAAI,KAAK,KAAK,6BAA6B,QAAW;AACpD,iBAAW,iBAAgB,UAAK,KAAK,yBAAwB,MAAlC,YAAwC,CAAA,GAAI;AACrE,8BAAsB,IAAI,QAAQ,YAAY,CAAC;MACjD;IACF;AAEA,QAAI,eAAe,UAAa,aAAa,MAAM;AACjD,eAAS;QACP;QACA,KAAK;QACL;QACA;QACA;QACgC;QACV;MAAK;IAE/B,OAAO;AACL,eAAS,oBAAmB,EAAG,oBAAoB,UAAU;AAC7D,eAAS,2BACP,YACA,UACA,SACA,KAAK,SACL,UACA,eACA,uBACA,cACA,OACA,KAAK;IAET;AACA,SAAK,YAAY,WAAW,WAAW,QAAQ,KAAK,IAAI;AACxD,WAAO;MACL,sBAAsB,KAAK,UAAU;MACrC,eAAe,KAAK,UAAU;;EAElC;EAEA,eAAe,MAAoB;AACjC,QAAI,SAAS,QAAW;AACtB,aAAO,KAAK,SAAS,eAAc;IACrC;AACA,WAAO,KAAK,SAAS,sBAAsB,MAAM,YAAY,YAAY;EAC3E;EAEA,uBAAoB;AAClB,WAAO,KAAK,SAAS,qBAAoB;EAC3C;EAEA,iBAAc;AACZ,WAAO,KAAK,SAAS,kBAAiB;EACxC;EAEA,qBAAkB;AAGhB,SAAK,SAAS,aAAa,MAAM,UAAU,cAAc;AACzD,WAAO,KAAK,SAAS,YAAW,EAAG;EACrC;;;;AClJF,cAAc,IAAI,iBAAgB,CAAE;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -8,22 +8,22 @@ import {
|
|
|
8
8
|
LinkerEnvironment,
|
|
9
9
|
assert,
|
|
10
10
|
isFatalLinkerError
|
|
11
|
-
} from "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
} from "../../chunk-ZOS6YCC2.js";
|
|
12
|
+
import "../../chunk-WBKYBVRX.js";
|
|
13
13
|
import {
|
|
14
14
|
ConsoleLogger,
|
|
15
15
|
LogLevel
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-SBDNBITT.js";
|
|
17
|
+
import "../../chunk-WR7TUJ7M.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-KV3I5HEN.js";
|
|
21
21
|
import "../../chunk-XI2RTGAL.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
24
24
|
import { types as t4 } from "@babel/core";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
|
|
27
27
|
import { types as t } from "@babel/core";
|
|
28
28
|
var BabelAstFactory = class {
|
|
29
29
|
constructor(sourceUrl) {
|
|
@@ -148,7 +148,7 @@ function isLExpression(expr) {
|
|
|
148
148
|
return t.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
|
import { types as t2 } from "@babel/core";
|
|
153
153
|
var BabelAstHost = class {
|
|
154
154
|
constructor() {
|
|
@@ -276,7 +276,7 @@ function isMinifiedBooleanLiteral(node) {
|
|
|
276
276
|
return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
// bazel-out/
|
|
279
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
|
|
280
280
|
import { types as t3 } from "@babel/core";
|
|
281
281
|
var BabelDeclarationScope = class {
|
|
282
282
|
constructor(declarationScope) {
|
|
@@ -302,7 +302,7 @@ var BabelDeclarationScope = class {
|
|
|
302
302
|
}
|
|
303
303
|
};
|
|
304
304
|
|
|
305
|
-
// bazel-out/
|
|
305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
|
|
306
306
|
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
|
|
307
307
|
let fileLinker = null;
|
|
308
308
|
return {
|
|
@@ -403,7 +403,7 @@ function buildCodeFrameError(file, message, node) {
|
|
|
403
403
|
return `${filename}: ${error.message}`;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
// bazel-out/
|
|
406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
|
|
407
407
|
function defaultLinkerPlugin(api, options) {
|
|
408
408
|
api.assertVersion(7);
|
|
409
409
|
return createEs2015LinkerPlugin({
|
|
@@ -413,7 +413,7 @@ function defaultLinkerPlugin(api, options) {
|
|
|
413
413
|
});
|
|
414
414
|
}
|
|
415
415
|
|
|
416
|
-
// bazel-out/
|
|
416
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
|
|
417
417
|
var babel_default = defaultLinkerPlugin;
|
|
418
418
|
export {
|
|
419
419
|
createEs2015LinkerPlugin,
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-ZOS6YCC2.js";
|
|
14
|
+
import "../chunk-WBKYBVRX.js";
|
|
15
|
+
import "../chunk-WR7TUJ7M.js";
|
|
16
|
+
import "../chunk-KV3I5HEN.js";
|
|
17
17
|
import "../chunk-XI2RTGAL.js";
|
|
18
18
|
export {
|
|
19
19
|
DEFAULT_LINKER_OPTIONS,
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
const require = __cjsCompatRequire(import.meta.url);
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
// bazel-out/
|
|
7
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
8
8
|
function stringEncaseCRLFWithFirstIndex(value, prefix, postfix, index) {
|
|
9
9
|
let endIndex = 0;
|
|
10
10
|
let returnValue = "";
|
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-SBDNBITT.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-WR7TUJ7M.js";
|
|
13
13
|
import {
|
|
14
14
|
LogicalFileSystem,
|
|
15
15
|
LogicalProjectPath,
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
absoluteFrom,
|
|
19
19
|
absoluteFromSourceFile,
|
|
20
20
|
basename,
|
|
21
|
+
createFileSystemTsReadDirectoryFn,
|
|
21
22
|
dirname,
|
|
22
23
|
getFileSystem,
|
|
23
24
|
getSourceFileOrError,
|
|
@@ -30,7 +31,7 @@ import {
|
|
|
30
31
|
resolve,
|
|
31
32
|
setFileSystem,
|
|
32
33
|
toRelativeImport
|
|
33
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-KV3I5HEN.js";
|
|
34
35
|
import "../chunk-XI2RTGAL.js";
|
|
35
36
|
export {
|
|
36
37
|
ConsoleLogger,
|
|
@@ -44,6 +45,7 @@ export {
|
|
|
44
45
|
absoluteFrom,
|
|
45
46
|
absoluteFromSourceFile,
|
|
46
47
|
basename,
|
|
48
|
+
createFileSystemTsReadDirectoryFn,
|
|
47
49
|
dirname,
|
|
48
50
|
getFileSystem,
|
|
49
51
|
getSourceFileOrError,
|
|
@@ -9,15 +9,15 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-73AYMD6M.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-WBKYBVRX.js";
|
|
19
|
+
import "../chunk-THQF5ZZE.js";
|
|
20
|
+
import "../chunk-KV3I5HEN.js";
|
|
21
21
|
import "../chunk-XI2RTGAL.js";
|
|
22
22
|
export {
|
|
23
23
|
DynamicValue,
|
|
@@ -6,12 +6,12 @@ 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-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-MZGC4NDQ.js";
|
|
10
|
+
import "../chunk-VONOIR7R.js";
|
|
11
|
+
import "../chunk-73AYMD6M.js";
|
|
12
|
+
import "../chunk-WBKYBVRX.js";
|
|
13
|
+
import "../chunk-THQF5ZZE.js";
|
|
14
|
+
import "../chunk-KV3I5HEN.js";
|
|
15
15
|
import "../chunk-XI2RTGAL.js";
|
|
16
16
|
export {
|
|
17
17
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-ZXHWDA6M.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-MJ5UV6HO.js";
|
|
13
|
+
import "../../chunk-VONOIR7R.js";
|
|
14
|
+
import "../../chunk-73AYMD6M.js";
|
|
15
|
+
import "../../chunk-WBKYBVRX.js";
|
|
16
|
+
import "../../chunk-THQF5ZZE.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-KV3I5HEN.js";
|
|
21
21
|
import "../../chunk-XI2RTGAL.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
24
24
|
import "reflect-metadata";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
27
27
|
import yargs from "yargs";
|
|
28
28
|
function mainXi18n(args2, consoleError = console.error) {
|
|
29
29
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -46,7 +46,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
46
46
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
50
50
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
51
51
|
var args = process.argv.slice(2);
|
|
52
52
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
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-ZXHWDA6M.js";
|
|
9
|
+
import "../../chunk-MJ5UV6HO.js";
|
|
10
|
+
import "../../chunk-VONOIR7R.js";
|
|
11
|
+
import "../../chunk-73AYMD6M.js";
|
|
12
|
+
import "../../chunk-WBKYBVRX.js";
|
|
13
|
+
import "../../chunk-THQF5ZZE.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
17
|
+
} from "../../chunk-KV3I5HEN.js";
|
|
18
18
|
import "../../chunk-XI2RTGAL.js";
|
|
19
19
|
|
|
20
|
-
// bazel-out/
|
|
20
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
21
21
|
import "reflect-metadata";
|
|
22
22
|
async function runNgcComamnd() {
|
|
23
23
|
process.title = "Angular Compiler (ngc)";
|