Home
last modified time | relevance | path

Searched defs:character (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DrawCodeProcessor.ts45 const { line, character } = sourceFile.getLineAndCharacterOfPosition(node.astNode.getStart()); constant
DcoreImpls.ts227 … const { line, character } = node.getSourceFile().getLineAndCharacterOfPosition(node.getStart()); constant