(fileName: string)
| 94 | } |
| 95 | |
| 96 | export function normalizePath(fileName: string) { |
| 97 | return fileName.split(path.win32.sep).join(path.posix.sep); |
| 98 | } |
| 99 | |
| 100 | export async function emitFile( |
| 101 | { dir }: OutputOptions, |
no outgoing calls
no test coverage detected