REPL: Enjoy a smoother experience with the interactive flag now properly launching the REPL even when stdin is not a tty. This change aligns our behavior with Node's -i flag, ensuring consistent functionality.
Fixes
Fix the issue where the --interactive flag does not launch the REPL when stdin is not a tty, enhancing usability for users relying on this feature.