hhvm / hack-codegen

Library to programatically generate Hack code and write it to signed files
https://hhvm.github.io/hack-codegen/
MIT License
341 stars 93 forks source link

Support custom export functions for collection values #13

Closed fredemmott closed 7 years ago

fredemmott commented 8 years ago

I have an ImmMap<string, classname<T>>; it would be useful to be able to specify that the values should be exported by $x ==> "\\".$x.'::class' directly, especially when nested (related: #12)