View source
typedef CompilerConfiguration
package haxe.macro
import haxe.macro.Compiler
Available on all platforms
Fields
finalread onlypackageRules:Map<String, PackageRule>
Special access rules for packages depending on the compiler configuration.
For example, the "java" package is "Forbidden" when the target platform is Python.