Searched refs:nodeText (Results 1 – 2 of 2) sorted by relevance
56 const nodeText = nodeFullText.substring(nodeFullText.indexOf('/**'), nodeFullText.length); constant57 …const apiText = nodeText.indexOf('{') > -1 ? nodeText.substring(0, nodeText.indexOf('{')) : nodeTe…
43 function checkWordSpelling(nodeText, node, sourcefile, fileName, type) { argument44 const basicWords = splitComplexWords(nodeText);69 …const errorInfo = `Error words in [${nodeText}]: {${errorWords}}.Do you want to spell it as [${sug…