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

Function getTsConfigPropArray

test/fixtures/snapshot/typescript.js:15839–15842  ·  view source on GitHub ↗
(tsConfigSourceFile, propKey)

Source from the content-addressed store, hash-verified

15837 }
15838 ts.getTsConfigPropArrayElementValue = getTsConfigPropArrayElementValue;
15839 function getTsConfigPropArray(tsConfigSourceFile, propKey) {
15840 var jsonObjectLiteral = getTsConfigObjectLiteralExpression(tsConfigSourceFile);
15841 return jsonObjectLiteral ? getPropertyAssignment(jsonObjectLiteral, propKey) : ts.emptyArray;
15842 }
15843 ts.getTsConfigPropArray = getTsConfigPropArray;
15844 function getContainingFunction(node) {
15845 return ts.findAncestor(node.parent, ts.isFunctionLike);

Callers 1

Calls 2

getPropertyAssignmentFunction · 0.85

Tested by

no test coverage detected