Home
last modified time | relevance | path

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

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