@internal
(optionName, allowShort)
| 40694 | ts.parseCommandLine = parseCommandLine; |
| 40695 | /** @internal */ |
| 40696 | function getOptionFromName(optionName, allowShort) { |
| 40697 | return getOptionDeclarationFromName(getOptionsNameMap, optionName, allowShort); |
| 40698 | } |
| 40699 | ts.getOptionFromName = getOptionFromName; |
| 40700 | function getOptionDeclarationFromName(getOptionNameMap, optionName, allowShort) { |
| 40701 | if (allowShort === void 0) { allowShort = false; } |
no test coverage detected