|
1192 | 1192 | "category": "Message",
|
1193 | 1193 | "code": 1390
|
1194 | 1194 | },
|
1195 |
| - "The `bundledPackageName` option must be provided when using outFile and node module resolution with declaration emit.": { |
| 1195 | + "The 'bundledPackageName' option must be provided when using outFile and node module resolution with declaration emit.": { |
1196 | 1196 | "category": "Error",
|
1197 | 1197 | "code": 1391
|
1198 | 1198 | },
|
|
2362 | 2362 | "category": "Error",
|
2363 | 2363 | "code": 2549
|
2364 | 2364 | },
|
2365 |
| - "Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.": { |
| 2365 | + "Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{2}' or later.": { |
2366 | 2366 | "category": "Error",
|
2367 | 2367 | "code": 2550
|
2368 | 2368 | },
|
|
2482 | 2482 | "category": "Error",
|
2483 | 2483 | "code": 2582
|
2484 | 2484 | },
|
2485 |
| - "Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to '{1}' or later.": { |
| 2485 | + "Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{1}' or later.": { |
2486 | 2486 | "category": "Error",
|
2487 | 2487 | "code": 2583
|
2488 | 2488 | },
|
2489 |
| - "Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to include 'dom'.": { |
| 2489 | + "Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.": { |
2490 | 2490 | "category": "Error",
|
2491 | 2491 | "code": 2584
|
2492 | 2492 | },
|
2493 |
| - "'{0}' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.": { |
| 2493 | + "'{0}' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.": { |
2494 | 2494 | "category": "Error",
|
2495 | 2495 | "code": 2585
|
2496 | 2496 | },
|
|
2514 | 2514 | "category": "Error",
|
2515 | 2515 | "code": 2590
|
2516 | 2516 | },
|
2517 |
| - "Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add `node` to the types field in your tsconfig.": { |
| 2517 | + "Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.": { |
2518 | 2518 | "category": "Error",
|
2519 | 2519 | "code": 2591
|
2520 | 2520 | },
|
2521 |
| - "Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add `jquery` to the types field in your tsconfig.": { |
| 2521 | + "Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add 'jquery' to the types field in your tsconfig.": { |
2522 | 2522 | "category": "Error",
|
2523 | 2523 | "code": 2592
|
2524 | 2524 | },
|
2525 |
| - "Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.": { |
| 2525 | + "Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.": { |
2526 | 2526 | "category": "Error",
|
2527 | 2527 | "code": 2593
|
2528 | 2528 | },
|
|
2864 | 2864 | "category": "Error",
|
2865 | 2865 | "code": 2696
|
2866 | 2866 | },
|
2867 |
| - "An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your `--lib` option.": { |
| 2867 | + "An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option.": { |
2868 | 2868 | "category": "Error",
|
2869 | 2869 | "code": 2697
|
2870 | 2870 | },
|
|
2896 | 2896 | "category": "Error",
|
2897 | 2897 | "code": 2704
|
2898 | 2898 | },
|
2899 |
| - "An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your `--lib` option.": { |
| 2899 | + "An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.": { |
2900 | 2900 | "category": "Error",
|
2901 | 2901 | "code": 2705
|
2902 | 2902 | },
|
|
2920 | 2920 | "category": "Error",
|
2921 | 2921 | "code": 2710
|
2922 | 2922 | },
|
2923 |
| - "A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your `--lib` option.": { |
| 2923 | + "A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option.": { |
2924 | 2924 | "category": "Error",
|
2925 | 2925 | "code": 2711
|
2926 | 2926 | },
|
2927 |
| - "A dynamic import call in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your `--lib` option.": { |
| 2927 | + "A dynamic import call in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.": { |
2928 | 2928 | "category": "Error",
|
2929 | 2929 | "code": 2712
|
2930 | 2930 | },
|
|
3862 | 3862 | "category": "Error",
|
3863 | 3863 | "code": 5073
|
3864 | 3864 | },
|
3865 |
| - "Option '--incremental' can only be specified using tsconfig, emitting to single file or when option `--tsBuildInfoFile` is specified.": { |
| 3865 | + "Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified.": { |
3866 | 3866 | "category": "Error",
|
3867 | 3867 | "code": 5074
|
3868 | 3868 | },
|
|
3914 | 3914 | "category": "Error",
|
3915 | 3915 | "code": 5086
|
3916 | 3916 | },
|
3917 |
| - "A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.": { |
| 3917 | + "A labeled tuple element is declared as rest with a '...' before the name, rather than before the type.": { |
3918 | 3918 | "category": "Error",
|
3919 | 3919 | "code": 5087
|
3920 | 3920 | },
|
|
4845 | 4845 | "category": "Message",
|
4846 | 4846 | "code": 6237
|
4847 | 4847 | },
|
4848 |
| - "Specify the module specifier to be used to import the `jsx` and `jsxs` factory functions from. eg, react": { |
| 4848 | + "Specify the module specifier to be used to import the 'jsx' and 'jsxs' factory functions from. eg, react": { |
4849 | 4849 | "category": "Error",
|
4850 | 4850 | "code": 6238
|
4851 | 4851 | },
|
|
5230 | 5230 | "category": "Error",
|
5231 | 5231 | "code": 7039
|
5232 | 5232 | },
|
5233 |
| - "If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}`": { |
| 5233 | + "If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}'": { |
5234 | 5234 | "category": "Error",
|
5235 | 5235 | "code": 7040
|
5236 | 5236 | },
|
|
5391 | 5391 | "category": "Error",
|
5392 | 5392 | "code": 8024
|
5393 | 5393 | },
|
5394 |
| - "Class declarations cannot have more than one `@augments` or `@extends` tag.": { |
| 5394 | + "Class declarations cannot have more than one '@augments' or '@extends' tag.": { |
5395 | 5395 | "category": "Error",
|
5396 | 5396 | "code": 8025
|
5397 | 5397 | },
|
|
0 commit comments