Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts5355 const lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, lastComment.end); constant
5374 … const lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, last(detachedComments).end); constant