Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
use ffp_parse_string instead of shelling out to hh_parse (#537)
Browse files Browse the repository at this point in the history
* use ffp_parse_string instead of shelling out to hh_parse

* remove user_args from entrypoints.hack

* testing

* fix lack of hhi

* remove support for xhp children declarations and the migration, since they break native parsing
  • Loading branch information
Scott Sandler authored Jan 25, 2023
1 parent 9fb1505 commit 01f7fed
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 638 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runArgs": [
"--init"
],
"image": "hhvm/hhvm:latest",
"image": "hhvm/hhvm:4.168-latest",

// Set *default* container specific settings.json values on container create.
"settings": {
Expand Down
Loading

0 comments on commit 01f7fed

Please sign in to comment.