Interface TwingSourceMapRuntime

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

Properties

sourceMap: RawSourceMap

Methods