Search


Search something to see results

ParseInfo

parse info

interface ParseInfo {
    currentPosition: number;
    offset: number;
    position: number;
    source: SourceFile;
    stream: string;
    time: number;
}

Index

Properties

currentPosition: number

current parsing position

offset: number

offset

position: number

last token position

source: SourceFile

Source file

stream: string

stream

time: number

tokenizing time