This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
v0.2.11
- Added React Functional Component folding. Prepack can now optimize the render functions of Functional React components with the
--reactEnabled
option. Seetest/react/functional-components/
for examples. - Enhanced Prepack's ability to deal with conditional exceptions.
- Added framework for VSCode debugging protocol in Prepack interpreter
- Various bugfixes, notably generator bodies now wait properly for delayed initializations