Preparing search index...
The search index is not available
sqrl
sqrl
compile
compileFromFilesystem
Function compileFromFilesystem
compile
From
Filesystem
(
instance
:
Instance
, filesystem
:
Filesystem
, options
?:
CompileFromFilesystemOptions
)
:
Promise
<
{
compiled
:
CompiledExecutable
;
executable
:
Executable
;
spec
:
ExecutableSpec
;
}
>
This method creates an compiles given a filesystem of source.
Parameters
instance:
Instance
filesystem:
Filesystem
options:
CompileFromFilesystemOptions
= {}
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 compiles given a filesystem of source.