class Module
Per-file execution context.
index
members
-
module:poll()
– check whether file was changed. -
module:eval()
– start an evaluation cycle. -
module:rollback()
– rollback the last evaluation cycle. -
module:finish()
– finish the last evaluation cycle. -
module:destroy()
– destroy this module. -
module.ast
– the last updated AST tree for this module. -
module.root
– the root Result of this module.
static functions
-
Module(file)
– create a new Module.
details
members
-
– check whether file was changed.
returns:
- (bool): whether the file was changed since the last call
- – start an evaluation cycle.
-
– rollback the last evaluation cycle.
-
– finish the last evaluation cycle.
-
– destroy this module.
-
– the last updated AST tree for this module.
-
– the root Result of this module.
static functions
-
– create a new Module.
parameters: