yungsters / hh-symbol
Symbol map builder for use with Hack.
0.1.0
2014-05-09 02:18 UTC
Requires
- yungsters/hh-apc: ~1.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 16:34:22 UTC
README
Symbol map builder for use with Hack.
Usage
The output symbol map is designed to be used with \HH\autoload_set_paths.
<?hh $root = __DIR__; \HH\autoload_set_paths(SymbolMapBuilder::build($root), $root);