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

Commit

Permalink
Weekly release v0.2.8: better diagnostics and condition simplifications
Browse files Browse the repository at this point in the history
Summary:
Major commits include:
* Change error message when evaluating PossiblyNormalCompletion
* Added --omitInvariants option to prevent invariants from being included in generated code.
* Print out call stack in default error handler
* More simplifications
* Add missing check for invalid use of Map
* Simplify if conditions

Reviewed By: cblappert

Differential Revision: D5965959

fbshipit-source-id: e8eb8e053d9a121d2b4de352658269a5ec856f43
  • Loading branch information
Jeffrey Tan authored and facebook-github-bot committed Oct 3, 2017
1 parent ed40a49 commit 736f911
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.8-alpha.0",
"version": "0.2.8",
"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 736f911

Please sign in to comment.