(tsConfigSourceFile, propKey)
| 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); |
no test coverage detected