@angular/compiler-cli 14.1.0-next.4 → 14.1.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-TUMJDJFX.js → chunk-3AXTYLAQ.js} +8 -11
- package/bundles/chunk-3AXTYLAQ.js.map +6 -0
- package/bundles/{chunk-W6KM7BUM.js → chunk-4JF5LVDW.js} +5 -8
- package/bundles/chunk-4JF5LVDW.js.map +6 -0
- package/bundles/{chunk-NJ7YQMH6.js → chunk-4N37OTSF.js} +19 -23
- package/bundles/chunk-4N37OTSF.js.map +6 -0
- package/bundles/{chunk-R4NY3TJC.js → chunk-ACXPVP2W.js} +1 -1
- package/bundles/chunk-ACXPVP2W.js.map +6 -0
- package/bundles/{chunk-WGBFSDVQ.js → chunk-CYVTLM4Z.js} +2 -6
- package/bundles/chunk-CYVTLM4Z.js.map +6 -0
- package/bundles/{chunk-LX5Q27EF.js → chunk-E7NQQTT7.js} +1 -1
- package/bundles/{chunk-LX5Q27EF.js.map → chunk-E7NQQTT7.js.map} +1 -1
- package/bundles/{chunk-QEIAOLAL.js → chunk-FFOD6G3X.js} +5 -9
- package/bundles/chunk-FFOD6G3X.js.map +6 -0
- package/bundles/{chunk-OLGEBPBY.js → chunk-FM6NPN5V.js} +3 -3
- package/bundles/{chunk-OLGEBPBY.js.map → chunk-FM6NPN5V.js.map} +0 -0
- package/bundles/{chunk-JXRNV3VY.js → chunk-HE5WHX7C.js} +11 -12
- package/bundles/chunk-HE5WHX7C.js.map +6 -0
- package/bundles/{chunk-2IMT6JFI.js → chunk-NFCN3OZI.js} +1 -1
- package/bundles/chunk-NFCN3OZI.js.map +6 -0
- package/bundles/{chunk-T7MYRXIE.js → chunk-TOKOIIBI.js} +2 -2
- package/bundles/chunk-TOKOIIBI.js.map +6 -0
- package/bundles/{chunk-JRBVL2HZ.js → chunk-TSVR3WF5.js} +8 -4
- package/bundles/chunk-TSVR3WF5.js.map +6 -0
- package/bundles/{chunk-RUNC33XY.js → chunk-X2UHASWN.js} +58 -54
- package/bundles/chunk-X2UHASWN.js.map +6 -0
- package/bundles/{chunk-GMSUYBZP.js → chunk-XYNRD7NE.js} +1 -33
- package/bundles/{chunk-GMSUYBZP.js.map → chunk-XYNRD7NE.js.map} +0 -0
- package/bundles/{chunk-K4XEMWX4.js → chunk-ZBS75WH7.js} +221 -95
- package/bundles/chunk-ZBS75WH7.js.map +6 -0
- package/bundles/index.js +11 -13
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +13 -17
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +11 -11
- package/bundles/ngcc/main-ngcc.js +12 -12
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +11 -11
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js.map +1 -1
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +3 -3
- package/bundles/private/bazel.js +2 -2
- package/bundles/private/localize.js +4 -4
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +9 -12
- package/bundles/src/bin/ng_xi18n.js.map +1 -1
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/linker/src/linker_import_generator.d.ts +1 -1
- package/ngcc/src/host/commonjs_umd_utils.d.ts +2 -2
- package/ngcc/src/host/esm5_host.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/core/api/src/public_options.d.ts +1 -1
- package/src/ngtsc/core/src/compiler.d.ts +2 -2
- package/src/ngtsc/diagnostics/src/error_code.d.ts +33 -3
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +4 -1
- package/src/ngtsc/incremental/src/state.d.ts +1 -1
- package/src/ngtsc/indexer/src/context.d.ts +1 -1
- package/src/ngtsc/metadata/src/registry.d.ts +2 -1
- package/src/ngtsc/perf/src/recorder.d.ts +1 -1
- package/src/ngtsc/reflection/src/host.d.ts +1 -1
- package/src/ngtsc/scope/src/dependency.d.ts +1 -1
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +2 -2
- package/src/ngtsc/translator/src/import_manager.d.ts +1 -1
- package/src/ngtsc/typecheck/extended/api/extended_template_checker.d.ts +1 -1
- package/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.d.ts +10 -0
- package/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.d.ts +11 -0
- package/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.d.ts +11 -0
- package/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.d.ts +11 -0
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +1 -1
- package/src/transformers/api.d.ts +2 -2
- package/bundles/chunk-2IMT6JFI.js.map +0 -6
- package/bundles/chunk-JRBVL2HZ.js.map +0 -6
- package/bundles/chunk-JXRNV3VY.js.map +0 -6
- package/bundles/chunk-K4XEMWX4.js.map +0 -6
- package/bundles/chunk-NJ7YQMH6.js.map +0 -6
- package/bundles/chunk-QEIAOLAL.js.map +0 -6
- package/bundles/chunk-R4NY3TJC.js.map +0 -6
- package/bundles/chunk-RUNC33XY.js.map +0 -6
- package/bundles/chunk-T7MYRXIE.js.map +0 -6
- package/bundles/chunk-TUMJDJFX.js.map +0 -6
- package/bundles/chunk-W6KM7BUM.js.map +0 -6
- package/bundles/chunk-WGBFSDVQ.js.map +0 -6
package/bundles/ngcc/index.js
CHANGED
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
mainNgcc
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-HE5WHX7C.js";
|
|
9
9
|
import "../chunk-R3C7RFJ4.js";
|
|
10
10
|
import {
|
|
11
11
|
clearTsConfigCache
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-4N37OTSF.js";
|
|
13
|
+
import "../chunk-ZBS75WH7.js";
|
|
14
|
+
import "../chunk-X2UHASWN.js";
|
|
15
|
+
import "../chunk-NFCN3OZI.js";
|
|
16
16
|
import {
|
|
17
17
|
ConsoleLogger,
|
|
18
18
|
LogLevel
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-E7NQQTT7.js";
|
|
20
|
+
import "../chunk-CYVTLM4Z.js";
|
|
21
|
+
import "../chunk-TSVR3WF5.js";
|
|
22
22
|
import {
|
|
23
23
|
NodeJSFileSystem,
|
|
24
24
|
setFileSystem
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-
|
|
27
|
-
import "../chunk-
|
|
25
|
+
} from "../chunk-TOKOIIBI.js";
|
|
26
|
+
import "../chunk-ACXPVP2W.js";
|
|
27
|
+
import "../chunk-XYNRD7NE.js";
|
|
28
28
|
|
|
29
29
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
|
|
30
30
|
import { dirname, join } from "path";
|
|
@@ -6,21 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
parseCommandLineOptions
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-FM6NPN5V.js";
|
|
10
10
|
import {
|
|
11
11
|
mainNgcc
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-HE5WHX7C.js";
|
|
13
13
|
import "../chunk-R3C7RFJ4.js";
|
|
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-
|
|
23
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-4N37OTSF.js";
|
|
15
|
+
import "../chunk-ZBS75WH7.js";
|
|
16
|
+
import "../chunk-X2UHASWN.js";
|
|
17
|
+
import "../chunk-NFCN3OZI.js";
|
|
18
|
+
import "../chunk-E7NQQTT7.js";
|
|
19
|
+
import "../chunk-CYVTLM4Z.js";
|
|
20
|
+
import "../chunk-TSVR3WF5.js";
|
|
21
|
+
import "../chunk-TOKOIIBI.js";
|
|
22
|
+
import "../chunk-ACXPVP2W.js";
|
|
23
|
+
import "../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
25
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/main-ngcc.mjs
|
|
26
26
|
process.title = "ngcc";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
parseCommandLineOptions
|
|
8
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-FM6NPN5V.js";
|
|
9
9
|
import {
|
|
10
10
|
PackageJsonUpdate,
|
|
11
11
|
applyChange,
|
|
@@ -13,16 +13,16 @@ 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-
|
|
25
|
-
import "../../../../chunk-
|
|
16
|
+
} from "../../../../chunk-4N37OTSF.js";
|
|
17
|
+
import "../../../../chunk-ZBS75WH7.js";
|
|
18
|
+
import "../../../../chunk-X2UHASWN.js";
|
|
19
|
+
import "../../../../chunk-NFCN3OZI.js";
|
|
20
|
+
import "../../../../chunk-E7NQQTT7.js";
|
|
21
|
+
import "../../../../chunk-CYVTLM4Z.js";
|
|
22
|
+
import "../../../../chunk-TSVR3WF5.js";
|
|
23
|
+
import "../../../../chunk-TOKOIIBI.js";
|
|
24
|
+
import "../../../../chunk-ACXPVP2W.js";
|
|
25
|
+
import "../../../../chunk-XYNRD7NE.js";
|
|
26
26
|
|
|
27
27
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.mjs
|
|
28
28
|
import cluster from "cluster";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../../../packages/compiler-cli/ngcc/src/execution/cluster/package_json_updater.ts", "../../../../../../../../../../packages/compiler-cli/ngcc/src/execution/cluster/worker.ts", "../../../../../../../../../../packages/compiler-cli/ngcc/src/execution/cluster/ngcc_cluster_worker.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA;AAVA,AAuBM,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA;AAVA,AAuBM,IAAO,kCAAP,MAAsC;EAC1C,cAAA;AACE,QAAI,QAAQ,UAAU;AACpB,YAAM,IAAI,MAAM,0EAA0E;;EAE9F;EAEA,eAAY;AACV,WAAO,IAAI,kBAAkB,IAAI,SAAS,KAAK,aAAa,GAAG,IAAI,CAAC;EACtE;EAKA,aACI,SAA8B,iBAC9B,uBAAkC;AACpC,QAAI,uBAAuB;AACzB,iBAAW,CAAC,UAAU,UAAU,SAAS;AACvC,YAAI,SAAS,WAAW,GAAG;AACzB,gBAAM,IAAI,MAAM,+CAA+C,mBAAmB;;AAIpF,oBAAY,uBAAuB,UAAU,OAAO,aAAa;;;AAIrE,wBAAoB;MAClB,MAAM;MACN;MACA;KACD;EACH;;;;AC/CF;AATA,AAkBA,2BAAkC,QAAgB,iBAAgC;AAChF,MAAI,SAAQ,UAAU;AACpB,UAAM,IAAI,MAAM,oDAAoD;;AAGtE,QAAM,UAAU,gBACZ,sBAAoB,oBAAoB;IACtC,MAAM;IACN,OAAO,iBAAiB,IAAI,OAAK,EAAE,IAAI;GACxC,GACD,CAAC,OAAO,SAAS,YAAY,oBAAoB,EAAC,MAAM,kBAAkB,SAAS,QAAO,CAAC,CAAC;AAGhG,WAAQ,OAAO,GAAG,WAAW,OAAO,QAAwB;AAC1D,QAAI;AACF,cAAQ,IAAI;aACL;AACH,iBAAO,MACH,YAAY,SAAQ,OAAO,wBAAwB,cAAc,IAAI,IAAI,GAAG;AAChF,iBAAO,MAAM,QAAQ,IAAI,IAAI;;AAE7B,gBAAM,IAAI,MACN,YAAY,SAAQ,OAAO,iCAAiC,KAAK,UAAU,GAAG,GAAG;;aAElF,KAAP;AACA,cAAQ,OAAO,IAAI;aACZ;AAMH,iBAAO,KAAK,YAAY,SAAQ,OAAO,OAAO,IAAI,SAAS,IAAI,SAAS;AACxE,iBAAO,QAAQ,KAAK,CAAC;;AAErB,gBAAM,oBAAoB;YACxB,MAAM;YACN,OAAQ,eAAe,QAAU,IAAI,SAAS,IAAI,UAAW;WAC9D;;;EAGT,CAAC;AAGD,QAAM,oBAAoB,EAAC,MAAM,QAAO,CAAC;AAIzC,SAAO,IAAI,QAAQ,MAAM,MAAS;AACpC;;;ACnEA,AAgBA,AAAC,aAAW;AACV,UAAQ,QAAQ;AAEhB,MAAI;AACF,UAAM,EACJ,QACA,cACA,iCACA,YACA,UACA,kBACE,eAAe,wBAAwB,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC;AAKjE,UAAM,iBAAiB,IAAI,gCAA+B;AAC1D,UAAM,aAAa,cAAc,cAAc;AAG/C,UAAM,kBAAkB,mBACpB,YAAY,QAAQ,YAAY,iCAAiC,UAAU,YAAY;AAE3F,UAAM,YAAY,QAAQ,eAAe;AACzC,YAAQ,WAAW;WACZ,GAAP;AACA,YAAQ,MAAO,EAAY,SAAU,EAAY,OAAO;AACxD,YAAQ,KAAK,CAAC;;AAElB,GAAE;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
} from "../../../../chunk-R3C7RFJ4.js";
|
|
9
9
|
import {
|
|
10
10
|
ConsoleLogger
|
|
11
|
-
} from "../../../../chunk-
|
|
11
|
+
} from "../../../../chunk-E7NQQTT7.js";
|
|
12
12
|
import {
|
|
13
13
|
NodeJSFileSystem
|
|
14
|
-
} from "../../../../chunk-
|
|
15
|
-
import "../../../../chunk-
|
|
14
|
+
} from "../../../../chunk-TOKOIIBI.js";
|
|
15
|
+
import "../../../../chunk-XYNRD7NE.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.mjs
|
|
18
18
|
var fs = new NodeJSFileSystem();
|
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-E7NQQTT7.js";
|
|
10
10
|
import {
|
|
11
11
|
SourceFile,
|
|
12
12
|
SourceFileLoader
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-CYVTLM4Z.js";
|
|
14
14
|
import {
|
|
15
15
|
LogicalFileSystem,
|
|
16
16
|
LogicalProjectPath,
|
|
@@ -31,8 +31,8 @@ import {
|
|
|
31
31
|
resolve,
|
|
32
32
|
setFileSystem,
|
|
33
33
|
toRelativeImport
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-
|
|
34
|
+
} from "../chunk-TOKOIIBI.js";
|
|
35
|
+
import "../chunk-XYNRD7NE.js";
|
|
36
36
|
export {
|
|
37
37
|
ConsoleLogger,
|
|
38
38
|
LogLevel,
|
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
PartialEvaluator,
|
|
9
9
|
StaticInterpreter,
|
|
10
10
|
forwardRefResolver
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-X2UHASWN.js";
|
|
12
12
|
import {
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
reflectObjectLiteral
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-NFCN3OZI.js";
|
|
16
16
|
import {
|
|
17
17
|
Reference
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-TSVR3WF5.js";
|
|
19
|
+
import "../chunk-TOKOIIBI.js";
|
|
20
|
+
import "../chunk-ACXPVP2W.js";
|
|
21
|
+
import "../chunk-XYNRD7NE.js";
|
|
22
22
|
export {
|
|
23
23
|
DynamicValue,
|
|
24
24
|
PartialEvaluator,
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-4JF5LVDW.js";
|
|
11
|
+
import "../chunk-NFCN3OZI.js";
|
|
12
|
+
import "../chunk-XYNRD7NE.js";
|
|
13
13
|
export {
|
|
14
14
|
GLOBAL_DEFS_FOR_TERSER,
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
@@ -7,22 +7,19 @@
|
|
|
7
7
|
import {
|
|
8
8
|
main,
|
|
9
9
|
readCommandLineAndConfiguration
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-FFOD6G3X.js";
|
|
11
11
|
import {
|
|
12
12
|
EmitFlags
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-ZBS75WH7.js";
|
|
14
|
+
import "../../chunk-X2UHASWN.js";
|
|
15
|
+
import "../../chunk-NFCN3OZI.js";
|
|
16
|
+
import "../../chunk-TSVR3WF5.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
22
|
-
import
|
|
23
|
-
__spreadProps,
|
|
24
|
-
__spreadValues
|
|
25
|
-
} from "../../chunk-GMSUYBZP.js";
|
|
20
|
+
} from "../../chunk-TOKOIIBI.js";
|
|
21
|
+
import "../../chunk-ACXPVP2W.js";
|
|
22
|
+
import "../../chunk-XYNRD7NE.js";
|
|
26
23
|
|
|
27
24
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
28
25
|
import "reflect-metadata";
|
|
@@ -47,7 +44,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
47
44
|
"i18nFormat",
|
|
48
45
|
"locale"
|
|
49
46
|
]);
|
|
50
|
-
return
|
|
47
|
+
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
51
48
|
}
|
|
52
49
|
|
|
53
50
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../packages/compiler-cli/src/bin/ng_xi18n.ts", "../../../../../../../../packages/compiler-cli/src/extract_i18n.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAUA;;;ACEA;AAZA,AAkBM,mBACF,OAAgB,eAAsC,QAAQ,OAAK;AACrE,QAAM,SAAS,qCAAqC,KAAI;AACxD,SAAO,KAAK,OAAM,cAAc,QAAQ,QAAW,QAAW,MAAS;AACzE;AAEA,8CAA8C,OAAc;AAC1D,QAAM,UAA+B,CAAA;AACrC,QAAM,aAAa,MAAM,KAAI,EACL,OAAO,cAAc,EAAC,MAAM,SAAQ,CAAC,EACrC,OAAO,UAAU,EAAC,MAAM,SAAQ,CAAC,EACjC,OAAO,WAAW,EAAC,MAAM,SAAQ,CAAC,EAClC,UAAS;AAEjC,MAAI,WAAW;AAAS,YAAQ,cAAc,WAAW;AACzD,MAAI,WAAW;AAAY,YAAQ,gBAAgB,WAAW;AAC9D,MAAI,WAAW;AAAQ,YAAQ,gBAAgB,WAAW;AAE1D,QAAM,SAAS,gCAAgC,OAAM,SAAS;IAC5D;IACA;IACA;GACD;AAED,SAAO,EAAC,GAAG,QAAQ,WAAW,AAAI,UAAU,WAAU;AACxD;;;AD1CA,AAcA,QAAQ,QAAQ;AAChB,IAAM,OAAO,QAAQ,KAAK,MAAM,CAAC;AAEjC,cAAc,IAAI,iBAAgB,CAAE;AACpC,QAAQ,WAAW,UAAU,IAAI;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -6,20 +6,20 @@
|
|
|
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-FFOD6G3X.js";
|
|
10
|
+
import "../../chunk-ZBS75WH7.js";
|
|
11
|
+
import "../../chunk-X2UHASWN.js";
|
|
12
|
+
import "../../chunk-NFCN3OZI.js";
|
|
13
|
+
import "../../chunk-TSVR3WF5.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-TOKOIIBI.js";
|
|
18
|
+
import "../../chunk-ACXPVP2W.js";
|
|
19
19
|
import {
|
|
20
20
|
__require,
|
|
21
21
|
__toESM
|
|
22
|
-
} from "../../chunk-
|
|
22
|
+
} from "../../chunk-XYNRD7NE.js";
|
|
23
23
|
|
|
24
24
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
25
25
|
import "reflect-metadata";
|