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

Function getOptionsSyntaxByName

test/fixtures/snapshot/typescript.js:119138–119141  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

119136 }
119137 }
119138 function getOptionsSyntaxByName(name) {
119139 var compilerOptionsObjectLiteralSyntax = getCompilerOptionsObjectLiteralSyntax();
119140 return compilerOptionsObjectLiteralSyntax && ts.getPropertyAssignment(compilerOptionsObjectLiteralSyntax, name);
119141 }
119142 function getOptionPathsSyntax() {
119143 return getOptionsSyntaxByName("paths") || ts.emptyArray;
119144 }

Callers 2

getOptionPathsSyntaxFunction · 0.85
getOptionsSyntaxByValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…