Weekly release v0.2.44: Function argument modeling

Summary:
- Support modeling of shapes of optimized function arguments
- fix test262 to fail CircleCI test if not enough tests pass
- upgrades Prepack to use Babel 7.0.0-beta.53
- Nuclide compatibility fix

Reviewed By: gaearon

Differential Revision: D8892151

fbshipit-source-id: 8f1397d25d26e822709ed53c8e6d37055fe396ec
This commit is contained in:
Sapan Bhatia 2018-07-18 07:14:26 -07:00 committed by Facebook Github Bot
parent bdbce00f53
commit 1d51aed47b

View File

@ -1,6 +1,6 @@
{
"name": "prepack",
"version": "0.2.44-alpha.0",
"version": "0.2.44",
"description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.",
"homepage": "https://github.com/facebook/prepack",
"repository": {