Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_spelling.js43 function checkWordSpelling(nodeText, node, sourcefile, fileName, type) { argument
44 const basicWords = splitComplexWords(nodeText);
69 …const errorInfo = `Error words in [${nodeText}]: {${errorWords}}.Do you want to spell it as [${sug…