@angular/compiler-cli 17.1.0-next.4 → 17.1.0-rc.0
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-HQUXRCDO.js → chunk-75SXFAVW.js} +56 -30
- package/bundles/chunk-75SXFAVW.js.map +6 -0
- package/bundles/{chunk-YGXKICXB.js → chunk-AJU3W7PS.js} +93 -10
- package/bundles/chunk-AJU3W7PS.js.map +6 -0
- package/bundles/{chunk-5QWOGIJL.js → chunk-FIHKBAQF.js} +2 -2
- package/bundles/{chunk-EFMKZSXJ.js → chunk-OQ7ITPZT.js} +817 -2
- package/bundles/chunk-OQ7ITPZT.js.map +6 -0
- package/bundles/chunk-Q5Y7HH3O.js +62 -0
- package/bundles/chunk-Q5Y7HH3O.js.map +6 -0
- package/bundles/{chunk-OZXTEOXW.js → chunk-R5FBSX7J.js} +21 -3
- package/bundles/chunk-R5FBSX7J.js.map +6 -0
- package/bundles/{chunk-U4EFDEE4.js → chunk-YS2EFQ7B.js} +94 -102
- package/bundles/chunk-YS2EFQ7B.js.map +6 -0
- package/bundles/index.js +8 -6
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +5 -3
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +2 -3
- package/bundles/private/migrations.js +6 -5
- package/bundles/private/tooling.js +6 -2
- package/bundles/src/bin/ng_xi18n.js +5 -5
- package/bundles/src/bin/ngc.js +5 -5
- package/bundles_metadata.json +1 -1
- package/linker/babel/src/ast/babel_ast_host.d.ts +1 -0
- package/linker/src/ast/ast_host.d.ts +4 -0
- package/linker/src/ast/ast_value.d.ts +8 -1
- package/linker/src/ast/typescript/typescript_ast_host.d.ts +1 -0
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/private/tooling.d.ts +22 -6
- package/src/ngtsc/annotations/directive/index.d.ts +1 -0
- package/src/ngtsc/annotations/directive/src/input_function.d.ts +4 -13
- package/src/ngtsc/annotations/directive/src/shared.d.ts +2 -2
- package/src/ngtsc/annotations/index.d.ts +2 -2
- package/src/ngtsc/diagnostics/src/error_code.d.ts +6 -0
- package/src/ngtsc/transform/index.d.ts +1 -0
- package/src/ngtsc/transform/src/utils.d.ts +1 -1
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +1 -1
- package/src/ngtsc/translator/src/import_manager.d.ts +2 -1
- package/src/ngtsc/typecheck/src/oob.d.ts +3 -3
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +1 -1
- package/src/transformers/{downlevel_decorators_transform → jit_transforms}/index.d.ts +1 -0
- package/src/transformers/jit_transforms/signal_inputs_metadata_transform.d.ts +21 -0
- package/bundles/chunk-EFMKZSXJ.js.map +0 -6
- package/bundles/chunk-HQUXRCDO.js.map +0 -6
- package/bundles/chunk-MFE4YVWE.js +0 -831
- package/bundles/chunk-MFE4YVWE.js.map +0 -6
- package/bundles/chunk-OZXTEOXW.js.map +0 -6
- package/bundles/chunk-U4EFDEE4.js.map +0 -6
- package/bundles/chunk-YGXKICXB.js.map +0 -6
- /package/bundles/{chunk-5QWOGIJL.js.map → chunk-FIHKBAQF.js.map} +0 -0
- /package/src/transformers/{downlevel_decorators_transform → jit_transforms}/downlevel_decorators_transform.d.ts +0 -0
|
@@ -2,20 +2,21 @@
|
|
|
2
2
|
import {createRequire as __cjsCompatRequire} from 'module';
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
|
+
import {
|
|
6
|
+
PotentialImportKind,
|
|
7
|
+
PotentialImportMode
|
|
8
|
+
} from "../chunk-Q5Y7HH3O.js";
|
|
5
9
|
import {
|
|
6
10
|
DynamicValue,
|
|
7
11
|
PartialEvaluator,
|
|
8
|
-
PotentialImportKind,
|
|
9
|
-
PotentialImportMode,
|
|
10
12
|
StaticInterpreter,
|
|
11
13
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-MFE4YVWE.js";
|
|
14
|
+
} from "../chunk-YS2EFQ7B.js";
|
|
14
15
|
import {
|
|
15
16
|
Reference,
|
|
16
17
|
TypeScriptReflectionHost,
|
|
17
18
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-OQ7ITPZT.js";
|
|
19
20
|
import "../chunk-R4KQI5XI.js";
|
|
20
21
|
import "../chunk-QPMYDNZG.js";
|
|
21
22
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -5,14 +5,18 @@
|
|
|
5
5
|
import {
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
|
+
angularJitApplicationTransform,
|
|
8
9
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-AJU3W7PS.js";
|
|
11
|
+
import "../chunk-YS2EFQ7B.js";
|
|
12
|
+
import "../chunk-OQ7ITPZT.js";
|
|
13
|
+
import "../chunk-R4KQI5XI.js";
|
|
11
14
|
import "../chunk-QPMYDNZG.js";
|
|
12
15
|
import "../chunk-XI2RTGAL.js";
|
|
13
16
|
export {
|
|
14
17
|
GLOBAL_DEFS_FOR_TERSER,
|
|
15
18
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
19
|
+
angularJitApplicationTransform,
|
|
16
20
|
constructorParametersDownlevelTransform
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=tooling.js.map
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-FIHKBAQF.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-75SXFAVW.js";
|
|
13
|
+
import "../../chunk-Q5Y7HH3O.js";
|
|
14
|
+
import "../../chunk-YS2EFQ7B.js";
|
|
15
|
+
import "../../chunk-OQ7ITPZT.js";
|
|
16
16
|
import "../../chunk-R4KQI5XI.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-FIHKBAQF.js";
|
|
9
|
+
import "../../chunk-75SXFAVW.js";
|
|
10
|
+
import "../../chunk-Q5Y7HH3O.js";
|
|
11
|
+
import "../../chunk-YS2EFQ7B.js";
|
|
12
|
+
import "../../chunk-OQ7ITPZT.js";
|
|
13
13
|
import "../../chunk-R4KQI5XI.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|