|
2159 | 2159 | "category": "Error", |
2160 | 2160 | "code": 5059 |
2161 | 2161 | }, |
2162 | | - "Option '{0}' can only be used when option 'moduleResolution' is 'baseUrl'.": { |
| 2162 | + "Option 'paths' cannot be used without specifying '--baseUrl' option.": { |
2163 | 2163 | "category": "Error", |
2164 | 2164 | "code": 5060 |
2165 | 2165 | }, |
|
2171 | 2171 | "category": "Error", |
2172 | 2172 | "code": 5062 |
2173 | 2173 | }, |
2174 | | - "'moduleResolution' kind 'baseUrl' cannot be used without specifying '--baseUrl' option.": { |
2175 | | - "category": "Error", |
2176 | | - "code": 5063 |
2177 | | - }, |
2178 | | - "Module resolution kind cannot be determined automatically. Please specify module resolution explicitly via 'moduleResolution' option.": { |
2179 | | - "category": "Error", |
2180 | | - "code": 5064 |
2181 | | - }, |
2182 | 2174 | "Concatenate and emit output to single file.": { |
2183 | 2175 | "category": "Message", |
2184 | 2176 | "code": 6001 |
|
2479 | 2471 | "category": "Message", |
2480 | 2472 | "code": 6090 |
2481 | 2473 | }, |
2482 | | - "Resolving rooted module name '{0}' - use it as a candidate location.": { |
| 2474 | + "'paths' option is specified, looking for a pattern to match module name '{0}'.": { |
2483 | 2475 | "category": "Message", |
2484 | 2476 | "code": 6091 |
2485 | 2477 | }, |
2486 | | - "Resolving relative module name '{0}'.": { |
| 2478 | + "Module name '{0}', matched pattern '{1}'.": { |
2487 | 2479 | "category": "Message", |
2488 | 2480 | "code": 6092 |
2489 | 2481 | }, |
2490 | | - "Resolving non-relative module name '{0}'.": { |
| 2482 | + "Trying substitution '{0}', candidate module location: '{1}'.": { |
2491 | 2483 | "category": "Message", |
2492 | 2484 | "code": 6093 |
2493 | 2485 | }, |
2494 | | - "Converting relative module name '{0}' to absolute using '{1}' as a base directory => '{2}'.": { |
| 2486 | + "Resolving module name '{0}' relative to base url '{1}' - '{2}'.": { |
2495 | 2487 | "category": "Message", |
2496 | 2488 | "code": 6094 |
2497 | 2489 | }, |
2498 | | - "'rootDirs' option is specified, searching for a longest matching prefix...": { |
| 2490 | + "Loading module as file / folder, candidate module location '{0}'.": { |
2499 | 2491 | "category": "Message", |
2500 | 2492 | "code": 6095 |
2501 | 2493 | }, |
2502 | | - "Found longest matching rootDir '{0}', 'converted relative path '{1}', to non-relative path '{2}'": { |
| 2494 | + "File '{0}' does not exist.": { |
2503 | 2495 | "category": "Message", |
2504 | 2496 | "code": 6096 |
2505 | 2497 | }, |
2506 | | - "'rootDirs' option is not specified, using '{0}' as candidate location.": { |
| 2498 | + "File '{0}' exist - use it as a module resolution result.": { |
2507 | 2499 | "category": "Message", |
2508 | 2500 | "code": 6097 |
2509 | 2501 | }, |
2510 | | - "'paths' option is specified, looking for a pattern to match module name '{0}'.": { |
| 2502 | + "Loading module '{0}' from 'node_modules' folder.": { |
2511 | 2503 | "category": "Message", |
2512 | 2504 | "code": 6098 |
2513 | 2505 | }, |
2514 | | - "Module name '{0}', matched pattern '{1}'.": { |
| 2506 | + "Found 'package.json' at '{0}'.": { |
2515 | 2507 | "category": "Message", |
2516 | 2508 | "code": 6099 |
2517 | 2509 | }, |
2518 | | - "Trying substitution '{0}', candidate module location: '{1}'.": { |
| 2510 | + "'package.json' does not have 'typings' field.": { |
2519 | 2511 | "category": "Message", |
2520 | 2512 | "code": 6100 |
2521 | 2513 | }, |
2522 | | - "Resolving module name '{0}' relative to base url '{1}' - '{2}'.": { |
| 2514 | + "'package.json' has 'typings' field '{0}' that references '{1}'.": { |
2523 | 2515 | "category": "Message", |
2524 | 2516 | "code": 6101 |
2525 | 2517 | }, |
2526 | | - "Loading module '{0}' as file / folder, candidate module location '{1}'.": { |
| 2518 | + "Module name '{0}' contains '!' character.": { |
2527 | 2519 | "category": "Message", |
2528 | 2520 | "code": 6102 |
2529 | 2521 | }, |
2530 | | - "File '{0}' does not exist.": { |
| 2522 | + "Allow javascript files to be compiled.": { |
2531 | 2523 | "category": "Message", |
2532 | 2524 | "code": 6103 |
2533 | 2525 | }, |
2534 | | - "File '{0}' exist - use it as a module resolution result.": { |
2535 | | - "category": "Message", |
| 2526 | + "Option '{0}' should have array of strings as a value.": { |
| 2527 | + "category": "Error", |
2536 | 2528 | "code": 6104 |
2537 | 2529 | }, |
2538 | | - "Loading module '{0}' from 'node_modules' folder.": { |
| 2530 | + "Checking if '{0}' is the longest matching prefix for '{1}' - '{2}'.": { |
2539 | 2531 | "category": "Message", |
2540 | 2532 | "code": 6105 |
2541 | 2533 | }, |
2542 | | - "Found 'package.json' at '{0}'.": { |
| 2534 | + "Expected type of 'typings' field in 'package.json' to be 'string', got '{0}'.": { |
2543 | 2535 | "category": "Message", |
2544 | 2536 | "code": 6106 |
2545 | 2537 | }, |
2546 | | - "'package.json' does not have 'typings' field.": { |
| 2538 | + "'baseUrl' option is set to '{0}', using this value to resolve non-relative module name '{1}'": { |
2547 | 2539 | "category": "Message", |
2548 | 2540 | "code": 6107 |
2549 | 2541 | }, |
2550 | | - "'package.json' has 'typings' field '{0}' that references '{1}'.": { |
| 2542 | + "'rootDirs' option is set, using it to resolve relative module name '{0}'": { |
2551 | 2543 | "category": "Message", |
2552 | 2544 | "code": 6108 |
2553 | 2545 | }, |
2554 | | - "Module name '{0}' contains '!' character.": { |
| 2546 | + "Longest matching prefix for '{0}' is '{1}'": { |
2555 | 2547 | "category": "Message", |
2556 | 2548 | "code": 6109 |
2557 | 2549 | }, |
2558 | | - "Allow javascript files to be compiled.": { |
| 2550 | + "Loading '{0}' from the root dir '{1}', candidate location '{2}'": { |
2559 | 2551 | "category": "Message", |
2560 | 2552 | "code": 6110 |
2561 | 2553 | }, |
2562 | | - "Base url: '{0}'.": { |
| 2554 | + "Trying other entries in 'rootDirs'": { |
2563 | 2555 | "category": "Message", |
2564 | 2556 | "code": 6111 |
2565 | 2557 | }, |
2566 | | - "Option '{0}' should have array of strings as a value.": { |
2567 | | - "category": "Error", |
2568 | | - "code": 6112 |
2569 | | - }, |
2570 | | - "Checking if '{0}' is the longest matching prefix for '{1}' - '{2}'.": { |
| 2558 | + "Module resolution using 'rootDirs' has failed": { |
2571 | 2559 | "category": "Message", |
2572 | | - "code": 6113 |
2573 | | - }, |
2574 | | - "Expected type of 'typings' field in 'package.json' to be 'string', got '{0}'.": { |
2575 | | - "category": "Message", |
2576 | | - "code": 6114 |
| 2560 | + "code": 6112 |
2577 | 2561 | }, |
2578 | 2562 | "Variable '{0}' implicitly has an '{1}' type.": { |
2579 | 2563 | "category": "Error", |
|
0 commit comments