yungsters/hh-symbol

Symbol map builder for use with Hack.

0.1.0 2014-05-09 02:18 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:18:00 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);