@angular/compiler-cli 14.1.0-next.1 → 14.1.0-next.4

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.
Files changed (30) hide show
  1. package/bundles/{chunk-KGCKQ2PH.js → chunk-JRBVL2HZ.js} +3 -1
  2. package/bundles/chunk-JRBVL2HZ.js.map +6 -0
  3. package/bundles/{chunk-U2GR6UX6.js → chunk-JXRNV3VY.js} +3 -3
  4. package/bundles/{chunk-U2GR6UX6.js.map → chunk-JXRNV3VY.js.map} +0 -0
  5. package/bundles/{chunk-DSIJ6FBS.js → chunk-K4XEMWX4.js} +48 -8
  6. package/bundles/{chunk-DSIJ6FBS.js.map → chunk-K4XEMWX4.js.map} +2 -2
  7. package/bundles/{chunk-QGR2YCRK.js → chunk-NJ7YQMH6.js} +4 -4
  8. package/bundles/{chunk-QGR2YCRK.js.map → chunk-NJ7YQMH6.js.map} +0 -0
  9. package/bundles/{chunk-5OLIDMUF.js → chunk-QEIAOLAL.js} +2 -2
  10. package/bundles/{chunk-5OLIDMUF.js.map → chunk-QEIAOLAL.js.map} +0 -0
  11. package/bundles/{chunk-32MQTE7C.js → chunk-RUNC33XY.js} +2 -2
  12. package/bundles/{chunk-32MQTE7C.js.map → chunk-RUNC33XY.js.map} +0 -0
  13. package/bundles/{chunk-SO3HP2WO.js → chunk-TUMJDJFX.js} +4 -4
  14. package/bundles/{chunk-SO3HP2WO.js.map → chunk-TUMJDJFX.js.map} +0 -0
  15. package/bundles/index.js +4 -4
  16. package/bundles/linker/babel/index.js +2 -2
  17. package/bundles/linker/index.js +2 -2
  18. package/bundles/ngcc/index.js +5 -5
  19. package/bundles/ngcc/main-ngcc.js +5 -5
  20. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +4 -4
  21. package/bundles/private/migrations.js +2 -2
  22. package/bundles/src/bin/ng_xi18n.js +4 -4
  23. package/bundles/src/bin/ngc.js +4 -4
  24. package/bundles_metadata.json +1 -1
  25. package/ngcc/src/packages/build_marker.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/src/ngtsc/diagnostics/src/error_code.d.ts +16 -0
  28. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
  29. package/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.d.ts +11 -0
  30. package/bundles/chunk-KGCKQ2PH.js.map +0 -6
