type

JsIndexedProps

src class JsIndexedProps : Obj

JsIndexedProps is used to support JavaScript implementation of Env.index

constructors

methods

main
write

Write out a stream of indexed props to be added to the JavaScript implementation of Env.

Slot Details

main

src static Void main(Str[] args)

make

src new make(ModuleSystem ms)

write

src 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.