Weekly release v0.2.51

Summary:
- Fixed bugs that could cause generated code to throw
- Improved evaluation of abstract conditionals
- Added CLI options --warnaserror, --diagnosticaserror, --nodiagnostic
- Added full support for React.Children.map mock
- Support constructors that return an object but also throw

Reviewed By: yinghuitan

Differential Revision: D9660870

fbshipit-source-id: 49674fae56538809f6f962e49291be77f3617d2c
This commit is contained in:
Sapan Bhatia 2018-09-05 13:05:20 -07:00 committed by Facebook Github Bot
parent 6d5f58e08e
commit cc081ffc80

View File

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