Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > ExtractorMessage > sourceFileLine

ExtractorMessage.sourceFileLine property

The line number where the issue occurred in the input source file. This is not used if sourceFilePath is undefined. The first line number is 1.

Signature:

readonly sourceFileLine: number | undefined;