Jarrio
Jarrio
```hx class Test { static function main() { var map:Foo = []; } } abstract Foo(Map) from Map { public function new(value:Map = null) { this = value ?? [];...
https://try.haxe.org/#f89E633f ```hx class Test { static function main() { var x = Example.a * 5; trace(x); } } enum abstract Example(Float) to Float { var a = 0; var b...
missing imports for some file types required for haxe 5 and made some files macro context only so that we can do `--macro include('haxe.ui', true)` for cppia on the host