View source
typedef WriterTargetConfig
package haxe.hxb
import haxe.hxb.WriterConfig
Available on all platforms
Fields
optionalinclude:Null<Array<String>>
Dot paths of modules or packages to be included in the archive. This takes priority
over exclude. By default, all modules that aren't explicitly excluded are
included.
optionalhxbVersion:Null<Int>
The hxb version to target. By default, the version of the Haxe compiler itself
is targeted. See https://github.com/HaxeFoundation/haxe/issues/11505