@angular/compiler-cli 19.0.0-next.9 → 19.0.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-5W3ITOS7.js → chunk-4W4CWRSP.js} +5 -5
- package/bundles/{chunk-3Z25BX6N.js → chunk-5UDS2TPQ.js} +25 -18
- package/bundles/chunk-5UDS2TPQ.js.map +6 -0
- package/bundles/{chunk-RT2QTF73.js → chunk-GBKXY6BH.js} +4 -3
- package/bundles/{chunk-RT2QTF73.js.map → chunk-GBKXY6BH.js.map} +1 -1
- package/bundles/{chunk-XSNUHRLJ.js → chunk-I6R3GL3L.js} +12 -6
- package/bundles/{chunk-XSNUHRLJ.js.map → chunk-I6R3GL3L.js.map} +1 -1
- package/bundles/{chunk-XI2RTGAL.js → chunk-KPQ72R34.js} +9 -2
- package/bundles/{chunk-XP6IMCQP.js → chunk-NS33RCEE.js} +12 -12
- package/bundles/{chunk-JF4LKQQP.js → chunk-PXQLBKVP.js} +88 -51
- package/bundles/chunk-PXQLBKVP.js.map +6 -0
- package/bundles/{chunk-GCXHOI3T.js → chunk-S2JI2WY5.js} +948 -365
- package/bundles/chunk-S2JI2WY5.js.map +6 -0
- package/bundles/{chunk-UJ2J6WV4.js → chunk-STORTTKY.js} +16 -14
- package/bundles/chunk-STORTTKY.js.map +6 -0
- package/bundles/{chunk-U6J7NRJM.js → chunk-TQQOHNLL.js} +288 -173
- package/bundles/chunk-TQQOHNLL.js.map +6 -0
- package/bundles/{chunk-OSPR7JSU.js → chunk-TRCFFQ47.js} +147 -82
- package/bundles/chunk-TRCFFQ47.js.map +6 -0
- package/bundles/{chunk-ZQ7CP635.js → chunk-V2Z4WDVR.js} +3 -3
- package/bundles/index.js +18 -17
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +32 -32
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +2 -2
- package/bundles/private/localize.js +4 -4
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +7 -7
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/linker/babel/src/ast/babel_ast_factory.d.ts +2 -2
- package/linker/src/file_linker/partial_linkers/partial_directive_linker_1.d.ts +2 -2
- package/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.d.ts +2 -2
- package/linker/src/file_linker/partial_linkers/util.d.ts +2 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/common/src/debug_info.d.ts +2 -1
- package/src/ngtsc/annotations/common/src/util.d.ts +1 -1
- package/src/ngtsc/annotations/component/src/handler.d.ts +8 -3
- package/src/ngtsc/annotations/directive/src/handler.d.ts +2 -1
- package/src/ngtsc/annotations/directive/src/shared.d.ts +1 -1
- package/src/ngtsc/annotations/src/pipe.d.ts +2 -1
- package/src/ngtsc/core/src/compiler.d.ts +7 -0
- package/src/ngtsc/hmr/index.d.ts +9 -0
- package/src/ngtsc/hmr/src/extract_locals.d.ts +20 -0
- package/src/ngtsc/hmr/src/metadata.d.ts +23 -0
- package/src/ngtsc/hmr/src/update_declaration.d.ts +17 -0
- package/src/ngtsc/imports/src/core.d.ts +6 -0
- package/src/ngtsc/transform/src/api.d.ts +4 -0
- package/src/ngtsc/transform/src/compilation.d.ts +1 -0
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +2 -2
- package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +2 -2
- package/src/ngtsc/util/src/path.d.ts +9 -0
- package/bundles/chunk-3Z25BX6N.js.map +0 -6
- package/bundles/chunk-GCXHOI3T.js.map +0 -6
- package/bundles/chunk-JF4LKQQP.js.map +0 -6
- package/bundles/chunk-OSPR7JSU.js.map +0 -6
- package/bundles/chunk-U6J7NRJM.js.map +0 -6
- package/bundles/chunk-UJ2J6WV4.js.map +0 -6
- /package/bundles/{chunk-5W3ITOS7.js.map → chunk-4W4CWRSP.js.map} +0 -0
- /package/bundles/{chunk-XI2RTGAL.js.map → chunk-KPQ72R34.js.map} +0 -0
- /package/bundles/{chunk-XP6IMCQP.js.map → chunk-NS33RCEE.js.map} +0 -0
- /package/bundles/{chunk-ZQ7CP635.js.map → chunk-V2Z4WDVR.js.map} +0 -0
|
@@ -9,16 +9,16 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-S2JI2WY5.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-TRCFFQ47.js";
|
|
19
|
+
import "../chunk-I6R3GL3L.js";
|
|
20
|
+
import "../chunk-STORTTKY.js";
|
|
21
|
+
import "../chunk-KPQ72R34.js";
|
|
22
22
|
export {
|
|
23
23
|
DynamicValue,
|
|
24
24
|
ImportManager,
|
|
@@ -6,13 +6,13 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-V2Z4WDVR.js";
|
|
10
|
+
import "../chunk-NS33RCEE.js";
|
|
11
|
+
import "../chunk-S2JI2WY5.js";
|
|
12
|
+
import "../chunk-TRCFFQ47.js";
|
|
13
|
+
import "../chunk-I6R3GL3L.js";
|
|
14
|
+
import "../chunk-STORTTKY.js";
|
|
15
|
+
import "../chunk-KPQ72R34.js";
|
|
16
16
|
export {
|
|
17
17
|
GLOBAL_DEFS_FOR_TERSER,
|
|
18
18
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-4W4CWRSP.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-TQQOHNLL.js";
|
|
13
|
+
import "../../chunk-NS33RCEE.js";
|
|
14
|
+
import "../../chunk-S2JI2WY5.js";
|
|
15
|
+
import "../../chunk-TRCFFQ47.js";
|
|
16
|
+
import "../../chunk-I6R3GL3L.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
|
19
19
|
setFileSystem
|
|
20
|
-
} from "../../chunk-
|
|
21
|
-
import "../../chunk-
|
|
20
|
+
} from "../../chunk-STORTTKY.js";
|
|
21
|
+
import "../../chunk-KPQ72R34.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
24
24
|
import "reflect-metadata";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
27
27
|
import yargs from "yargs";
|
|
28
28
|
function mainXi18n(args2, consoleError = console.error) {
|
|
29
29
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -46,7 +46,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
46
46
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
50
50
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
51
51
|
var args = process.argv.slice(2);
|
|
52
52
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-4W4CWRSP.js";
|
|
9
|
+
import "../../chunk-TQQOHNLL.js";
|
|
10
|
+
import "../../chunk-NS33RCEE.js";
|
|
11
|
+
import "../../chunk-S2JI2WY5.js";
|
|
12
|
+
import "../../chunk-TRCFFQ47.js";
|
|
13
|
+
import "../../chunk-I6R3GL3L.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|
|
16
16
|
setFileSystem
|
|
17
|
-
} from "../../chunk-
|
|
18
|
-
import "../../chunk-
|
|
17
|
+
} from "../../chunk-STORTTKY.js";
|
|
18
|
+
import "../../chunk-KPQ72R34.js";
|
|
19
19
|
|
|
20
|
-
// bazel-out/
|
|
20
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
21
21
|
import "reflect-metadata";
|
|
22
22
|
async function runNgcComamnd() {
|
|
23
23
|
process.title = "Angular Compiler (ngc)";
|