Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/resolve/lib/
Dsync.js65 var getPackageCandidates = function getPackageCandidates(x, start, opts) { function
195 var thunk = function () { return getPackageCandidates(x, start, opts); };
Dasync.js68 var getPackageCandidates = function getPackageCandidates(x, start, opts) { function
323 var thunk = function () { return getPackageCandidates(x, start, opts); };
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown107 …* getPackageCandidates - a thunk (no-argument function) that returns the paths using standard `nod…
215 …* getPackageCandidates - a thunk (no-argument function) that returns the paths using standard `nod…
/plugin/asciidocjs/node_modules/resolve/test/
Dresolver_sync.js281 var exactIterator = function (x, start, getPackageCandidates, opts) { argument
Dresolver.js270 var exactIterator = function (x, start, getPackageCandidates, opts) { argument