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.js39 function checkWordSpelling(nodeText, node, sourcefile, fileName) { argument
40 const basicWords = splitComplexWords(nodeText);
64 …const errorInfo = `Error words in [${nodeText}]: {${errorWords}}.Do you want to spell it as [${sug…