- Fix invariant violation in some ExportProxy cases
- Throttle piped imports to resolve issue with fs hanging
- Fix race condition creating fifo streams
- Support direct non-default imports from all commonjs files (e.g.
import { x } from 'module'
is allowed wheremodule.exports.x = y
) - Cleanup & refactor
- code cleanup
- Fix issue with symlinks and relative imports
- Update packages
- Support
type
field in package.json - Support for .cjs,.es,.es6,.jsx extension
- Support live babel transpilation
- Rename to resolve-mjs
- Update gitignore & add license
- Update History.md
- Update husky config
- Add changelog
- Initial commit