@angular/compiler-cli 15.1.2 → 15.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-ZOI6L3RR.js → chunk-5M32KPOS.js} +28 -28
- package/bundles/{chunk-ZOI6L3RR.js.map → chunk-5M32KPOS.js.map} +0 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
- package/bundles/{chunk-33AJ4VGZ.js → chunk-FU4IW4GN.js} +70 -70
- package/bundles/{chunk-33AJ4VGZ.js.map → chunk-FU4IW4GN.js.map} +0 -0
- package/bundles/{chunk-YZWN2KWE.js → chunk-HK36RNP3.js} +5 -5
- package/bundles/{chunk-YZWN2KWE.js.map → chunk-HK36RNP3.js.map} +0 -0
- package/bundles/{chunk-2AV6BOTZ.js → chunk-J44BXEUC.js} +5 -5
- package/bundles/{chunk-2AV6BOTZ.js.map → chunk-J44BXEUC.js.map} +0 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-K2U2VZ7S.js} +7 -7
- package/bundles/{chunk-TBUSSXUA.js.map → chunk-K2U2VZ7S.js.map} +0 -0
- package/bundles/{chunk-2NLFVEGY.js → chunk-L644G6CJ.js} +7 -7
- package/bundles/{chunk-2NLFVEGY.js.map → chunk-L644G6CJ.js.map} +0 -0
- package/bundles/{chunk-P6RV7WPP.js → chunk-L6LHAJZ7.js} +72 -72
- package/bundles/{chunk-P6RV7WPP.js.map → chunk-L6LHAJZ7.js.map} +0 -0
- package/bundles/{chunk-7CWE4INV.js → chunk-ML7UDN4R.js} +40 -40
- package/bundles/{chunk-7CWE4INV.js.map → chunk-ML7UDN4R.js.map} +0 -0
- package/bundles/{chunk-NEQOZOZQ.js → chunk-O52BHOQL.js} +31 -31
- package/bundles/{chunk-NEQOZOZQ.js.map → chunk-O52BHOQL.js.map} +0 -0
- package/bundles/{chunk-B57SP4JB.js → chunk-OFPWZYAK.js} +2 -2
- package/bundles/{chunk-B57SP4JB.js.map → chunk-OFPWZYAK.js.map} +0 -0
- package/bundles/{chunk-LPXFO4TY.js → chunk-U6ACTSPA.js} +6 -6
- package/bundles/{chunk-LPXFO4TY.js.map → chunk-U6ACTSPA.js.map} +0 -0
- package/bundles/{chunk-ZF3IVDQ2.js → chunk-UPBLAOWL.js} +6 -6
- package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-UPBLAOWL.js.map} +0 -0
- package/bundles/{chunk-DEOVYZ6W.js → chunk-XRJ2O3LZ.js} +97 -97
- package/bundles/{chunk-DEOVYZ6W.js.map → chunk-XRJ2O3LZ.js.map} +0 -0
- package/bundles/{chunk-K7P4IHT5.js → chunk-YSDCIO24.js} +4 -4
- package/bundles/{chunk-K7P4IHT5.js.map → chunk-YSDCIO24.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/index.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/tsc_plugin.d.ts +1 -1
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-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/darwin-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/darwin-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) {
|
|
@@ -207,7 +207,7 @@ function extractModuleName(node) {
|
|
|
207
207
|
return node.moduleSpecifier.text;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
// bazel-out/
|
|
210
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
211
211
|
import ts3 from "typescript";
|
|
212
212
|
function isNamedClassDeclaration(node) {
|
|
213
213
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -222,7 +222,7 @@ function isIdentifier(node) {
|
|
|
222
222
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
// bazel-out/
|
|
225
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
226
226
|
var TypeScriptReflectionHost = class {
|
|
227
227
|
constructor(checker) {
|
|
228
228
|
this.checker = checker;
|
|
@@ -680,4 +680,4 @@ export {
|
|
|
680
680
|
* Use of this source code is governed by an MIT-style license that can be
|
|
681
681
|
* found in the LICENSE file at https://angular.io/license
|
|
682
682
|
*/
|
|
683
|
-
//# sourceMappingURL=chunk-
|
|
683
|
+
//# sourceMappingURL=chunk-UPBLAOWL.js.map
|
|
File without changes
|