Prepack weekly release v0.2.39

Summary:
- Perf improvements
- Bugfixes
- Rest syntax support (abstract interpreter support pending)
- Debugger improvements
- Migrate to CircleCI 2.0
- Added support for `&&` and `||` logical abstract value unfolding

Reviewed By: yinghuitan

Differential Revision: D8399257

fbshipit-source-id: 7570fb8a73027de63b96c04e94f03fa4bca353fb
This commit is contained in:
Chris Blappert 2018-06-13 21:36:04 -07:00 committed by Facebook Github Bot
parent 0d7807d871
commit 261257f464

View File

@ -1,6 +1,6 @@
{
"name": "prepack",
"version": "0.2.39-alpha.0",
"version": "0.2.39",
"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": {