enum class compiler::CompilerOutputMode

sys::Obj
  sys::Enum
    compiler::CompilerOutputMode

@Serializable { simple=true }

Source

Input source from the file system - see CompilerOutput

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the CompilerOutputMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

js

const static CompilerOutputMode js := ...

Source

podFile

const static CompilerOutputMode podFile := ...

Source

transientPod

const static CompilerOutputMode transientPod := ...

Source

vals

const static CompilerOutputMode[] vals := ...

Source

List of CompilerOutputMode values indexed by ordinal