(message, option1, option2, option3)
| 119151 | return compilerOptionsObjectLiteralSyntax && ts.getPropertyArrayElementValue(compilerOptionsObjectLiteralSyntax, name, value); |
| 119152 | } |
| 119153 | function createDiagnosticForOptionName(message, option1, option2, option3) { |
| 119154 | createDiagnosticForOption(/*onKey*/ true, option1, option2, message, option1, option2, option3); |
| 119155 | } |
| 119156 | function createOptionValueDiagnostic(option1, message, arg0, arg1) { |
| 119157 | createDiagnosticForOption(/*onKey*/ false, option1, /*option2*/ undefined, message, arg0, arg1); |
| 119158 | } |
no test coverage detected
searching dependent graphs…