@wdprlib/parser
Preparing search index...
lexer/state
LexerState
Interface LexerState
Internal mutable state carried through a single tokenisation pass.
interface
LexerState
{
column
:
number
;
line
:
number
;
lineStart
:
boolean
;
pos
:
number
;
source
:
string
;
tokens
:
Token
[]
;
}
Index
Properties
column
line
line
Start
pos
source
tokens
Properties
column
column
:
number
line
line
:
number
line
Start
lineStart
:
boolean
pos
pos
:
number
source
source
:
string
tokens
tokens
:
Token
[]
Package
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
line
line
Start
pos
source
tokens
@wdprlib/parser
Loading...
Internal mutable state carried through a single tokenisation pass.