@angular/compiler-cli 19.2.1 → 19.2.2
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-J7S5XIBF.js +1 -1
- package/bundles/{chunk-GYTY2X5V.js → chunk-K42X3AUZ.js} +2 -2
- package/bundles/{chunk-J2ZUZS7X.js → chunk-RPCYQIAM.js} +205 -187
- package/bundles/chunk-RPCYQIAM.js.map +6 -0
- package/bundles/{chunk-RQP5TAHR.js → chunk-SBXBXYBO.js} +2 -2
- package/bundles/{chunk-YDD3LCLX.js → chunk-ZOCNWS5F.js} +59 -28
- package/bundles/chunk-ZOCNWS5F.js.map +6 -0
- package/bundles/{chunk-ZWSJXDI6.js → chunk-ZQNXTHLJ.js} +2 -2
- package/bundles/index.js +5 -5
- package/bundles/private/migrations.js +3 -3
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/private/migrations.d.ts +1 -1
- package/src/ngtsc/annotations/common/src/evaluation.d.ts +1 -1
- package/src/ngtsc/annotations/common/src/util.d.ts +19 -2
- package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -2
- package/src/ngtsc/annotations/component/src/resources.d.ts +2 -2
- package/src/ngtsc/annotations/index.d.ts +1 -1
- package/src/ngtsc/core/api/src/options.d.ts +8 -0
- package/src/ngtsc/core/src/compiler.d.ts +3 -3
- package/src/ngtsc/docs/src/function_extractor.d.ts +1 -1
- package/src/ngtsc/hmr/src/update_declaration.d.ts +3 -2
- package/src/ngtsc/metadata/index.d.ts +1 -1
- package/src/ngtsc/metadata/src/resource_registry.d.ts +9 -8
- package/src/ngtsc/typecheck/api/api.d.ts +22 -24
- package/src/ngtsc/typecheck/api/checker.d.ts +3 -3
- package/src/ngtsc/typecheck/api/context.d.ts +26 -17
- package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +2 -2
- package/src/ngtsc/typecheck/diagnostics/src/id.d.ts +2 -2
- package/src/ngtsc/typecheck/src/checker.d.ts +6 -6
- package/src/ngtsc/typecheck/src/completion.d.ts +2 -2
- package/src/ngtsc/typecheck/src/context.d.ts +24 -26
- package/src/ngtsc/typecheck/src/diagnostics.d.ts +5 -5
- package/src/ngtsc/typecheck/src/dom.d.ts +5 -5
- package/src/ngtsc/typecheck/src/oob.d.ts +41 -45
- package/src/ngtsc/typecheck/src/source.d.ts +11 -11
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +15 -15
- package/src/ngtsc/typecheck/src/template_symbol_builder.d.ts +3 -3
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +3 -3
- package/bundles/chunk-J2ZUZS7X.js.map +0 -6
- package/bundles/chunk-YDD3LCLX.js.map +0 -6
- /package/bundles/{chunk-GYTY2X5V.js.map → chunk-K42X3AUZ.js.map} +0 -0
- /package/bundles/{chunk-RQP5TAHR.js.map → chunk-SBXBXYBO.js.map} +0 -0
- /package/bundles/{chunk-ZWSJXDI6.js.map → chunk-ZQNXTHLJ.js.map} +0 -0
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-SBXBXYBO.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-ZOCNWS5F.js";
|
|
13
|
+
import "../../chunk-K42X3AUZ.js";
|
|
14
|
+
import "../../chunk-RPCYQIAM.js";
|
|
15
15
|
import "../../chunk-OZ2WSYWM.js";
|
|
16
16
|
import "../../chunk-Q2WE7ECN.js";
|
|
17
17
|
import {
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-SBXBXYBO.js";
|
|
9
|
+
import "../../chunk-ZOCNWS5F.js";
|
|
10
|
+
import "../../chunk-K42X3AUZ.js";
|
|
11
|
+
import "../../chunk-RPCYQIAM.js";
|
|
12
12
|
import "../../chunk-OZ2WSYWM.js";
|
|
13
13
|
import "../../chunk-Q2WE7ECN.js";
|
|
14
14
|
import {
|