This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Generate pure Hack code
This release:
- removes the HHI
- generates
<?hh
instead of<?php
In theory, this is fully compatible - however I've bumped the minor version as the removal of the HHI does mean that your project will have type errors until the autoload map is generated, if your project reads generated data (e.g. Facebook\AutolaodMap\Generated\is_dev()
)