|
2655 | 2655 | }, |
2656 | 2656 | "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but for-of will always send '{0}'.": { |
2657 | 2657 | "category": "Error", |
2658 | | - "code": 77 }, |
| 2658 | + "code": 2673 |
| 2659 | + }, |
2659 | 2660 | "Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'.": { |
2660 | 2661 | "category": "Error", |
2661 | 2662 | "code": 2764 |
|
2692 | 2693 | "category": "Error", |
2693 | 2694 | "code": 2772 |
2694 | 2695 | }, |
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 | | - }, |
2759 | 2696 | "Did you forget to use 'await'?": { |
2760 | 2697 | "category": "Error", |
2761 | | - "code": 2789 |
| 2698 | + "code": 2773 |
2762 | 2699 | }, |
2763 | 2700 |
|
2764 | 2701 | "Import declaration '{0}' is using private name '{1}'.": { |
|
0 commit comments