|
1903 | 1903 | "category": "Error", |
1904 | 1904 | "code": 2684 |
1905 | 1905 | }, |
1906 | | - "The 'this' types of each signature are incompatible.": { |
1907 | | - "category": "Error", |
1908 | | - "code": 2685 |
1909 | | - }, |
| 1906 | + "The 'this' types of each signature are incompatible.": { |
| 1907 | + "category": "Error", |
| 1908 | + "code": 2685 |
| 1909 | + }, |
1910 | 1910 | "Import declaration '{0}' is using private name '{1}'.": { |
1911 | 1911 | "category": "Error", |
1912 | 1912 | "code": 4000 |
|
2187 | 2187 | "category": "Error", |
2188 | 2188 | "code": 4082 |
2189 | 2189 | }, |
| 2190 | + "Conflicting library definitions for '{0}' found at '{1}' and '{2}'. Copy the correct file to the 'typings' folder to resolve this conflict.": { |
| 2191 | + "category": "Message", |
| 2192 | + "code": 4090 |
| 2193 | + }, |
| 2194 | + |
2190 | 2195 | "The current host does not support the '{0}' option.": { |
2191 | 2196 | "category": "Error", |
2192 | 2197 | "code": 5001 |
|
2540 | 2545 | "category": "Message", |
2541 | 2546 | "code": 6084 |
2542 | 2547 | }, |
2543 | | - "Enable tracing of the module resolution process.": { |
| 2548 | + "Enable tracing of the name resolution process.": { |
2544 | 2549 | "category": "Message", |
2545 | 2550 | "code": 6085 |
2546 | 2551 | }, |
|
2588 | 2593 | "category": "Message", |
2589 | 2594 | "code": 6096 |
2590 | 2595 | }, |
2591 | | - "File '{0}' exist - use it as a module resolution result.": { |
| 2596 | + "File '{0}' exist - use it as a name resolution result.": { |
2592 | 2597 | "category": "Message", |
2593 | 2598 | "code": 6097 |
2594 | 2599 | }, |
|
2600 | 2605 | "category": "Message", |
2601 | 2606 | "code": 6099 |
2602 | 2607 | }, |
2603 | | - "'package.json' does not have 'typings' field.": { |
| 2608 | + "'package.json' does not have 'types' field.": { |
2604 | 2609 | "category": "Message", |
2605 | 2610 | "code": 6100 |
2606 | 2611 | }, |
2607 | | - "'package.json' has 'typings' field '{0}' that references '{1}'.": { |
| 2612 | + "'package.json' has '{0}' field '{1}' that references '{2}'.": { |
2608 | 2613 | "category": "Message", |
2609 | 2614 | "code": 6101 |
2610 | 2615 | }, |
|
2620 | 2625 | "category": "Message", |
2621 | 2626 | "code": 6104 |
2622 | 2627 | }, |
2623 | | - "Expected type of 'typings' field in 'package.json' to be 'string', got '{0}'.": { |
| 2628 | + "Expected type of '{0}' field in 'package.json' to be 'string', got '{1}'.": { |
2624 | 2629 | "category": "Message", |
2625 | 2630 | "code": 6105 |
2626 | 2631 | }, |
|
2662 | 2667 | }, |
2663 | 2668 | "Raise error on 'this' expressions with an implied 'any' type.": { |
2664 | 2669 | "category": "Message", |
2665 | | - "code": 6115 |
2666 | | - }, |
| 2670 | + "code": 6115 |
| 2671 | + }, |
| 2672 | + "======== Resolving type reference directive '{0}', containing file '{1}', root directory '{2}'. ========": { |
| 2673 | + "category": "Message", |
| 2674 | + "code": 6116 |
| 2675 | + }, |
| 2676 | + "Resolving using primary search paths...": { |
| 2677 | + "category": "Message", |
| 2678 | + "code": 6117 |
| 2679 | + }, |
| 2680 | + "Resolving from node_modules folder...": { |
| 2681 | + "category": "Message", |
| 2682 | + "code": 6118 |
| 2683 | + }, |
| 2684 | + "======== Type reference directive '{0}' was successfully resolved to '{1}', primary: {2}. ========": { |
| 2685 | + "category": "Message", |
| 2686 | + "code": 6119 |
| 2687 | + }, |
| 2688 | + "======== Type reference directive '{0}' was not resolved. ========": { |
| 2689 | + "category": "Message", |
| 2690 | + "code": 6120 |
| 2691 | + }, |
| 2692 | + "Resolving with primary search path '{0}'": { |
| 2693 | + "category": "Message", |
| 2694 | + "code": 6121 |
| 2695 | + }, |
| 2696 | + "Root directory cannot be determined, skipping primary search paths.": { |
| 2697 | + "category": "Message", |
| 2698 | + "code": 6122 |
| 2699 | + }, |
| 2700 | + "======== Resolving type reference directive '{0}', containing file '{1}', root directory not set. ========": { |
| 2701 | + "category": "Message", |
| 2702 | + "code": 6123 |
| 2703 | + }, |
| 2704 | + "Type declaration files to be included in compilation.": { |
| 2705 | + "category": "Message", |
| 2706 | + "code": 6124 |
| 2707 | + }, |
| 2708 | + "Looking up in 'node_modules' folder, initial location '{0}'": { |
| 2709 | + "category": "Message", |
| 2710 | + "code": 6125 |
| 2711 | + }, |
| 2712 | + "Containing file is not specified and root directory cannot be determined, skipping lookup in 'node_modules' folder.": { |
| 2713 | + "category": "Message", |
| 2714 | + "code": 6126 |
| 2715 | + }, |
| 2716 | + "======== Resolving type reference directive '{0}', containing file not set, root directory '{1}'. ========": { |
| 2717 | + "category": "Message", |
| 2718 | + "code": 6127 |
| 2719 | + }, |
| 2720 | + "======== Resolving type reference directive '{0}', containing file not set, root directory not set. ========": { |
| 2721 | + "category": "Message", |
| 2722 | + "code": 6128 |
| 2723 | + }, |
2667 | 2724 | "Variable '{0}' implicitly has an '{1}' type.": { |
2668 | 2725 | "category": "Error", |
2669 | 2726 | "code": 7005 |
|
0 commit comments