MCPcopy
hub / github.com/meteor/meteor / pathJoin

Function pathJoin

packages/minifier-css/minifier.js:289–289  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

287 p => process.platform === 'win32' ? p.replace(/\\/g, '/') : p;
288const pathJoin =
289 (a, b) => toStandardPath(path.join(toOSPath(a), toOSPath(b)));
290const pathDirname =
291 p => toStandardPath(path.dirname(toOSPath(p)));
292const pathRelative =

Callers 15

_getBrowserStackKeyMethod · 0.85
connectMethod · 0.85
ensureDependenciesFunction · 0.85
installFunction · 0.85
joinAndStatMethod · 0.85
constructorMethod · 0.85
getCacheFileNameMethod · 0.85
addInputFilesMethod · 0.85
realPathMethod · 0.85

Calls 2

toStandardPathFunction · 0.85
toOSPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…