@angular/compiler-cli 13.1.0-next.3 → 13.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-UMUIU7TE.js → chunk-7UHLQOIO.js} +4 -4
- package/bundles/{chunk-UMUIU7TE.js.map → chunk-7UHLQOIO.js.map} +0 -0
- package/bundles/{chunk-QDWL7SZJ.js → chunk-BPCUCINV.js} +2 -2
- package/bundles/{chunk-QDWL7SZJ.js.map → chunk-BPCUCINV.js.map} +0 -0
- package/bundles/{chunk-COAETSNP.js → chunk-CKZCKW5B.js} +785 -1129
- package/bundles/chunk-CKZCKW5B.js.map +6 -0
- package/bundles/{chunk-GLCRIILX.js → chunk-J6CW3T62.js} +5 -5
- package/bundles/{chunk-GLCRIILX.js.map → chunk-J6CW3T62.js.map} +0 -0
- package/bundles/{chunk-SKBLJA43.js → chunk-JTYUTYS2.js} +3 -3
- package/bundles/{chunk-SKBLJA43.js.map → chunk-JTYUTYS2.js.map} +0 -0
- package/bundles/{chunk-UIKTHF6Z.js → chunk-K5FPDA5B.js} +61 -63
- package/bundles/chunk-K5FPDA5B.js.map +6 -0
- package/bundles/{chunk-MFCLQBFK.js → chunk-KU4D2JVX.js} +39 -41
- package/bundles/chunk-KU4D2JVX.js.map +6 -0
- package/bundles/{chunk-7HVF6UHR.js → chunk-KXVQ4SSM.js} +24 -22
- package/bundles/chunk-KXVQ4SSM.js.map +6 -0
- package/bundles/{chunk-IESRH26X.js → chunk-L23I4NJT.js} +744 -434
- package/bundles/chunk-L23I4NJT.js.map +6 -0
- package/bundles/{chunk-QL6ZC3U3.js → chunk-RDTZZXLZ.js} +12 -12
- package/bundles/{chunk-QL6ZC3U3.js.map → chunk-RDTZZXLZ.js.map} +1 -1
- package/bundles/{chunk-EP5JHXG2.js → chunk-RGGJJ7ZZ.js} +39 -60
- package/bundles/chunk-RGGJJ7ZZ.js.map +6 -0
- package/bundles/{chunk-JJMLEEKA.js → chunk-RNVIUKDY.js} +9 -9
- package/bundles/chunk-RNVIUKDY.js.map +6 -0
- package/bundles/{chunk-HDZS2JG2.js → chunk-VUEDWBJP.js} +270 -100
- package/bundles/chunk-VUEDWBJP.js.map +6 -0
- package/bundles/{chunk-XA5IZLLC.js → chunk-WQ3TNYTD.js} +6 -6
- package/bundles/{chunk-XA5IZLLC.js.map → chunk-WQ3TNYTD.js.map} +0 -0
- package/bundles/{chunk-4EDYFHXN.js → chunk-XXMNTCYN.js} +9 -9
- package/bundles/chunk-XXMNTCYN.js.map +6 -0
- package/bundles/{chunk-7HBAJSZA.js → chunk-ZLL7BXGD.js} +228 -190
- package/bundles/chunk-ZLL7BXGD.js.map +6 -0
- package/bundles/index.js +16 -30
- package/bundles/index.js.map +2 -2
- package/bundles/linker/babel/index.js +85 -85
- package/bundles/linker/babel/index.js.map +1 -1
- 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 +5 -5
- 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 +11 -11
- package/bundles/src/bin/ngc.js +11 -11
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/index.d.ts +2 -2
- package/ngcc/src/packages/adjust_cjs_umd_exports.d.ts +17 -0
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/ngcc/src/packages/source_file_cache.d.ts +2 -1
- package/package.json +2 -2
- package/src/main.d.ts +3 -3
- package/src/ngtsc/annotations/src/util.d.ts +1 -1
- package/src/ngtsc/core/api/src/options.d.ts +3 -2
- package/src/ngtsc/core/api/src/public_options.d.ts +38 -0
- package/src/ngtsc/core/src/host.d.ts +1 -1
- package/src/ngtsc/diagnostics/index.d.ts +2 -1
- package/src/ngtsc/diagnostics/src/error.d.ts +1 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +7 -0
- package/src/ngtsc/diagnostics/src/error_details_base_url.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +21 -0
- package/src/ngtsc/file_system/src/compiler_host.d.ts +1 -0
- package/src/ngtsc/imports/index.d.ts +1 -1
- package/src/ngtsc/imports/src/emitter.d.ts +40 -8
- package/src/ngtsc/program.d.ts +3 -6
- package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +1 -1
- package/src/ngtsc/translator/src/translator.d.ts +0 -5
- package/src/ngtsc/translator/src/type_translator.d.ts +0 -2
- package/src/ngtsc/typecheck/extended/api/api.d.ts +30 -10
- package/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.d.ts +3 -14
- package/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.d.ts +3 -15
- package/src/ngtsc/typecheck/extended/index.d.ts +3 -0
- package/src/ngtsc/typecheck/extended/src/extended_template_checker.d.ts +5 -4
- package/src/ngtsc/typecheck/src/environment.d.ts +3 -1
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +10 -2
- package/src/ngtsc/typecheck/src/type_constructor.d.ts +3 -2
- package/src/ngtsc/typecheck/src/type_emitter.d.ts +7 -21
- package/src/ngtsc/typecheck/src/type_parameter_emitter.d.ts +2 -2
- package/src/ngtsc/util/src/typescript.d.ts +0 -5
- package/src/perform_compile.d.ts +5 -10
- package/src/perform_watch.d.ts +4 -4
- package/src/transformers/api.d.ts +3 -30
- package/src/transformers/util.d.ts +4 -6
- package/bundles/chunk-4EDYFHXN.js.map +0 -6
- package/bundles/chunk-7HBAJSZA.js.map +0 -6
- package/bundles/chunk-7HVF6UHR.js.map +0 -6
- package/bundles/chunk-COAETSNP.js.map +0 -6
- package/bundles/chunk-EP5JHXG2.js.map +0 -6
- package/bundles/chunk-HDZS2JG2.js.map +0 -6
- package/bundles/chunk-IESRH26X.js.map +0 -6
- package/bundles/chunk-JJMLEEKA.js.map +0 -6
- package/bundles/chunk-MFCLQBFK.js.map +0 -6
- package/bundles/chunk-UIKTHF6Z.js.map +0 -6
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
PartialEvaluator,
|
|
9
9
|
StaticInterpreter,
|
|
10
10
|
forwardRefResolver
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-L23I4NJT.js";
|
|
12
12
|
import {
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
reflectObjectLiteral
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-XXMNTCYN.js";
|
|
16
16
|
import {
|
|
17
17
|
Reference
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-VUEDWBJP.js";
|
|
19
|
+
import "../chunk-RGGJJ7ZZ.js";
|
|
20
|
+
import "../chunk-J6CW3T62.js";
|
|
21
|
+
import "../chunk-WQ3TNYTD.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-RNVIUKDY.js";
|
|
11
|
+
import "../chunk-XXMNTCYN.js";
|
|
12
|
+
import "../chunk-WQ3TNYTD.js";
|
|
13
13
|
export {
|
|
14
14
|
GLOBAL_DEFS_FOR_TERSER,
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
@@ -7,27 +7,27 @@
|
|
|
7
7
|
import {
|
|
8
8
|
main,
|
|
9
9
|
readCommandLineAndConfiguration
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-KXVQ4SSM.js";
|
|
11
11
|
import {
|
|
12
12
|
EmitFlags
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-CKZCKW5B.js";
|
|
14
|
+
import "../../chunk-L23I4NJT.js";
|
|
15
|
+
import "../../chunk-XXMNTCYN.js";
|
|
16
|
+
import "../../chunk-VUEDWBJP.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
20
|
+
} from "../../chunk-RGGJJ7ZZ.js";
|
|
21
|
+
import "../../chunk-J6CW3T62.js";
|
|
22
22
|
import {
|
|
23
23
|
__spreadProps,
|
|
24
24
|
__spreadValues
|
|
25
|
-
} from "../../chunk-
|
|
25
|
+
} from "../../chunk-WQ3TNYTD.js";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
28
28
|
import "reflect-metadata";
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
31
31
|
import yargs from "yargs";
|
|
32
32
|
function mainXi18n(args2, consoleError = console.error) {
|
|
33
33
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -50,7 +50,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
50
50
|
return __spreadProps(__spreadValues({}, config), { emitFlags: EmitFlags.I18nBundle });
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
// bazel-out/
|
|
53
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
54
54
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
55
55
|
var args = process.argv.slice(2);
|
|
56
56
|
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-KXVQ4SSM.js";
|
|
10
|
+
import "../../chunk-CKZCKW5B.js";
|
|
11
|
+
import "../../chunk-L23I4NJT.js";
|
|
12
|
+
import "../../chunk-XXMNTCYN.js";
|
|
13
|
+
import "../../chunk-VUEDWBJP.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-RGGJJ7ZZ.js";
|
|
18
|
+
import "../../chunk-J6CW3T62.js";
|
|
19
19
|
import {
|
|
20
20
|
__require,
|
|
21
|
-
|
|
22
|
-
} from "../../chunk-
|
|
21
|
+
__toESM
|
|
22
|
+
} from "../../chunk-WQ3TNYTD.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin-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)";
|
|
@@ -29,7 +29,7 @@ async function runNgcComamnd() {
|
|
|
29
29
|
setFileSystem(new NodeJSFileSystem());
|
|
30
30
|
let tsickleModule;
|
|
31
31
|
try {
|
|
32
|
-
tsickleModule = (await Promise.resolve().then(() =>
|
|
32
|
+
tsickleModule = (await Promise.resolve().then(() => __toESM(__require("tsickle"), 1))).default;
|
|
33
33
|
} catch {
|
|
34
34
|
}
|
|
35
35
|
process.exitCode = main(args, void 0, void 0, void 0, void 0, void 0, tsickleModule);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../../packages/compiler-cli/src/bin/ngc.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAUA;AATA,AAcA,+BAA4B;AAC1B,UAAQ,QAAQ;AAChB,QAAM,OAAO,QAAQ,KAAK,MAAM;AAEhC,gBAAc,IAAI;AAElB,MAAI;AAIJ,MAAI;AACF,oBAAiB,OAAM,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAUA;AATA,AAcA,+BAA4B;AAC1B,UAAQ,QAAQ;AAChB,QAAM,OAAO,QAAQ,KAAK,MAAM;AAEhC,gBAAc,IAAI;AAElB,MAAI;AAIJ,MAAI;AACF,oBAAiB,OAAM,+CAAO,iBAAY;UAC1C;;AAGF,UAAQ,WACJ,KAAK,MAAM,QAAW,QAAW,QAAW,QAAW,QAAW;;AAGxE,gBAAgB,MAAM,OAAI;AACxB,UAAQ,MAAM;AACd,UAAQ,WAAW;;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|