Searched refs:hasDeclare (Results 1 – 1 of 1) sorted by relevance
62 hasDeclare: boolean property80 return {hasExport: false, hasDeclare: false};84 let hasDeclare: boolean = false;92 hasDeclare = true;96 return {hasExport: hasExport, hasDeclare: hasDeclare};113 let {hasExport, hasDeclare} = getKeyword(astNode.modifiers); variable128 if (hasDeclare && astNode.declarationList) {145 let {hasDeclare} = getKeyword(astNode.modifiers); variable146 if (hasDeclare && astNode.declarationList &&