class compilerJs::JsIndexedProps

sys::Obj
  compilerJs::JsIndexedProps

Source

JsIndexedProps is used to support JavaScript implementation of Env.index

main

static Void main(Str[] args)

Source

write

Void write(OutStream out, Pod[]? pods := null)

Source

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.