hershel-theodore-layton / portable-hack-ast-extras
Extra utilities for use with portable-hack-ast.
Installs: 2 689
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Hack
Requires
- hhvm: ^4.102
- hershel-theodore-layton/portable-hack-ast: <1 || dev-master
Requires (Dev)
- hhvm/hacktest: ^2.3
- hhvm/hhast: ^4.102
- hhvm/hhvm-autoload: ^3.2
This package is auto-updated.
Last update: 2024-11-09 07:53:56 UTC
README
Extra utilities for use with portable-hack-ast.
Why this repo?
Why is this not part of portable-hack-ast?
Portable Hack AST should rarely need new feature updates. Chances are small, but not zero, that the AST has a breaking change. This would mean that portable-hack-ast would have two incompatible versions.
Since upgrading to hhvm 6.33+ requires a lot of effort, I don't want features to become exclusive to the latest version. By giving accessories like this a home in this repository, I assure myself I have a place to add "extras" which can be used regardless your hhvm version.