HeapsIO / domkit

CSS Components based strictly typed UI framework for Haxe
MIT License
84 stars 20 forks source link

Allow remapping component names in init macros #61

Closed Speedphoenix closed 1 month ago

Speedphoenix commented 1 month ago

Note that this changes MetaComponent.getCompName rather than Macros.loadComponent.

The persistent static variable is in Macros next to the other persistents, but it's used only in MetaComponent, should I move it to MetaComponent?