@angular/compiler-cli 18.1.0-next.4 → 18.1.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-RX2PJSXB.js → chunk-AOEZR223.js} +4 -2
- package/bundles/chunk-AOEZR223.js.map +6 -0
- package/bundles/{chunk-74EXNMDD.js → chunk-BKZN6F4B.js} +42 -29
- package/bundles/{chunk-74EXNMDD.js.map → chunk-BKZN6F4B.js.map} +1 -1
- package/bundles/{chunk-K3J755TX.js → chunk-HXUTQSG7.js} +3 -3
- package/bundles/{chunk-6WTRMS6V.js → chunk-JQI7OB4Q.js} +83 -22
- package/bundles/chunk-JQI7OB4Q.js.map +6 -0
- package/bundles/{chunk-KMM3BVFD.js → chunk-MLBHTW5L.js} +2 -2
- package/bundles/{chunk-LGWSLF7E.js → chunk-N6GPWJA3.js} +5 -4
- package/bundles/{chunk-LGWSLF7E.js.map → chunk-N6GPWJA3.js.map} +1 -1
- package/bundles/index.js +5 -5
- 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 +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/src/ngtsc/diagnostics/src/error_code.d.ts +14 -2
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +1 -0
- package/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.d.ts +10 -0
- package/src/ngtsc/typecheck/src/oob.d.ts +5 -6
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +2 -0
- package/bundles/chunk-6WTRMS6V.js.map +0 -6
- package/bundles/chunk-RX2PJSXB.js.map +0 -6
- /package/bundles/{chunk-K3J755TX.js.map → chunk-HXUTQSG7.js.map} +0 -0
- /package/bundles/{chunk-KMM3BVFD.js.map → chunk-MLBHTW5L.js.map} +0 -0
package/bundles/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
constructorParametersDownlevelTransform,
|
|
10
10
|
getDownlevelDecoratorsTransform,
|
|
11
11
|
getInitializerApiJitTransform
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-N6GPWJA3.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_ERROR_CODE,
|
|
15
15
|
DecoratorType,
|
|
@@ -36,14 +36,14 @@ import {
|
|
|
36
36
|
isTsDiagnostic,
|
|
37
37
|
performCompilation,
|
|
38
38
|
readConfiguration
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-JQI7OB4Q.js";
|
|
40
40
|
import {
|
|
41
41
|
OptimizeFor,
|
|
42
42
|
TsCreateProgramDriver
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-BKZN6F4B.js";
|
|
44
44
|
import {
|
|
45
45
|
isLocalCompilationDiagnostics
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-AOEZR223.js";
|
|
47
47
|
import {
|
|
48
48
|
ActivePerfRecorder,
|
|
49
49
|
PerfPhase
|
|
@@ -77,7 +77,7 @@ import "./chunk-XI2RTGAL.js";
|
|
|
77
77
|
|
|
78
78
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
79
79
|
import { Version } from "@angular/compiler";
|
|
80
|
-
var VERSION = new Version("18.1.0
|
|
80
|
+
var VERSION = new Version("18.1.0");
|
|
81
81
|
|
|
82
82
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
83
83
|
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-HXUTQSG7.js";
|
|
14
|
+
import "../chunk-AOEZR223.js";
|
|
15
15
|
import "../chunk-WR7TUJ7M.js";
|
|
16
16
|
import "../chunk-XNL3EK5H.js";
|
|
17
17
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-BKZN6F4B.js";
|
|
13
13
|
import {
|
|
14
14
|
Reference,
|
|
15
15
|
TypeScriptReflectionHost,
|
|
16
16
|
reflectObjectLiteral
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-AOEZR223.js";
|
|
18
18
|
import "../chunk-AQFTVE7F.js";
|
|
19
19
|
import "../chunk-XNL3EK5H.js";
|
|
20
20
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -6,9 +6,9 @@ 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-
|
|
9
|
+
} from "../chunk-N6GPWJA3.js";
|
|
10
|
+
import "../chunk-BKZN6F4B.js";
|
|
11
|
+
import "../chunk-AOEZR223.js";
|
|
12
12
|
import "../chunk-AQFTVE7F.js";
|
|
13
13
|
import "../chunk-XNL3EK5H.js";
|
|
14
14
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-MLBHTW5L.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-JQI7OB4Q.js";
|
|
13
|
+
import "../../chunk-BKZN6F4B.js";
|
|
14
|
+
import "../../chunk-AOEZR223.js";
|
|
15
15
|
import "../../chunk-AQFTVE7F.js";
|
|
16
16
|
import {
|
|
17
17
|
NodeJSFileSystem,
|
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-MLBHTW5L.js";
|
|
9
|
+
import "../../chunk-JQI7OB4Q.js";
|
|
10
|
+
import "../../chunk-BKZN6F4B.js";
|
|
11
|
+
import "../../chunk-AOEZR223.js";
|
|
12
12
|
import "../../chunk-AQFTVE7F.js";
|
|
13
13
|
import {
|
|
14
14
|
NodeJSFileSystem,
|