@angular/compiler-cli 18.2.0-next.2 → 18.2.0-next.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-I56P56EE.js → chunk-5DVL3S3Z.js} +75 -9
- package/bundles/{chunk-I56P56EE.js.map → chunk-5DVL3S3Z.js.map} +1 -1
- package/bundles/{chunk-6OFVLEJY.js → chunk-AQRCENAS.js} +7 -7
- package/bundles/{chunk-6OFVLEJY.js.map → chunk-AQRCENAS.js.map} +1 -1
- package/bundles/{chunk-GJ2BX3NZ.js → chunk-B4ZOGV3N.js} +3 -3
- package/bundles/{chunk-CW5TTYLY.js → chunk-EFWQF5B3.js} +29 -19
- package/bundles/chunk-EFWQF5B3.js.map +6 -0
- package/bundles/{chunk-XVC3L7YN.js → chunk-FL7B5BOI.js} +2 -2
- package/bundles/{chunk-BR33BNGB.js → chunk-KQXJFD6L.js} +2 -2
- package/bundles/{chunk-YDQXTFSY.js → chunk-O4UKU4TQ.js} +3 -3
- package/bundles/index.js +6 -6
- package/bundles/linker/babel/index.js +2 -2
- package/bundles/linker/index.js +2 -2
- package/bundles/private/migrations.js +2 -2
- package/bundles/private/tooling.js +4 -4
- 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/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/ng_module/src/handler.d.ts +3 -2
- package/src/ngtsc/core/api/src/options.d.ts +1 -1
- package/src/ngtsc/translator/src/import_manager/import_manager.d.ts +17 -0
- package/src/ngtsc/translator/src/import_manager/import_typescript_transform.d.ts +1 -0
- package/bundles/chunk-CW5TTYLY.js.map +0 -6
- /package/bundles/{chunk-GJ2BX3NZ.js.map → chunk-B4ZOGV3N.js.map} +0 -0
- /package/bundles/{chunk-XVC3L7YN.js.map → chunk-FL7B5BOI.js.map} +0 -0
- /package/bundles/{chunk-BR33BNGB.js.map → chunk-KQXJFD6L.js.map} +0 -0
- /package/bundles/{chunk-YDQXTFSY.js.map → chunk-O4UKU4TQ.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-AQRCENAS.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.io/license
|
|
365
365
|
*/
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-FL7B5BOI.js.map
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-O4UKU4TQ.js";
|
|
8
8
|
|
|
9
9
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
10
10
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
* Use of this source code is governed by an MIT-style license that can be
|
|
32
32
|
* found in the LICENSE file at https://angular.io/license
|
|
33
33
|
*/
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-KQXJFD6L.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
tryParseSignalInputMapping,
|
|
11
11
|
tryParseSignalModelMapping,
|
|
12
12
|
tryParseSignalQueryFromInitializer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-EFWQF5B3.js";
|
|
14
14
|
import {
|
|
15
15
|
ImportManager,
|
|
16
16
|
ImportedSymbolsTracker,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
isAliasImportDeclaration,
|
|
19
19
|
loadIsReferencedAliasDeclarationPatch,
|
|
20
20
|
reflectClassMember
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-5DVL3S3Z.js";
|
|
22
22
|
|
|
23
23
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/downlevel_decorators_transform.mjs
|
|
24
24
|
import ts from "typescript";
|
|
@@ -539,4 +539,4 @@ export {
|
|
|
539
539
|
* Use of this source code is governed by an MIT-style license that can be
|
|
540
540
|
* found in the LICENSE file at https://angular.io/license
|
|
541
541
|
*/
|
|
542
|
-
//# sourceMappingURL=chunk-
|
|
542
|
+
//# sourceMappingURL=chunk-O4UKU4TQ.js.map
|
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KQXJFD6L.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,19 +33,19 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-AQRCENAS.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-O4UKU4TQ.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor,
|
|
44
44
|
TsCreateProgramDriver
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-EFWQF5B3.js";
|
|
46
46
|
import {
|
|
47
47
|
isLocalCompilationDiagnostics
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-5DVL3S3Z.js";
|
|
49
49
|
import {
|
|
50
50
|
ActivePerfRecorder,
|
|
51
51
|
PerfPhase
|
|
@@ -79,7 +79,7 @@ import "./chunk-XI2RTGAL.js";
|
|
|
79
79
|
|
|
80
80
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
81
81
|
import { Version } from "@angular/compiler";
|
|
82
|
-
var VERSION = new Version("18.2.0-next.
|
|
82
|
+
var VERSION = new Version("18.2.0-next.3");
|
|
83
83
|
|
|
84
84
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
85
85
|
var NgTscPlugin = class {
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
13
|
+
} from "../chunk-B4ZOGV3N.js";
|
|
14
|
+
import "../chunk-5DVL3S3Z.js";
|
|
15
15
|
import "../chunk-WR7TUJ7M.js";
|
|
16
16
|
import "../chunk-XNL3EK5H.js";
|
|
17
17
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-EFWQF5B3.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-5DVL3S3Z.js";
|
|
19
19
|
import "../chunk-THQF5ZZE.js";
|
|
20
20
|
import "../chunk-XNL3EK5H.js";
|
|
21
21
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -6,10 +6,10 @@ 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-
|
|
9
|
+
} from "../chunk-KQXJFD6L.js";
|
|
10
|
+
import "../chunk-O4UKU4TQ.js";
|
|
11
|
+
import "../chunk-EFWQF5B3.js";
|
|
12
|
+
import "../chunk-5DVL3S3Z.js";
|
|
13
13
|
import "../chunk-THQF5ZZE.js";
|
|
14
14
|
import "../chunk-XNL3EK5H.js";
|
|
15
15
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-FL7B5BOI.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-AQRCENAS.js";
|
|
13
|
+
import "../../chunk-O4UKU4TQ.js";
|
|
14
|
+
import "../../chunk-EFWQF5B3.js";
|
|
15
|
+
import "../../chunk-5DVL3S3Z.js";
|
|
16
16
|
import "../../chunk-THQF5ZZE.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-FL7B5BOI.js";
|
|
9
|
+
import "../../chunk-AQRCENAS.js";
|
|
10
|
+
import "../../chunk-O4UKU4TQ.js";
|
|
11
|
+
import "../../chunk-EFWQF5B3.js";
|
|
12
|
+
import "../../chunk-5DVL3S3Z.js";
|
|
13
13
|
import "../../chunk-THQF5ZZE.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|