Preparing search index...
The search index is not available sqrl
Methods
add Hashed Entity
add Hashed Entity( sourceAst: Ast , entityType: string , props: { [key: string ]: any ; } ) : { entityAst: SlotAst ; entityId: EntityId ; }
Parameters
sourceAst: Ast
entityType: string
props: { [key: string ]: any ; }
Returns { entityAst: SlotAst ; entityId: EntityId ; }
add Statement
add Statement( name: string , slotAst: SlotAst ) : void
Returns void
combine Global Where
combine Global Where( where: Ast ) : { combinedAst: Ast ; whereAst: Ast ; whereFeatures: string [] ; whereTruth: string ; }
Returns { combinedAst: Ast ; whereAst: Ast ; whereFeatures: string [] ; whereTruth: string ; }
combined Ast: Ast
where Ast: Ast
where Features: string []
where Truth: string
debug
debug( props: LogProperties , format: string , ... param: any [] ) : any
Parameters
format: string
Rest
... param: any []
Returns any
error
error( props: LogProperties , format: string , ... param: any [] ) : any
Parameters
format: string
Rest
... param: any []
Returns any
fatal
fatal( props: LogProperties , format: string , ... param: any [] ) : any
Parameters
format: string
Rest
... param: any []
Returns any
info
info( props: LogProperties , format: string , ... param: any [] ) : any
Parameters
format: string
Rest
... param: any []
Returns any
set Constant Slot
set Constant Slot( sourceAst: Ast , name: string , initialValue: any ) : ConstantSlot
Parameters
sourceAst: Ast
name: string
initialValue: any
set Global
set Global( sourceAst: Ast , valueAst: Ast , name?: string ) : SlotAst
Parameters
sourceAst: Ast
valueAst: Ast
Optional
name: string
trace
trace( props: LogProperties , format: string , ... param: any [] ) : any
Parameters
format: string
Rest
... param: any []
Returns any
warn
warn( props: LogProperties , format: string , ... param: any [] ) : any
Parameters
format: string
Rest
... param: any []
Returns any
A SQRL CompileState represents the state of the SQRL compiler during a single compilation.