MCPcopy Index your code
hub / github.com/nodejs/node / createDiagnosticForOptionName

Function createDiagnosticForOptionName

test/fixtures/snapshot/typescript.js:119153–119155  ·  view source on GitHub ↗
(message, option1, option2, option3)

Source from the content-addressed store, hash-verified

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 }

Callers 1

verifyCompilerOptionsFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…