yungsters / hh-symbol
Symbol map builder for use with Hack.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/yungsters/hh-symbol
Requires
- yungsters/hh-apc: ~1.0.0
This package is not auto-updated.
Last update: 2025-10-21 12:33:42 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);