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

0.2.27

Compare
Choose a tag to compare
@simonhj simonhj released this 19 Mar 04:07

Adds React verbose mode
Simplify conditions like c ? {} : null to just c if used in a condition context
Fix delayed conversions of abstract values to objects in pure mode
Allow additional functions to return PossiblyNormalCompletions.
Make short-circuit logic similar to React Hoisting
__registerAdditionalFunction is now __optimize
Handles more implicit abstract conversions during binary ops