v1.3.3
Full Changelog: 1.3.0...1.3.3
- Added ability to properly
import
installed packages from a localnode_modules
in the current working directory (process.cwd()
). - Improved handling of wildcard and default imports, with proper variable assignments and errors.
- Improved output of
--version
to include Bun version. - Update
repl.builtinModules
list to match Bun 0.5.2. - Fixed a variety of importing problems.
- Cleaned up no longer needed parts of the codebase.