blob: d728557ee8e16684e8bea5d0d16b80cb936dbf7f [file] [log] [blame]
{"version":3,"file":"path-tool.js","sourceRoot":"","sources":["../../src/shared/path-tool.ts"],"names":[],"mappings":";;AAAA,SAAgB,cAAc,CAAC,KAAa;IACxC,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;AACrC,CAAC;AAFD,wCAEC","sourcesContent":["export function fixWindowsPath(value: string): string {\n return value.replace(/\\\\/g, \"/\");\n}\n"]}