Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts473 const nodePosition = node.getSourceFile().getLineAndCharacterOfPosition(node.getStart()); constant
474 if ((nodePosition.line - copyRightPosition.line) === 1) {