yungsters / hh-symbol

Symbol map builder for use with Hack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hh-symbol

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);

About

Symbol map builder for use with Hack.

License:MIT License


Languages

Language:PHP 100.0%