Home
last modified time | relevance | path

Searched defs:dependant (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/sequential/
Dtest-watch-mode.mjs316 const dependant = createTmpFile(`console.log(require('${relativeDependencyPath}'))`); constant
326 const dependant = createTmpFile(`import ${JSON.stringify(relativeDependencyPath)}`, '.mjs'); constant