Skip to content

Commit 6626a99

Browse files
committed
Fix bad rebase
1 parent eb6b87a commit 6626a99

File tree

1 file changed

+3
-66
lines changed

1 file changed

+3
-66
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 3 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,8 @@
26552655
},
26562656
"Cannot iterate value because the 'next' method of its iterator expects type '{1}', but for-of will always send '{0}'.": {
26572657
"category": "Error",
2658-
"code": 77 },
2658+
"code": 2673
2659+
},
26592660
"Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'.": {
26602661
"category": "Error",
26612662
"code": 2764
@@ -2692,73 +2693,9 @@
26922693
"category": "Error",
26932694
"code": 2772
26942695
},
2695-
"Operator '{0}' cannot be applied to types '{1}' and '{2}'. Did you forget to use 'await'?": {
2696-
"category": "Error",
2697-
"code": 2773
2698-
},
2699-
"An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. Did you forget to use 'await'?": {
2700-
"category": "Error",
2701-
"code": 2774
2702-
},
2703-
"The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. Did you forget to use 'await'?": {
2704-
"category": "Error",
2705-
"code": 2775
2706-
},
2707-
"This expression is not callable. Did you forget to use 'await'?": {
2708-
"category": "Error",
2709-
"code": 2776
2710-
},
2711-
"This expression is not constructable. Did you forget to use 'await'?": {
2712-
"category": "Error",
2713-
"code": 2777
2714-
},
2715-
"The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. Did you forget to use 'await'?": {
2716-
"category": "Error",
2717-
"code": 2778
2718-
},
2719-
"Type '{0}' must have a '[Symbol.iterator]()' method that returns an iterator. Did you forget to use 'await'?": {
2720-
"category": "Error",
2721-
"code": 2779
2722-
},
2723-
"Type '{0}' must have a '[Symbol.asyncIterator]()' method that returns an async iterator. Did you forget to use 'await'?": {
2724-
"category": "Error",
2725-
"code": 2780
2726-
},
2727-
"Type '{0}' is not an array type. Did you forget to use 'await'?": {
2728-
"category": "Error",
2729-
"code": 2781
2730-
},
2731-
"Type '{0}' is not an array type or a string type. Did you forget to use 'await'?": {
2732-
"category": "Error",
2733-
"code": 2782
2734-
},
2735-
"Type '{0}' is not an array type or does not have a '[Symbol.iterator]()' method that returns an iterator. Did you forget to use 'await'?": {
2736-
"category": "Error",
2737-
"code": 2783
2738-
},
2739-
"Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]()' method that returns an iterator. Did you forget to use 'await'?": {
2740-
"category": "Error",
2741-
"code": 2784
2742-
},
2743-
"Argument of type '{0}' is not assignable to parameter of type '{1}'. Did you forget to use 'await'?": {
2744-
"category": "Error",
2745-
"code": 2785
2746-
},
2747-
"Type '{0}' has no call signatures. Did you forget to use 'await'?": {
2748-
"category": "Error",
2749-
"code": 2786
2750-
},
2751-
"Type '{0}' has no construct signatures. Did you forget to use 'await'?": {
2752-
"category": "Error",
2753-
"code": 2787
2754-
},
2755-
"This condition will always return '{0}' since the types '{1}' and '{2}' have no overlap. Did you forget to use 'await'?": {
2756-
"category": "Error",
2757-
"code": 2788
2758-
},
27592696
"Did you forget to use 'await'?": {
27602697
"category": "Error",
2761-
"code": 2789
2698+
"code": 2773
27622699
},
27632700

27642701
"Import declaration '{0}' is using private name '{1}'.": {

0 commit comments

Comments
 (0)