@faubulous/mentor-rdf-serializers
    Preparing search index...

    Interface TokenAnnotation

    Metadata attached to each token during the analysis pass. This captures source-layout information for the emit pass.

    interface TokenAnnotation {
        sourceBlankLineBefore: boolean;
        sourceLineGap: number;
        sourceNewlineBefore: boolean;
    }
    Index

    Properties

    sourceBlankLineBefore: boolean

    Source had a blank line (2+ newlines) between this token and the previous non-WS token.

    sourceLineGap: number

    Number of source newlines between this token and the previous non-WS token.

    sourceNewlineBefore: boolean

    Source had a newline between this token and the previous non-WS token.