Searched refs:didYouMean (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/lib/utils/ |
D | did-you-mean.js | 6 const didYouMean = async (path, scmd) => { function 40 module.exports = didYouMean
|
/third_party/node/deps/npm/lib/ |
D | cli-entry.js | 65 const didYouMean = require('./utils/did-you-mean.js') constant 66 const suggestions = await didYouMean(npm.localPrefix, cmd)
|
/third_party/node/deps/npm/lib/commands/ |
D | run-script.js | 5 const didYouMean = require('../utils/did-you-mean.js') constant 93 const suggestions = await didYouMean(path, event)
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | helpers.ts | 75 …nDidYouMeanCompilerOption(program: Program, configFile: File, option: string, didYouMean: string) { 77 …n), quotedOption.length, Diagnostics.Unknown_compiler_option_0_Did_you_mean_1, option, didYouMean);
|