@angular/compiler-cli 18.1.0-next.0 → 18.1.0-next.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-4HWDU6FJ.js +4610 -0
- package/bundles/chunk-4HWDU6FJ.js.map +6 -0
- package/bundles/{chunk-EU3OILAK.js → chunk-54G5EVKM.js} +7 -7
- package/bundles/{chunk-5ZVL2ETT.js → chunk-CK5W7X4H.js} +13 -13
- package/bundles/{chunk-IJ3MFF2U.js → chunk-CWU65S2B.js} +6558 -296
- package/bundles/chunk-CWU65S2B.js.map +6 -0
- package/bundles/{chunk-AQFTVE7F.js → chunk-JZQHA4E7.js} +5 -5
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-KZJWSJUK.js → chunk-MLEQATX2.js} +5 -5
- package/bundles/{chunk-WR7TUJ7M.js → chunk-QYV344EV.js} +7 -7
- package/bundles/{chunk-COIAXMXY.js → chunk-YPERM5UE.js} +46 -43
- package/bundles/chunk-YPERM5UE.js.map +6 -0
- package/bundles/{chunk-PRZ3KEOO.js → chunk-Z34L7JZH.js} +31 -31
- package/bundles/index.js +15 -16
- 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 +3 -3
- package/bundles/private/migrations.js +6 -8
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +9 -10
- package/bundles/src/bin/ng_xi18n.js.map +1 -1
- package/bundles/src/bin/ngc.js +7 -8
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -0
- package/src/ngtsc/core/src/compiler.d.ts +1 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +6 -0
- package/src/ngtsc/indexer/src/api.d.ts +8 -3
- package/src/ngtsc/typecheck/api/checker.d.ts +2 -2
- package/src/ngtsc/typecheck/api/completion.d.ts +15 -4
- package/src/ngtsc/typecheck/api/symbols.d.ts +28 -3
- package/src/ngtsc/typecheck/index.d.ts +1 -1
- package/src/ngtsc/typecheck/src/checker.d.ts +2 -2
- package/src/ngtsc/typecheck/src/context.d.ts +1 -1
- package/src/ngtsc/typecheck/src/oob.d.ts +16 -1
- package/src/ngtsc/typecheck/src/template_symbol_builder.d.ts +4 -3
- package/src/ngtsc/typecheck/src/ts_util.d.ts +1 -1
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +13 -2
- package/bundles/chunk-6AZ42I2O.js +0 -62
- package/bundles/chunk-6AZ42I2O.js.map +0 -6
- package/bundles/chunk-A2WCUOS3.js +0 -10679
- package/bundles/chunk-A2WCUOS3.js.map +0 -6
- package/bundles/chunk-COIAXMXY.js.map +0 -6
- package/bundles/chunk-IJ3MFF2U.js.map +0 -6
- /package/bundles/{chunk-EU3OILAK.js.map → chunk-54G5EVKM.js.map} +0 -0
- /package/bundles/{chunk-5ZVL2ETT.js.map → chunk-CK5W7X4H.js.map} +0 -0
- /package/bundles/{chunk-AQFTVE7F.js.map → chunk-JZQHA4E7.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-KZJWSJUK.js.map → chunk-MLEQATX2.js.map} +0 -0
- /package/bundles/{chunk-WR7TUJ7M.js.map → chunk-QYV344EV.js.map} +0 -0
- /package/bundles/{chunk-PRZ3KEOO.js.map → chunk-Z34L7JZH.js.map} +0 -0
|
@@ -2,23 +2,21 @@
|
|
|
2
2
|
import {createRequire as __cjsCompatRequire} from 'module';
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
PotentialImportKind,
|
|
7
|
-
PotentialImportMode
|
|
8
|
-
} from "../chunk-6AZ42I2O.js";
|
|
9
5
|
import {
|
|
10
6
|
DynamicValue,
|
|
11
7
|
PartialEvaluator,
|
|
8
|
+
PotentialImportKind,
|
|
9
|
+
PotentialImportMode,
|
|
12
10
|
StaticInterpreter,
|
|
13
11
|
forwardRefResolver
|
|
14
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-CWU65S2B.js";
|
|
15
13
|
import {
|
|
16
14
|
Reference,
|
|
17
15
|
TypeScriptReflectionHost,
|
|
18
16
|
reflectObjectLiteral
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
17
|
+
} from "../chunk-YPERM5UE.js";
|
|
18
|
+
import "../chunk-JZQHA4E7.js";
|
|
19
|
+
import "../chunk-54G5EVKM.js";
|
|
22
20
|
import "../chunk-XI2RTGAL.js";
|
|
23
21
|
export {
|
|
24
22
|
DynamicValue,
|
|
@@ -6,11 +6,11 @@ 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-
|
|
9
|
+
} from "../chunk-CK5W7X4H.js";
|
|
10
|
+
import "../chunk-CWU65S2B.js";
|
|
11
|
+
import "../chunk-YPERM5UE.js";
|
|
12
|
+
import "../chunk-JZQHA4E7.js";
|
|
13
|
+
import "../chunk-54G5EVKM.js";
|
|
14
14
|
import "../chunk-XI2RTGAL.js";
|
|
15
15
|
export {
|
|
16
16
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,24 +6,23 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-MLEQATX2.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-AQFTVE7F.js";
|
|
12
|
+
} from "../../chunk-4HWDU6FJ.js";
|
|
13
|
+
import "../../chunk-CWU65S2B.js";
|
|
14
|
+
import "../../chunk-YPERM5UE.js";
|
|
15
|
+
import "../../chunk-JZQHA4E7.js";
|
|
17
16
|
import {
|
|
18
17
|
NodeJSFileSystem,
|
|
19
18
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
19
|
+
} from "../../chunk-54G5EVKM.js";
|
|
21
20
|
import "../../chunk-XI2RTGAL.js";
|
|
22
21
|
|
|
23
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
24
23
|
import "reflect-metadata";
|
|
25
24
|
|
|
26
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
27
26
|
import yargs from "yargs";
|
|
28
27
|
function mainXi18n(args2, consoleError = console.error) {
|
|
29
28
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -46,7 +45,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
46
45
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
47
46
|
}
|
|
48
47
|
|
|
49
|
-
// bazel-out/
|
|
48
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
50
49
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
51
50
|
var args = process.argv.slice(2);
|
|
52
51
|
setFileSystem(new NodeJSFileSystem());
|
|
@@ -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,OAAO;;;ACEP,OAAO,WAAW;AAMZ,SAAU,UACdA,OACA,eAAsC,QAAQ,OAAK;AAEnD,QAAM,SAAS,qCAAqCA,KAAI;AACxD,SAAO,KAAKA,OAAM,cAAc,QAAQ,QAAW,QAAW,MAAS;AACzE;AAEA,SAAS,qCAAqCA,OAAc;AAC1D,QAAM,UAA+B,CAAA;AACrC,QAAM,aAAa,MAAMA,KAAI,EAC1B,OAAO,cAAc,EAAC,MAAM,SAAQ,CAAC,EACrC,OAAO,UAAU,EAAC,MAAM,SAAQ,CAAC,EACjC,OAAO,WAAW,EAAC,MAAM,SAAQ,CAAC,EAClC,UAAS;AAEZ,MAAI,WAAW;AAAS,YAAQ,cAAc,WAAW;AACzD,MAAI,WAAW;AAAY,YAAQ,gBAAgB,WAAW;AAC9D,MAAI,WAAW;AAAQ,YAAQ,gBAAgB,WAAW;AAE1D,QAAM,SAAS,gCAAgCA,OAAM,SAAS;IAC5D;IACA;IACA;GACD;AAED,SAAO,EAAC,GAAG,QAAQ,WAAe,UAAU,WAAU;AACxD;;;AD9BA,QAAQ,QAAQ;AAChB,IAAM,OAAO,QAAQ,KAAK,MAAM,CAAC;AAEjC,cAAc,IAAI,iBAAgB,CAAE;AACpC,QAAQ,WAAW,UAAU,IAAI;",
|
|
5
5
|
"names": ["args"]
|
|
6
6
|
}
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,19 +5,18 @@
|
|
|
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-AQFTVE7F.js";
|
|
8
|
+
} from "../../chunk-MLEQATX2.js";
|
|
9
|
+
import "../../chunk-4HWDU6FJ.js";
|
|
10
|
+
import "../../chunk-CWU65S2B.js";
|
|
11
|
+
import "../../chunk-YPERM5UE.js";
|
|
12
|
+
import "../../chunk-JZQHA4E7.js";
|
|
14
13
|
import {
|
|
15
14
|
NodeJSFileSystem,
|
|
16
15
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
16
|
+
} from "../../chunk-54G5EVKM.js";
|
|
18
17
|
import "../../chunk-XI2RTGAL.js";
|
|
19
18
|
|
|
20
|
-
// bazel-out/
|
|
19
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
21
20
|
import "reflect-metadata";
|
|
22
21
|
async function runNgcComamnd() {
|
|
23
22
|
process.title = "Angular Compiler (ngc)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../packages/compiler-cli/src/bin/ngc.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;AAUA,OAAO;AAKP,eAAe,gBAAa;AAC1B,UAAQ,QAAQ;AAChB,QAAM,OAAO,QAAQ,KAAK,MAAM,CAAC;AAEjC,gBAAc,IAAI,iBAAgB,CAAE;AAEpC,UAAQ,WAAW,KAAK,MAAM,QAAW,QAAW,QAAW,QAAW,MAAS;AACrF;AAEA,cAAa,EAAG,MAAM,CAAC,MAAK;AAC1B,UAAQ,MAAM,CAAC;AACf,UAAQ,WAAW;AACrB,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|