MCPcopy Index your code
hub / github.com/rollup/plugins / normalizePath

Function normalizePath

packages/typescript/src/outputFile.ts:96–98  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

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

Callers 5

typescriptFunction · 0.90
resolveIdFunction · 0.90
loadFunction · 0.90
generateBundleFunction · 0.90
emitFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected