bun-repl

Experimental REPL for Bun

MIT License

Downloads
11.7K
Stars
72
Committers
2

Bot releases are hidden (Show)

bun-repl - v1.4.0 Latest Release

Published by jhmaster2000 over 1 year ago

This release is identical to 1.3.3, but with added support for Linux ARM64 (#3).

bun-repl - v1.3.3

Published by jhmaster2000 over 1 year ago

Full Changelog: https://github.com/jhmaster2000/bun-repl/compare/1.3.0...1.3.3

  • Added ability to properly import installed packages from a local node_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.
bun-repl - v1.3.0

Published by jhmaster2000 about 2 years ago

Full Changelog: https://github.com/jhmaster2000/bun-repl/compare/1.2.1...1.3.0

  • Fixes change to process.version causing display of fake Node.js version instead of Bun version
  • Fixes crash on Bun v0.2.1+ due to improper Regex transpilation
  • Improves some internal error handling
  • Improves CLI args handling by switching to proper Bun binary instead of a wrapper shell file
  • Support for installing with other package managers besides Bun such as npm (Only npm tested)
  • Dropped support for repl script (ran as bun run repl) due to being buggy (Use bun-repl global script instead)
bun-repl - v1.2.1

Published by jhmaster2000 about 2 years ago

Full Changelog: https://github.com/jhmaster2000/bun-repl/compare/1.2.0...1.2.1
Fixes #1 and updates dependencies

bun-repl - v1.2.0

Published by jhmaster2000 about 2 years ago

bun-repl - v1.1.0

Published by jhmaster2000 about 2 years ago

bun-repl - v1.0.3

Published by jhmaster2000 about 2 years ago

bun-repl - v1.0.2

Published by jhmaster2000 about 2 years ago