- Added CommonJS import hoisting to CJS transform
- Added
named-export-generation
transform - Improved comment handling for CJS transform
- Added support for handling
require('x')()
- Bugfixes
- Exported functions not const instead of let
- Restrict import conversion to top-level require
- Avoid comment duplication
- Improved AMD export (edge cases)
- Improved anonymous function exporting
- Update recast
- Avoid stripping comments when removing use strict
- Added fix for member expression in CJS rule
- Added
simple-arrow
transform - Tried to fix some issues with the
cjs
transform - Fixed the tests
- Got started