(state, path)
| 125457 | }; |
| 125458 | } |
| 125459 | function relName(state, path) { |
| 125460 | return ts.convertToRelativePath(path, state.currentDirectory, function (f) { return state.getCanonicalFileName(f); }); |
| 125461 | } |
| 125462 | function reportStatus(state, message) { |
| 125463 | var args = []; |
| 125464 | for (var _i = 2; _i < arguments.length; _i++) { |
no outgoing calls
no test coverage detected
searching dependent graphs…