@teambit/toolbox.path.to-windows-compatible-path
Advanced tools
Comparing version 0.0.499 to 0.0.500
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
Object.defineProperty(exports, "toWindowsCompatiblePath", { | ||
enumerable: true, | ||
get: function () { | ||
return _toWindowsCompatiblePath().toWindowsCompatiblePath; | ||
} | ||
}); | ||
function _toWindowsCompatiblePath() { | ||
const data = require("./to-windows-compatible-path"); | ||
_toWindowsCompatiblePath = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toWindowsCompatiblePath = void 0; | ||
var to_windows_compatible_path_1 = require("./to-windows-compatible-path"); | ||
Object.defineProperty(exports, "toWindowsCompatiblePath", { enumerable: true, get: function () { return to_windows_compatible_path_1.toWindowsCompatiblePath; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.toWindowsCompatiblePath = toWindowsCompatiblePath; | ||
@@ -14,5 +11,4 @@ /** | ||
function toWindowsCompatiblePath(path) { | ||
return path.replace(/\\/g, '\\\\'); | ||
return path.replace(/\\/g, '\\\\'); | ||
} | ||
//# sourceMappingURL=to-windows-compatible-path.js.map |
{ | ||
"name": "@teambit/toolbox.path.to-windows-compatible-path", | ||
"version": "0.0.499", | ||
"version": "0.0.500", | ||
"homepage": "https://bit.cloud/teambit/toolbox/path/to-windows-compatible-path", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "path/to-windows-compatible-path", | ||
"version": "0.0.499" | ||
"version": "0.0.500" | ||
}, | ||
@@ -16,3 +16,3 @@ "dependencies": {}, | ||
"chai": "4.3.0", | ||
"@teambit/node.envs.node-babel-mocha": "0.1.4" | ||
"@teambit/node.envs.node-typescript-mocha": "0.0.1" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4482
111