@angular/compiler-cli 14.0.1 → 14.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-ZJCM37WF.js → chunk-2IMT6JFI.js} +6 -6
- package/bundles/{chunk-ZJCM37WF.js.map → chunk-2IMT6JFI.js.map} +0 -0
- package/bundles/{chunk-NTRR4N4C.js → chunk-32MQTE7C.js} +88 -73
- package/bundles/{chunk-NTRR4N4C.js.map → chunk-32MQTE7C.js.map} +1 -1
- package/bundles/{chunk-KIWI22Y5.js → chunk-5OLIDMUF.js} +5 -5
- package/bundles/{chunk-KIWI22Y5.js.map → chunk-5OLIDMUF.js.map} +0 -0
- package/bundles/{chunk-RT3OZMJ6.js → chunk-DSIJ6FBS.js} +148 -127
- package/bundles/chunk-DSIJ6FBS.js.map +6 -0
- package/bundles/{chunk-SFACRVMZ.js → chunk-KGCKQ2PH.js} +28 -26
- package/bundles/chunk-KGCKQ2PH.js.map +6 -0
- package/bundles/{chunk-7J66ZDC5.js → chunk-LX5Q27EF.js} +3 -3
- package/bundles/{chunk-7J66ZDC5.js.map → chunk-LX5Q27EF.js.map} +0 -0
- package/bundles/{chunk-U2VFXNL7.js → chunk-OLGEBPBY.js} +4 -4
- package/bundles/{chunk-U2VFXNL7.js.map → chunk-OLGEBPBY.js.map} +0 -0
- package/bundles/{chunk-AXU2Z2WN.js → chunk-QGR2YCRK.js} +71 -71
- package/bundles/{chunk-AXU2Z2WN.js.map → chunk-QGR2YCRK.js.map} +1 -1
- package/bundles/{chunk-HMWNYAAE.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-HMWNYAAE.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- package/bundles/{chunk-QK4SXRQA.js → chunk-R4NY3TJC.js} +5 -5
- package/bundles/{chunk-QK4SXRQA.js.map → chunk-R4NY3TJC.js.map} +0 -0
- package/bundles/{chunk-VEAB5CR7.js → chunk-SO3HP2WO.js} +33 -31
- package/bundles/{chunk-VEAB5CR7.js.map → chunk-SO3HP2WO.js.map} +1 -1
- package/bundles/{chunk-MURZUYM7.js → chunk-T7MYRXIE.js} +7 -7
- package/bundles/{chunk-MURZUYM7.js.map → chunk-T7MYRXIE.js.map} +0 -0
- package/bundles/{chunk-EI6PFDB4.js → chunk-U2GR6UX6.js} +40 -40
- package/bundles/{chunk-EI6PFDB4.js.map → chunk-U2GR6UX6.js.map} +0 -0
- package/bundles/{chunk-AKU7LV22.js → chunk-W6KM7BUM.js} +6 -6
- package/bundles/{chunk-AKU7LV22.js.map → chunk-W6KM7BUM.js.map} +0 -0
- package/bundles/{chunk-BFPVXDJN.js → chunk-WGBFSDVQ.js} +7 -7
- package/bundles/{chunk-BFPVXDJN.js.map → chunk-WGBFSDVQ.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- 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 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/ng_module/src/handler.d.ts +2 -1
- package/src/ngtsc/core/api/src/public_options.d.ts +10 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +5 -0
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
- package/src/ngtsc/program.d.ts +1 -0
- package/src/ngtsc/typecheck/api/api.d.ts +1 -0
- package/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.d.ts +11 -0
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +1 -1
- package/src/ngtsc/typecheck/src/ts_util.d.ts +0 -3
- package/src/perform_compile.d.ts +2 -1
- package/src/transformers/api.d.ts +2 -1
- package/bundles/chunk-RT3OZMJ6.js.map +0 -6
- package/bundles/chunk-SFACRVMZ.js.map +0 -6
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
7
7
|
import ts4 from "typescript";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
var Decorator = {
|
|
12
12
|
nodeForError: (decorator) => {
|
|
@@ -41,7 +41,7 @@ function isConcreteDeclaration(decl) {
|
|
|
41
41
|
return decl.kind === 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
45
45
|
import ts2 from "typescript";
|
|
46
46
|
function typeToValue(typeNode, checker) {
|
|
47
47
|
if (typeNode === null) {
|
|
@@ -205,7 +205,7 @@ function extractModuleName(node) {
|
|
|
205
205
|
return node.moduleSpecifier.text;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
209
209
|
import ts3 from "typescript";
|
|
210
210
|
function isNamedClassDeclaration(node) {
|
|
211
211
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -220,7 +220,7 @@ function isIdentifier(node) {
|
|
|
220
220
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
224
224
|
var TypeScriptReflectionHost = class {
|
|
225
225
|
constructor(checker) {
|
|
226
226
|
this.checker = checker;
|
|
@@ -678,4 +678,4 @@ export {
|
|
|
678
678
|
* Use of this source code is governed by an MIT-style license that can be
|
|
679
679
|
* found in the LICENSE file at https://angular.io/license
|
|
680
680
|
*/
|
|
681
|
-
//# sourceMappingURL=chunk-
|
|
681
|
+
//# sourceMappingURL=chunk-2IMT6JFI.js.map
|
|
File without changes
|