(name)
| 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 | } |
no test coverage detected
searching dependent graphs…