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

0.1.0 2014-05-09 02:18 UTC

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