DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

Problem with private elements in Flow and @lazy elements #251

Closed Neverbirth closed 6 years ago

Neverbirth commented 6 years ago

@lazy elements, and locally referenced items inside a Flow file need to be declared @public, otherwise they cannot be located.

This is not expected as their usage is define in the same DSL file.