Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/lib/commands/
Dinstall.js314 const res = await install.completion({ partialWord: './ar' }) property
320 const res = await install.completion({ partialWord: '/does/not/exist' }) property
326 const res = await install.completion({ partialWord: './pa' }) property
332 const res = await install.completion({ partialWord: './othe' }) property
338 const res = await install.completion({ partialWord: 'http://path/to/url' }) property
344 const res = await install.completion({ partialWord: 'toto' }) property
350 const res = await install.completion({ partialWord: '/' }) property
Dunpublish.js438 async (t, { argv, partialWord, expect, title }) => { argument
440 { conf: { argv: { remain: argv } }, partialWord } field
461 partialWord: 'test-package', property
483 partialWord: pkg, property
507 partialWord: pkg, property
527 partialWord: 'pkg', property
548 partialWord: undefined, property
564 partialWord: pkg, property
572 partialWord: undefined, property
/third_party/node/deps/npm/lib/commands/
Dcompletion.js120 partialWord, property
/third_party/node/deps/npm/test/fixtures/
Dsandbox.js337 partialWord: partial, property