HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.14k stars 656 forks source link

Catch missing standard library in init macros #11621

Closed kLabz closed 6 months ago

kLabz commented 6 months ago

Now that typer init happens later, macro context can be created with missing standard library without TyperEntry.create catching it. Added some detection there for nicer errors.