(n, end)
| 148733 | return result; |
| 148734 | } |
| 148735 | function setEnd(n, end) { |
| 148736 | ts.Debug.assert(typeof end === "number"); |
| 148737 | n.__end = end; |
| 148738 | } |
| 148739 | var LeadingTriviaOption; |
| 148740 | (function (LeadingTriviaOption) { |
| 148741 | /** Exclude all leading trivia (use getStart()) */ |
no test coverage detected