@@ -8,7 +8,7 @@ import {
8
8
  ImportGraph,
9
9
  isShim,
10
10
  readConfiguration
11
- } from "./chunk-DSIJ6FBS.js";
11
+ } from "./chunk-K4XEMWX4.js";
12
12
  import {
13
13
  CompilationMode,
14
14
  ComponentDecoratorHandler,
@@ -32,7 +32,7 @@ import {
32
32
  TypeCheckScopeRegistry,
33
33
  forwardRefResolver,
34
34
  readBaseClass
35
- } from "./chunk-32MQTE7C.js";
35
+ } from "./chunk-RUNC33XY.js";
36
36
  import {
37
37
  ClassMemberKind,
38
38
  KnownDeclaration,
@@ -72,7 +72,7 @@ import {
72
72
  translateStatement,
73
73
  translateType,
74
74
  validateAndRewriteCoreSymbol
75
- } from "./chunk-KGCKQ2PH.js";
75
+ } from "./chunk-JRBVL2HZ.js";
76
76
  import {
77
77
  LogicalFileSystem,
78
78
  NgtscCompilerHost,
@@ -5186,4 +5186,4 @@ export {
5186
5186
  * Use of this source code is governed by an MIT-style license that can be
5187
5187
  * found in the LICENSE file at https://angular.io/license
5188
5188
  */
5189
- //# sourceMappingURL=chunk-QGR2YCRK.js.map
5189
+ //# sourceMappingURL=chunk-NJ7YQMH6.js.map
@@ -14,7 +14,7 @@ import {
14
14
  formatDiagnostics,
15
15
  performCompilation,
16
16
  readConfiguration
17
- } from "./chunk-DSIJ6FBS.js";
17
+ } from "./chunk-K4XEMWX4.js";
18
18
  import {
19
19
  __spreadProps,
20
20
  __spreadValues
@@ -379,4 +379,4 @@ export {
379
379
  * Use of this source code is governed by an MIT-style license that can be
380
380
  * found in the LICENSE file at https://angular.io/license
381
381
  */
382
- //# sourceMappingURL=chunk-5OLIDMUF.js.map
382
+ //# sourceMappingURL=chunk-QEIAOLAL.js.map
@@ -33,7 +33,7 @@ import {
33
33
  translateExpression,
34
34
  translateStatement,
35
35
  translateType
36
- } from "./chunk-KGCKQ2PH.js";
36
+ } from "./chunk-JRBVL2HZ.js";
37
37
  import {
38
38
  absoluteFrom,
39
39
  absoluteFromSourceFile,
@@ -6593,4 +6593,4 @@ export {
6593
6593
  * Use of this source code is governed by an MIT-style license that can be
6594
6594
  * found in the LICENSE file at https://angular.io/license
6595
6595
  */
6596
- //# sourceMappingURL=chunk-32MQTE7C.js.map
6596
+ //# sourceMappingURL=chunk-RUNC33XY.js.map
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  Context,
11
11
  ExpressionTranslatorVisitor
12
- } from "./chunk-KGCKQ2PH.js";
12
+ } from "./chunk-JRBVL2HZ.js";
13
13
  import {
14
14
  __spreadProps,
15
15
  __spreadValues
@@ -830,7 +830,7 @@ var declarationFunctions = [
830
830
  ];
831
831
  function createLinkerMap(environment, sourceUrl, code) {
832
832
  const linkers = /* @__PURE__ */ new Map();
833
- const LATEST_VERSION_RANGE = getRange("<=", "14.1.0-next.1");
833
+ const LATEST_VERSION_RANGE = getRange("<=", "14.1.0-next.4");
834
834
  linkers.set(\u0275\u0275ngDeclareDirective, [
835
835
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
836
836
  ]);
@@ -877,7 +877,7 @@ var PartialLinkerSelector = class {
877
877
  throw new Error(`Unknown partial declaration function ${functionName}.`);
878
878
  }
879
879
  const linkerRanges = this.linkers.get(functionName);
880
- if (version === "14.1.0-next.1") {
880
+ if (version === "14.1.0-next.4") {
881
881
  return linkerRanges[linkerRanges.length - 1].linker;
882
882
  }
883
883
  const declarationRange = getRange(">=", minVersion);
@@ -1008,4 +1008,4 @@ export {
1008
1008
  * Use of this source code is governed by an MIT-style license that can be
1009
1009
  * found in the LICENSE file at https://angular.io/license
1010
1010
  */
1011
- //# sourceMappingURL=chunk-SO3HP2WO.js.map
1011
+ //# sourceMappingURL=chunk-TUMJDJFX.js.map
package/bundles/index.js CHANGED
@@ -31,14 +31,14 @@ import {
31
31
  performCompilation,
32
32
  readConfiguration,
33
33
  untagAllTsFiles
34
- } from "./chunk-DSIJ6FBS.js";
35
- import "./chunk-32MQTE7C.js";
34
+ } from "./chunk-K4XEMWX4.js";
35
+ import "./chunk-RUNC33XY.js";
36
36
  import "./chunk-2IMT6JFI.js";
37
37
  import {
38
38
  ConsoleLogger,
39
39
  LogLevel
40
40
  } from "./chunk-LX5Q27EF.js";
41
- import "./chunk-KGCKQ2PH.js";
41
+ import "./chunk-JRBVL2HZ.js";
42
42
  import {
43
43
  LogicalFileSystem,
44
44
  LogicalProjectPath,
@@ -70,7 +70,7 @@ import {
70
70
 
71
71
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
72
72
  import { Version } from "@angular/compiler";
73
- var VERSION = new Version("14.1.0-next.1");
73
+ var VERSION = new Version("14.1.0-next.4");
74
74
 
75
75
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
76
76
  var NgTscPlugin = class {
@@ -13,9 +13,9 @@ import {
13
13
  LinkerEnvironment,
14
14
  assert,
15
15
  isFatalLinkerError
16
- } from "../../chunk-SO3HP2WO.js";
16
+ } from "../../chunk-TUMJDJFX.js";
17
17
  import "../../chunk-WGBFSDVQ.js";
18
- import "../../chunk-KGCKQ2PH.js";
18
+ import "../../chunk-JRBVL2HZ.js";
19
19
  import {
20
20
  NodeJSFileSystem
21
21
  } from "../../chunk-T7MYRXIE.js";
@@ -11,9 +11,9 @@ import {
11
11
  assert,
12
12
  isFatalLinkerError,
13
13
  needsLinking
14
- } from "../chunk-SO3HP2WO.js";
14
+ } from "../chunk-TUMJDJFX.js";
15
15
  import "../chunk-WGBFSDVQ.js";
16
- import "../chunk-KGCKQ2PH.js";
16
+ import "../chunk-JRBVL2HZ.js";
17
17
  import "../chunk-T7MYRXIE.js";
18
18
  import "../chunk-GMSUYBZP.js";
19
19
  export {
@@ -5,20 +5,20 @@
5
5
 
6
6
  import {
7
7
  mainNgcc
8
- } from "../chunk-U2GR6UX6.js";
8
+ } from "../chunk-JXRNV3VY.js";
9
9
  import "../chunk-R3C7RFJ4.js";
10
10
  import {
11
11
  clearTsConfigCache
12
- } from "../chunk-QGR2YCRK.js";
13
- import "../chunk-DSIJ6FBS.js";
14
- import "../chunk-32MQTE7C.js";
12
+ } from "../chunk-NJ7YQMH6.js";
13
+ import "../chunk-K4XEMWX4.js";
14
+ import "../chunk-RUNC33XY.js";
15
15
  import "../chunk-2IMT6JFI.js";
16
16
  import {
17
17
  ConsoleLogger,
18
18
  LogLevel
19
19
  } from "../chunk-LX5Q27EF.js";
20
20
  import "../chunk-WGBFSDVQ.js";
21
- import "../chunk-KGCKQ2PH.js";
21
+ import "../chunk-JRBVL2HZ.js";
22
22
  import {
23
23
  NodeJSFileSystem,
24
24
  setFileSystem
@@ -9,15 +9,15 @@ import {
9
9
  } from "../chunk-OLGEBPBY.js";
10
10
  import {
11
11
  mainNgcc
12
- } from "../chunk-U2GR6UX6.js";
12
+ } from "../chunk-JXRNV3VY.js";
13
13
  import "../chunk-R3C7RFJ4.js";
14
- import "../chunk-QGR2YCRK.js";
15
- import "../chunk-DSIJ6FBS.js";
16
- import "../chunk-32MQTE7C.js";
14
+ import "../chunk-NJ7YQMH6.js";
15
+ import "../chunk-K4XEMWX4.js";
16
+ import "../chunk-RUNC33XY.js";
17
17
  import "../chunk-2IMT6JFI.js";
18
18
  import "../chunk-LX5Q27EF.js";
19
19
  import "../chunk-WGBFSDVQ.js";
20
- import "../chunk-KGCKQ2PH.js";
20
+ import "../chunk-JRBVL2HZ.js";
21
21
  import "../chunk-T7MYRXIE.js";
22
22
  import "../chunk-R4NY3TJC.js";
23
23
  import "../chunk-GMSUYBZP.js";
@@ -13,13 +13,13 @@ import {
13
13
  getSharedSetup,
14
14
  sendMessageToMaster,
15
15
  stringifyTask
16
- } from "../../../../chunk-QGR2YCRK.js";
17
- import "../../../../chunk-DSIJ6FBS.js";
18
- import "../../../../chunk-32MQTE7C.js";
16
+ } from "../../../../chunk-NJ7YQMH6.js";
17
+ import "../../../../chunk-K4XEMWX4.js";
18
+ import "../../../../chunk-RUNC33XY.js";
19
19
  import "../../../../chunk-2IMT6JFI.js";
20
20
  import "../../../../chunk-LX5Q27EF.js";
21
21
  import "../../../../chunk-WGBFSDVQ.js";
22
- import "../../../../chunk-KGCKQ2PH.js";
22
+ import "../../../../chunk-JRBVL2HZ.js";
23
23
  import "../../../../chunk-T7MYRXIE.js";
24
24
  import "../../../../chunk-R4NY3TJC.js";
25
25
  import "../../../../chunk-GMSUYBZP.js";
@@ -8,14 +8,14 @@ import {
8
8
  PartialEvaluator,
9
9
  StaticInterpreter,
10
10
  forwardRefResolver
11
- } from "../chunk-32MQTE7C.js";
11
+ } from "../chunk-RUNC33XY.js";
12
12
  import {
13
13
  TypeScriptReflectionHost,
14
14
  reflectObjectLiteral
15
15
  } from "../chunk-2IMT6JFI.js";
16
16
  import {
17
17
  Reference
18
- } from "../chunk-KGCKQ2PH.js";
18
+ } from "../chunk-JRBVL2HZ.js";
19
19
  import "../chunk-T7MYRXIE.js";
20
20
  import "../chunk-R4NY3TJC.js";
21
21
  import "../chunk-GMSUYBZP.js";
@@ -7,13 +7,13 @@
7
7
  import {
8
8
  main,
9
9
  readCommandLineAndConfiguration
10
- } from "../../chunk-5OLIDMUF.js";
10
+ } from "../../chunk-QEIAOLAL.js";
11
11
  import {
12
12
  EmitFlags
13
- } from "../../chunk-DSIJ6FBS.js";
14
- import "../../chunk-32MQTE7C.js";
13
+ } from "../../chunk-K4XEMWX4.js";
14
+ import "../../chunk-RUNC33XY.js";
15
15
  import "../../chunk-2IMT6JFI.js";
16
- import "../../chunk-KGCKQ2PH.js";
16
+ import "../../chunk-JRBVL2HZ.js";
17
17
  import {
18
18
  NodeJSFileSystem,
19
19
  setFileSystem
@@ -6,11 +6,11 @@
6
6
 
7
7
  import {
8
8
  main
9
- } from "../../chunk-5OLIDMUF.js";
10
- import "../../chunk-DSIJ6FBS.js";
11
- import "../../chunk-32MQTE7C.js";
9
+ } from "../../chunk-QEIAOLAL.js";
10
+ import "../../chunk-K4XEMWX4.js";
11
+ import "../../chunk-RUNC33XY.js";
12
12
  import "../../chunk-2IMT6JFI.js";
13
- import "../../chunk-KGCKQ2PH.js";
13
+ import "../../chunk-JRBVL2HZ.js";
14
14
  import {
15
15
  NodeJSFileSystem,
16
16
  setFileSystem