Weekly release v0.2.13: Debugger and lazy objets

Summary: Improvements to the debugger and the test runner for lazy objects. Miscellaneous bug fixes in the Abstract Interpreter and serializer.

Reviewed By: yinghuitan

Differential Revision: D6430111

fbshipit-source-id: c2046973871e779379da95394b986395d355b5ba
This commit is contained in:
Herman Venter 2017-11-29 15:55:57 -08:00 committed by Facebook Github Bot
parent 50262ef422
commit e5a2fe2f89

View File

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