parse5
    Preparing search index...

    Interface SAXParserOptions

    interface SAXParserOptions {
        sourceCodeLocationInfo?: boolean;
    }
    Index

    Properties

    sourceCodeLocationInfo?: boolean

    Enables source code location information for tokens.

    When enabled, each token will have a sourceCodeLocation property.