@angular/compiler-cli 19.1.0-next.3 → 19.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-DVLQORCX.js → chunk-BG43WWWL.js} +2 -2
- package/bundles/{chunk-QMSFXNUC.js → chunk-FL5MUNIS.js} +3 -3
- package/bundles/{chunk-BC3UIHLS.js → chunk-MMGTGRB2.js} +18 -6
- package/bundles/chunk-MMGTGRB2.js.map +6 -0
- package/bundles/{chunk-JU5KR7ZS.js → chunk-NLSHLQF3.js} +5 -5
- package/bundles/chunk-NLSHLQF3.js.map +6 -0
- package/bundles/{chunk-F73PYGWL.js → chunk-O7ZKVJOW.js} +56 -29
- package/bundles/{chunk-F73PYGWL.js.map → chunk-O7ZKVJOW.js.map} +1 -1
- package/bundles/{chunk-CONSPLNK.js → chunk-PXMCBAEC.js} +2 -2
- package/bundles/{chunk-F3XFZLFK.js → chunk-T2HQMWRH.js} +3 -3
- package/bundles/index.js +11 -7
- package/bundles/index.js.map +1 -1
- 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/index.d.ts +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/hmr/src/extract_dependencies.d.ts +3 -2
- package/src/ngtsc/hmr/src/metadata.d.ts +3 -2
- package/src/ngtsc/reflection/src/typescript.d.ts +8 -1
- package/bundles/chunk-BC3UIHLS.js.map +0 -6
- package/bundles/chunk-JU5KR7ZS.js.map +0 -6
- /package/bundles/{chunk-DVLQORCX.js.map → chunk-BG43WWWL.js.map} +0 -0
- /package/bundles/{chunk-QMSFXNUC.js.map → chunk-FL5MUNIS.js.map} +0 -0
- /package/bundles/{chunk-CONSPLNK.js.map → chunk-PXMCBAEC.js.map} +0 -0
- /package/bundles/{chunk-F3XFZLFK.js.map → chunk-T2HQMWRH.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FL5MUNIS.js";
|
|
8
8
|
|
|
9
9
|
// bazel-out/k8-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.dev/license
|
|
33
33
|
*/
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-PXMCBAEC.js.map
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MMGTGRB2.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFileLoader
|
|
11
11
|
} from "./chunk-77D5CI2U.js";
|
|
@@ -311,7 +311,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
311
311
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
312
312
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
313
313
|
import semver from "semver";
|
|
314
|
-
var PLACEHOLDER_VERSION = "19.1.0-
|
|
314
|
+
var PLACEHOLDER_VERSION = "19.1.0-rc.0";
|
|
315
315
|
function wrapReference(wrapped) {
|
|
316
316
|
return { value: wrapped, type: wrapped };
|
|
317
317
|
}
|
|
@@ -1150,4 +1150,4 @@ export {
|
|
|
1150
1150
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1151
1151
|
* found in the LICENSE file at https://angular.dev/license
|
|
1152
1152
|
*/
|
|
1153
|
-
//# sourceMappingURL=chunk-
|
|
1153
|
+
//# sourceMappingURL=chunk-T2HQMWRH.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-PXMCBAEC.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,19 +33,21 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-NLSHLQF3.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-FL5MUNIS.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor,
|
|
44
44
|
TsCreateProgramDriver
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-O7ZKVJOW.js";
|
|
46
46
|
import {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
ErrorCode,
|
|
48
|
+
isLocalCompilationDiagnostics,
|
|
49
|
+
ngErrorCode
|
|
50
|
+
} from "./chunk-MMGTGRB2.js";
|
|
49
51
|
import {
|
|
50
52
|
ActivePerfRecorder,
|
|
51
53
|
PerfPhase
|
|
@@ -80,7 +82,7 @@ import "./chunk-KPQ72R34.js";
|
|
|
80
82
|
|
|
81
83
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
82
84
|
import { Version } from "@angular/compiler";
|
|
83
|
-
var VERSION = new Version("19.1.0-
|
|
85
|
+
var VERSION = new Version("19.1.0-rc.0");
|
|
84
86
|
|
|
85
87
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
86
88
|
var NgTscPlugin = class {
|
|
@@ -168,6 +170,7 @@ export {
|
|
|
168
170
|
DocsExtractor,
|
|
169
171
|
EmitFlags,
|
|
170
172
|
EntryType,
|
|
173
|
+
ErrorCode,
|
|
171
174
|
GLOBAL_DEFS_FOR_TERSER,
|
|
172
175
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
173
176
|
LogLevel,
|
|
@@ -207,6 +210,7 @@ export {
|
|
|
207
210
|
isRooted,
|
|
208
211
|
isTsDiagnostic,
|
|
209
212
|
join,
|
|
213
|
+
ngErrorCode,
|
|
210
214
|
performCompilation,
|
|
211
215
|
readConfiguration,
|
|
212
216
|
relative,
|
package/bundles/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../packages/compiler-cli/src/version.ts", "../../../../../../packages/compiler-cli/src/ngtsc/tsc_plugin.ts", "../../../../../../packages/compiler-cli/index.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,SAAQ,eAAc;AAEf,IAAM,UAAU,IAAI,QAAQ,mBAAmB;;;AC0DhD,IAAO,cAAP,MAAkB;EAcF;EAbpB,OAAO;EAEC,UAAoC;EACpC,OAA8B;EAC9B,YAA+B;EAEvC,IAAI,WAAQ;AACV,QAAI,KAAK,cAAc,MAAM;AAC3B,YAAM,IAAI,MAAM,2DAA2D;IAC7E;AACA,WAAO,KAAK;EACd;EAEA,YAAoB,WAAa;AAAb,SAAA,YAAA;AAClB,kBAAc,IAAI,iBAAgB,CAAE;EACtC;EAEA,SACE,MACA,YACA,SAA2B;AAK3B,SAAK,UAAU,EAAC,GAAG,KAAK,WAAW,GAAG,QAAO;AAC7C,SAAK,OAAO,eAAe,KAAK,MAAM,YAAY,KAAK,SAA0B,IAAI;AACrF,WAAO,KAAK;EACd;EAEA,iBACE,SACA,YAAuB;AA3G3B;AAsHI,UAAM,eAAe,mBAAmB,YAAW;AACnD,QAAI,KAAK,SAAS,QAAQ,KAAK,YAAY,MAAM;AAC/C,YAAM,IAAI,MAAM,wDAAwD;IAC1E;AACA,SAAK,KAAK,2BAA0B;AACpC,UAAM,gBAAgB,IAAI,sBACxB,SACA,KAAK,MACL,KAAK,SACL,KAAK,KAAK,qBAAqB;AAEjC,UAAM,WAAW,IAAI,uCAAsC;AAC3D,UAAM,WAAW,eAAe,SAAY,SAAS,oBAAoB,UAAU,IAAI;AACvF,QAAI;AAEJ,UAAM,wBAAwB,oBAAI,IAAG;AACrC,QAAI,KAAK,KAAK,6BAA6B,QAAW;AACpD,iBAAW,iBAAgB,UAAK,KAAK,yBAAwB,MAAlC,YAAwC,CAAA,GAAI;AACrE,8BAAsB,IAAI,QAAQ,YAAY,CAAC;MACjD;IACF;AAEA,QAAI,eAAe,UAAa,aAAa,MAAM;AACjD,eAAS;QACP;QACA,KAAK;QACL;QACA;QACA;QACgC;QACV;MAAK;IAE/B,OAAO;AACL,eAAS,oBAAmB,EAAG,oBAAoB,UAAU;AAC7D,eAAS,2BACP,YACA,UACA,SACA,KAAK,SACL,UACA,eACA,uBACA,cACA,OACA,KAAK;IAET;AACA,SAAK,YAAY,WAAW,WAAW,QAAQ,KAAK,IAAI;AACxD,WAAO;MACL,sBAAsB,KAAK,UAAU;MACrC,eAAe,KAAK,UAAU;;EAElC;EAEA,eAAe,MAAoB;AACjC,QAAI,SAAS,QAAW;AACtB,aAAO,KAAK,SAAS,eAAc;IACrC;AACA,WAAO,KAAK,SAAS,sBAAsB,MAAM,YAAY,YAAY;EAC3E;EAEA,uBAAoB;AAClB,WAAO,KAAK,SAAS,qBAAoB;EAC3C;EAEA,iBAAc;AACZ,WAAO,KAAK,SAAS,kBAAiB;EACxC;EAEA,qBAAkB;AAGhB,SAAK,SAAS,aAAa,MAAM,UAAU,cAAc;AACzD,WAAO,KAAK,SAAS,YAAW,EAAG;EACrC;;;;AClJF,cAAc,IAAI,iBAAgB,CAAE;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
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-T2HQMWRH.js";
|
|
14
|
+
import "../chunk-MMGTGRB2.js";
|
|
15
15
|
import "../chunk-77D5CI2U.js";
|
|
16
16
|
import "../chunk-37JMVF7H.js";
|
|
17
17
|
import "../chunk-KPQ72R34.js";
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-O7ZKVJOW.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-MMGTGRB2.js";
|
|
19
19
|
import "../chunk-Q2WE7ECN.js";
|
|
20
20
|
import "../chunk-37JMVF7H.js";
|
|
21
21
|
import "../chunk-KPQ72R34.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-PXMCBAEC.js";
|
|
10
|
+
import "../chunk-FL5MUNIS.js";
|
|
11
|
+
import "../chunk-O7ZKVJOW.js";
|
|
12
|
+
import "../chunk-MMGTGRB2.js";
|
|
13
13
|
import "../chunk-Q2WE7ECN.js";
|
|
14
14
|
import "../chunk-37JMVF7H.js";
|
|
15
15
|
import "../chunk-KPQ72R34.js";
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-BG43WWWL.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-NLSHLQF3.js";
|
|
13
|
+
import "../../chunk-FL5MUNIS.js";
|
|
14
|
+
import "../../chunk-O7ZKVJOW.js";
|
|
15
|
+
import "../../chunk-MMGTGRB2.js";
|
|
16
16
|
import "../../chunk-Q2WE7ECN.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-BG43WWWL.js";
|
|
9
|
+
import "../../chunk-NLSHLQF3.js";
|
|
10
|
+
import "../../chunk-FL5MUNIS.js";
|
|
11
|
+
import "../../chunk-O7ZKVJOW.js";
|
|
12
|
+
import "../../chunk-MMGTGRB2.js";
|
|
13
13
|
import "../../chunk-Q2WE7ECN.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|