(path)
| 110288 | } |
| 110289 | } |
| 110290 | function relativeToBuildInfo(path) { |
| 110291 | return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(buildInfoDirectory, path, host.getCanonicalFileName)); |
| 110292 | } |
| 110293 | } |
| 110294 | function emitBuildInfo(bundle, buildInfoPath) { |
| 110295 | // Write build information if applicable |
no outgoing calls
no test coverage detected
searching dependent graphs…