Langium - v4.0.0
    Preparing search index...

    Interface LexingReport

    A custom lexing report that can be produced by the token builder during the lexing process. Adopters need to ensure that the any custom fields are serializable so they can be sent across worker threads.

    interface LexingReport {
        diagnostics: LexingDiagnostic[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    diagnostics: LexingDiagnostic[]