@teambit/toolbox.path.to-windows-compatible-path
Advanced tools
Comparing version 0.0.498 to 0.0.499
"use strict"; | ||
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; } }); | ||
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; | ||
} | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.toWindowsCompatiblePath = toWindowsCompatiblePath; | ||
@@ -11,4 +14,5 @@ /** | ||
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.498", | ||
"version": "0.0.499", | ||
"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.498" | ||
"version": "0.0.499" | ||
}, | ||
@@ -15,4 +15,4 @@ "dependencies": {}, | ||
"@types/mocha": "9.1.0", | ||
"@types/jest": "26.0.20", | ||
"@types/node": "22.10.5" | ||
"chai": "4.3.0", | ||
"@teambit/node.envs.node-babel-mocha": "0.1.4" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependencies": {}, |
@@ -8,8 +8,8 @@ declare module '*.png' { | ||
export const ReactComponent: FunctionComponent<SVGProps<SVGSVGElement> & { title?: string }>; | ||
export const ReactComponent: FunctionComponent< | ||
SVGProps<SVGSVGElement> & { title?: string } | ||
>; | ||
const src: string; | ||
export default src; | ||
} | ||
// @TODO Gilad | ||
declare module '*.jpg' { | ||
@@ -31,1 +31,13 @@ const value: any; | ||
} | ||
declare module '*.otf' { | ||
const value: any; | ||
export = value; | ||
} | ||
declare module '*.woff' { | ||
const value: any; | ||
export = value; | ||
} | ||
declare module '*.woff2' { | ||
const value: any; | ||
export = value; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5062
125
11