Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Prepack weekly release v0.2.46
Browse files Browse the repository at this point in the history
Summary:
- Bugfixes, refactors
- extended use of simplification to prepack more code
- improved shape modeling
- Added ability to materialize objects without havocing
- new `--reproUnconditionally` and `--reproOnFatal` options in Prepack
  - creates zip file with all files needed to debug the failure
  - creates `repro.sh` script that can open Nuclide debugger, pre-populating the original arguments causing the failure

Reviewed By: NTillmann

Differential Revision: D9101750

fbshipit-source-id: c7a2a7fc1c7814f02937f786df01ec3cb8effe4e
  • Loading branch information
cblappert authored and facebook-github-bot committed Aug 1, 2018
1 parent cf55d0a commit 78ee2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prepack",
"version": "0.2.46-alpha.0",
"version": "0.2.46",
"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": {
Expand Down

0 comments on commit 78ee2be

Please sign in to comment.