class compilerEs::JsIndexedProps
sys::Obj compilerEs::JsIndexedProps
JsIndexedProps is used to support JavaScript implementation of Env.index
- main
- make
-
new make(ModuleSystem ms) - write
-
Void write(OutStream out, Pod[]? pods := null)Write out a stream of indexed props to be added to the JavaScript implementation of
Env. If pods is null index every pod installed, otherwise just the pods specified.