Documentation
    Preparing search index...

    Interface TwingSourceMapRuntime

    interface TwingSourceMapRuntime {
        sourceMap: RawSourceMap;
        enterSourceMapBlock(
            line: number,
            column: number,
            nodeType: string,
            source: TwingSource,
            outputBuffer: TwingOutputBuffer,
        ): void;
        leaveSourceMapBlock(outputBuffer: TwingOutputBuffer): void;
    }
    Index

    Properties

    sourceMap: RawSourceMap

    Methods