Closed antongolub closed 5 months ago
bin
man
function unixifyPath (ref) { return ref.replace(/\\|:/g, '/') } function securePath (ref) { const secured = path.join('.', path.join('/', unixifyPath(ref))) return secured.startsWith('.') ? '' : secured } function secureAndUnixifyPath (ref) { return unixifyPath(securePath(ref)) }
continues #100, #104
What / Why
bin
andman
refs.bin
References
continues #100, #104