class compilerJs::Runner

sys::Obj
  compilerJs::Runner

Source

Runner takes a Fantom qname and attempts to run the matching JavaScript implemenation.

evalPodScript

static Void evalPodScript(ScriptEngine engine, Pod pod)

Source

Load and eval the pod script file, and all its dependenceis in the specifed ScriptEngine.

main

Void main(Str[] args := Env.cur().args())

Source