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.js480 async (t, { argv, partialWord, expect, title }) => { argument
482 { conf: { argv: { remain: argv } }, partialWord } field
503 partialWord: 'test-package', property
525 partialWord: pkg, property
549 partialWord: pkg, property
569 partialWord: 'pkg', property
590 partialWord: undefined, property
606 partialWord: pkg, property
614 partialWord: undefined, property
/third_party/node/deps/npm/lib/commands/
Dcompletion.js120 partialWord, property
/third_party/node/deps/npm/test/fixtures/
Dsandbox.js326 partialWord: partial, property