Home
last modified time | relevance | path

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

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