Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Const id

id: 256 = 256

Object literals

Const emptyToken

emptyToken: object

code

code: number = 336

text

text: string = "token is empty"

Const invalidNonNumericValue

invalidNonNumericValue: object

code

code: number = 258

text

text: string = "non-numeric token `{0}` can not be consecutive"

Const invalidToken

invalidToken: object

code

code: number = 256

text

text: string = "`{0}` token is invalid token type"

Const invalidTwoOperator

invalidTwoOperator: object

code

code: number = 257

text

text: string = "two operators `{0}`, `{1}` can not come together"

Const missingCloseBracket

missingCloseBracket: object

code

code: number = 289

text

text: string = "missing close bracket, the bracket must be closed"

Const missingOpenBracket

missingOpenBracket: object

code

code: number = 288

text

text: string = "missing open bracket, you cannot close the bracket"

Const missingOperator

missingOperator: object

code

code: number = 274

text

text: string = "the operator is missing after `{0}`"

Const missingValueAfter

missingValueAfter: object

code

code: number = 291

text

text: string = "missing value after `{0}` token"

Const missingValueBefore

missingValueBefore: object

code

code: number = 290

text

text: string = "missing value before `{0}` token"

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc