(node)
| 41124 | } |
| 41125 | } |
| 41126 | function isDoubleQuotedString(node) { |
| 41127 | return ts.isStringLiteral(node) && ts.isStringDoubleQuoted(node, sourceFile); |
| 41128 | } |
| 41129 | } |
| 41130 | ts.convertToObjectWorker = convertToObjectWorker; |
| 41131 | function getCompilerOptionValueTypeString(option) { |
no outgoing calls
no test coverage detected