@angular/compiler-cli 13.1.0-next.1 → 13.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-PBA67OV4.js → chunk-AUFNJGZ6.js} +31 -7
- package/bundles/chunk-AUFNJGZ6.js.map +6 -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-WOC6KEUY.js → chunk-DJRTTRF3.js} +43 -43
- package/bundles/{chunk-WOC6KEUY.js.map → chunk-DJRTTRF3.js.map} +1 -1
- package/bundles/{chunk-MIQ5UCHZ.js → chunk-FXVUPJ6A.js} +80 -59
- package/bundles/chunk-FXVUPJ6A.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-2DL256T3.js → chunk-KWZNY2SK.js} +459 -465
- package/bundles/chunk-KWZNY2SK.js.map +6 -0
- package/bundles/{chunk-WYO7JO2T.js → chunk-O5ZEI3UY.js} +24 -20
- package/bundles/chunk-O5ZEI3UY.js.map +6 -0
- package/bundles/{chunk-JNWO3JB2.js → chunk-OOIW53QX.js} +31 -31
- package/bundles/{chunk-JNWO3JB2.js.map → chunk-OOIW53QX.js.map} +1 -1
- package/bundles/{chunk-VKIZ4TCJ.js → chunk-P5ZW5MI4.js} +6218 -10769
- package/bundles/chunk-P5ZW5MI4.js.map +6 -0
- package/bundles/{chunk-QL6ZC3U3.js → chunk-PF3ZPGF5.js} +7 -7
- package/bundles/{chunk-QL6ZC3U3.js.map → chunk-PF3ZPGF5.js.map} +0 -0
- package/bundles/{chunk-UMUIU7TE.js → chunk-QFB4WK55.js} +4 -4
- package/bundles/{chunk-UMUIU7TE.js.map → chunk-QFB4WK55.js.map} +0 -0
- package/bundles/{chunk-EP5JHXG2.js → chunk-TI3THPMZ.js} +7 -7
- package/bundles/{chunk-EP5JHXG2.js.map → chunk-TI3THPMZ.js.map} +0 -0
- package/bundles/{chunk-BUHTODFL.js → chunk-W5CGOJQ4.js} +13 -7
- package/bundles/chunk-W5CGOJQ4.js.map +6 -0
- package/bundles/{chunk-S3QIIFH7.js → chunk-X46CEINM.js} +11 -8
- package/bundles/chunk-X46CEINM.js.map +6 -0
- package/bundles/index.js +12 -76
- package/bundles/index.js.map +2 -2
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -13
- package/bundles/ngcc/index.js.map +1 -1
- package/bundles/ngcc/main-ngcc.js +13 -14
- package/bundles/ngcc/main-ngcc.js.map +1 -1
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -14
- 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 +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 -3
- package/bundles/src/bin/ng_xi18n.js +10 -11
- package/bundles/src/bin/ng_xi18n.js.map +1 -1
- package/bundles/src/bin/ngc.js +8 -9
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/index.d.ts +0 -3
- package/ngcc/src/host/delegating_host.d.ts +1 -2
- package/ngcc/src/host/esm2015_host.d.ts +1 -8
- package/ngcc/src/host/ngcc_host.d.ts +0 -13
- package/ngcc/src/host/umd_host.d.ts +3 -0
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/ngcc/src/packages/transformer.d.ts +0 -2
- package/ngcc/src/rendering/esm_rendering_formatter.d.ts +1 -5
- package/ngcc/src/rendering/renderer.d.ts +2 -3
- package/ngcc/src/rendering/rendering_formatter.d.ts +0 -2
- package/ngcc/src/utils.d.ts +0 -7
- package/package.json +3 -3
- package/src/main.d.ts +3 -3
- package/src/ngtsc/core/src/host.d.ts +2 -1
- package/src/ngtsc/partial_evaluator/src/builtin.d.ts +5 -0
- package/src/ngtsc/program.d.ts +3 -6
- package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +2 -1
- package/src/ngtsc/reflection/src/host.d.ts +1 -1
- package/src/ngtsc/util/src/typescript.d.ts +5 -0
- 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/compiler_host.d.ts +1 -97
- package/src/transformers/program.d.ts +0 -19
- package/src/transformers/util.d.ts +1 -20
- package/src/{diagnostics/typescript_version.d.ts → version_helpers.d.ts} +1 -1
- package/bundles/chunk-2DL256T3.js.map +0 -6
- package/bundles/chunk-ACINBTQB.js +0 -43
- package/bundles/chunk-ACINBTQB.js.map +0 -6
- package/bundles/chunk-BUHTODFL.js.map +0 -6
- package/bundles/chunk-MIQ5UCHZ.js.map +0 -6
- package/bundles/chunk-PBA67OV4.js.map +0 -6
- package/bundles/chunk-S3QIIFH7.js.map +0 -6
- package/bundles/chunk-VKIZ4TCJ.js.map +0 -6
- package/bundles/chunk-WYO7JO2T.js.map +0 -6
- package/ngcc/src/analysis/switch_marker_analyzer.d.ts +0 -35
- package/src/diagnostics/translate_diagnostics.d.ts +0 -18
- package/src/language_services.d.ts +0 -11
- package/src/metadata/bundle_index_host.d.ts +0 -16
- package/src/metadata/bundler.d.ts +0 -66
- package/src/metadata/collector.d.ts +0 -44
- package/src/metadata/evaluator.d.ts +0 -58
- package/src/metadata/index.d.ts +0 -11
- package/src/metadata/index_writer.d.ts +0 -10
- package/src/metadata/schema.d.ts +0 -182
- package/src/metadata/symbols.d.ts +0 -22
- package/src/ngtsc/switch/index.d.ts +0 -9
- package/src/ngtsc/switch/src/switch.d.ts +0 -10
- package/src/transformers/inline_resources.d.ts +0 -26
- package/src/transformers/lower_expressions.d.ts +0 -30
- package/src/transformers/metadata_cache.d.ts +0 -27
- package/src/transformers/metadata_reader.d.ts +0 -19
- package/src/transformers/node_emitter.d.ts +0 -105
- package/src/transformers/node_emitter_transform.d.ts +0 -19
- package/src/transformers/r3_metadata_transform.d.ts +0 -16
- package/src/transformers/r3_transform.d.ts +0 -16
|
@@ -7,9 +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-
|
|
12
|
-
import "../chunk-S3QIIFH7.js";
|
|
10
|
+
} from "../chunk-AUFNJGZ6.js";
|
|
11
|
+
import "../chunk-X46CEINM.js";
|
|
13
12
|
import "../chunk-XA5IZLLC.js";
|
|
14
13
|
export {
|
|
15
14
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -7,28 +7,27 @@
|
|
|
7
7
|
import {
|
|
8
8
|
main,
|
|
9
9
|
readCommandLineAndConfiguration
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-W5CGOJQ4.js";
|
|
11
11
|
import {
|
|
12
12
|
EmitFlags
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-WYO7JO2T.js";
|
|
13
|
+
} from "../../chunk-P5ZW5MI4.js";
|
|
14
|
+
import "../../chunk-FXVUPJ6A.js";
|
|
15
|
+
import "../../chunk-X46CEINM.js";
|
|
16
|
+
import "../../chunk-O5ZEI3UY.js";
|
|
18
17
|
import {
|
|
19
18
|
NodeJSFileSystem,
|
|
20
19
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
20
|
+
} from "../../chunk-TI3THPMZ.js";
|
|
21
|
+
import "../../chunk-J6CW3T62.js";
|
|
23
22
|
import {
|
|
24
23
|
__spreadProps,
|
|
25
24
|
__spreadValues
|
|
26
25
|
} from "../../chunk-XA5IZLLC.js";
|
|
27
26
|
|
|
28
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
29
28
|
import "reflect-metadata";
|
|
30
29
|
|
|
31
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
32
31
|
import yargs from "yargs";
|
|
33
32
|
function mainXi18n(args2, consoleError = console.error) {
|
|
34
33
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -51,7 +50,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
51
50
|
return __spreadProps(__spreadValues({}, config), { emitFlags: EmitFlags.I18nBundle });
|
|
52
51
|
}
|
|
53
52
|
|
|
54
|
-
// bazel-out/
|
|
53
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
55
54
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
56
55
|
var args = process.argv.slice(2);
|
|
57
56
|
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;;;ACEA;AAZA,AAkBM,mBACF,OAAgB,eAAsC,QAAQ,OAAK;AACrE,QAAM,SAAS,qCAAqC;AACpD,SAAO,KAAK,OAAM,cAAc,QAAQ,QAAW,QAAW;;AAGhE,8CAA8C,OAAc;AAC1D,QAAM,UAA+B;AACrC,QAAM,aAAa,MAAM,OACD,OAAO,cAAc,EAAC,MAAM,YAC5B,OAAO,UAAU,EAAC,MAAM,YACxB,OAAO,WAAW,EAAC,MAAM,YACzB;AAExB,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;;AAGF,SAAO,iCAAI,SAAJ,EAAY,WAAW,AAAI,UAAU;;;;ADzC9C,AAcA,QAAQ,QAAQ;AAChB,IAAM,OAAO,QAAQ,KAAK,MAAM;AAEhC,cAAc,IAAI;AAClB,QAAQ,WAAW,UAAU;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -6,23 +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-
|
|
14
|
-
import "../../chunk-WYO7JO2T.js";
|
|
9
|
+
} from "../../chunk-W5CGOJQ4.js";
|
|
10
|
+
import "../../chunk-P5ZW5MI4.js";
|
|
11
|
+
import "../../chunk-FXVUPJ6A.js";
|
|
12
|
+
import "../../chunk-X46CEINM.js";
|
|
13
|
+
import "../../chunk-O5ZEI3UY.js";
|
|
15
14
|
import {
|
|
16
15
|
NodeJSFileSystem,
|
|
17
16
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-TI3THPMZ.js";
|
|
18
|
+
import "../../chunk-J6CW3T62.js";
|
|
20
19
|
import {
|
|
21
20
|
__require,
|
|
22
21
|
__toModule
|
|
23
22
|
} from "../../chunk-XA5IZLLC.js";
|
|
24
23
|
|
|
25
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
26
25
|
import "reflect-metadata";
|
|
27
26
|
async function runNgcComamnd() {
|
|
28
27
|
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;AATA,AAcA,+BAA4B;AAC1B,UAAQ,QAAQ;AAChB,QAAM,OAAO,QAAQ,KAAK,MAAM;AAEhC,gBAAc,IAAI;AAElB,MAAI;AAIJ,MAAI;AACF,oBAAiB,OAAM,kDAAO,cAAY;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
|
}
|