hhvm-autoload icon indicating copy to clipboard operation
hhvm-autoload copied to clipboard

Autoload classes, functions, enums, constants, and typedefs on HHVM

Results 5 hhvm-autoload issues
Sort by recently updated
recently updated
newest added

See: https://github.com/facebook/hhvm/commit/d419828855998fc7c1f9e93647b6a4091647d956 `NF FTW` (Native Facts For The Win). It might be nice to keep this project around for the pseudo-reflection "where's this symbol defined" api. If this is the...

This currently has a custom github action that predates hhvm/actions; this means things need fixing twice.

## Description Manually generate the exported autoload map in sorted order. ## Details At Slack we commit the vendor autoload map to source control, which makes diffs hard to comprehend...

CLA Signed

We expect this project to be replaced by a future zero-configuration built-in autoloader; to prepare for that, we should work on making this work with zero configuration to uncover any...

Our project stores PHP dependencies in `vendor/composer` (since we share `vendor/` between JavaScript and PHP). Better handling for custom roots was introduced because of #10, but doubly-nested vendor directories still...