Preparing search index...
The search index is not available
sqrl
sqrl
compile
compileFromString
Function compileFromString
compile
From
String
(
instance
:
Instance
, source
:
string
, options
?:
CompileFromStringOptions
)
:
Promise
<
{
compiled
:
CompiledExecutable
;
executable
:
Executable
;
spec
:
ExecutableSpec
;
}
>
This method creates an SQRL Executable given source code and an instance
Parameters
instance:
Instance
source:
string
options:
CompileFromStringOptions
= {}
Returns
Promise
<
{
compiled
:
CompiledExecutable
;
executable
:
Executable
;
spec
:
ExecutableSpec
;
}
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
sqrl
arg
ast
compile
config
ctx
entity
executable
execute
expr
feature
filesystem
log
node
object
parse
spec
test
when
Compiled
Executable
compile
From
Filesystem
compile
From
Statements
compile
From
String
executable
From
Filesystem
executable
From
Spec
executable
From
Statements
executable
From
String
source
Arrow
Generated using
TypeDoc
This method creates an SQRL Executable given source code and an instance