@hubspot/project-parsing-lib
Advanced tools
Comparing version
{ | ||
"name": "@hubspot/project-parsing-lib", | ||
"version": "0.0.29-experimental.0", | ||
"version": "0.0.30-experimental.0", | ||
"description": "Parsing library for converting projects directory structures to their intermediate representation", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -117,3 +117,3 @@ "use strict"; | ||
function convertPathToPosixPath(filepath) { | ||
return filepath.replaceAll(path_1.default.sep, path_1.default.posix.sep); | ||
return filepath.replaceAll(path_1.default.win32.sep, path_1.default.posix.sep); | ||
} |
85562
0.01%