Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dwords_check.ts56 const nodeText = nodeFullText.substring(nodeFullText.indexOf('/**'), nodeFullText.length); constant
57 …const apiText = nodeText.indexOf('{') > -1 ? nodeText.substring(0, nodeText.indexOf('{')) : nodeTe…
/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…