Searched refs:DOT_RELATIVE_RX (Results 1 – 1 of 1) sorted by relevance
9 const DOT_RELATIVE_RX = new RegExp(`^\\.{1,2}[/${ospath.sep.replace('/', '').replace('\\', '\\\\')}… constant120 if (requirePath.charAt(0) === '.' && DOT_RELATIVE_RX.test(requirePath)) {