Represents the internal structure generated with options assigned based on the target platform.
Warning: PlatformConfig
and the typedefs unique to its fields correspond to
compiler-internal data structures and might change in minor Haxe releases in
order to adapt to internal changes.
Fields
finalread onlystaticTypeSystem:Bool
Has a static type system, with not-nullable basic types (Int/Float/Bool)
finalread onlypadNulls:Bool
When calling a method with optional args, do we replace the missing args with "null" constants
finalread onlycanSkipNonNullableArgument:Bool
Can the platform use default values for non-nullable arguments
finalread onlyaddFinalReturn:Bool
Add a final return to methods not having one already - prevent some compiler warnings