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: Bugfixes and improvements
Browse files Browse the repository at this point in the history
Summary:
Fixing havocing of bindings.
adds support for ReactDOM.createPortal inlining
Stop using joinEffectsAndPromoteNested
opt out of optimizing a React component in a tree with `__doNotRender`
if left and right in createFromConditionalOp are equal, do early return
all serializer tests now get linted via ESlint for correct output
all globals emitted reference the global identifier
Support for --delayInitializations for optimized functions
Fix abstract values not being coerced into strings for the Error constructor

Reviewed By: NTillmann

Differential Revision: D8162599

fbshipit-source-id: e28495eeb4445d99cb93afc2dce331af077c4faf
  • Loading branch information
Simon Jensen authored and facebook-github-bot committed May 25, 2018
1 parent 99f13fd commit be46107
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.36-alpha.0",
"version": "0.2.36",
"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 be46107

Please sign in to comment.