type

JsIndexedProps

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

static Void main(Str[] args)

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.