Home
last modified time | relevance | path

Searched refs:DOT_RELATIVE_RX (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/
Dinvoker.js9 const DOT_RELATIVE_RX = new RegExp(`^\\.{1,2}[/${ospath.sep.replace('/', '').replace('\\', '\\\\')}… constant
120 if (requirePath.charAt(0) === '.' && DOT_RELATIVE_RX.test(requirePath)) {