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

Function getCompilerOptionValueTypeString

test/fixtures/snapshot/typescript.js:41131–41135  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

41129 }
41130 ts.convertToObjectWorker = convertToObjectWorker;
41131 function getCompilerOptionValueTypeString(option) {
41132 return option.type === "list" ?
41133 "Array" :
41134 ts.isString(option.type) ? option.type : "string";
41135 }
41136 function isCompilerOptionsValue(option, value) {
41137 if (option) {
41138 if (isNullOrUndefined(value))

Callers 3

parseOptionValueFunction · 0.85
reportInvalidOptionValueFunction · 0.85
convertJsonOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected