All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Bun v1.3.9 Release: Parallel Script Execution and Performance Improvements

By

tosh

3mo ago· 6 min readenNews

Summary

Bun v1.3.9 introduces significant improvements to the JavaScript runtime, including new features for running multiple package.json scripts concurrently or sequentially with Foreman-style prefixed output. The update adds --parallel and --sequential flags to bun run, allowing developers to execute scripts across workspace packages with colored, labeled output for easy identification. The release also includes performance enhancements for Bun.markdown, RegExp operations, string methods, ESM bytecode compilation, and fixes for 23 issues.

Key quotes

· 5 pulled
Run multiple package.json scripts concurrently or sequentially with Foreman-style prefixed output.
Each line of output is prefixed with a colored, padded label so you can tell which script produced it.
--parallel starts all scripts immediately with interleaved, prefixed output. --sequential runs scripts one at a time in order.
Fixes 23 issues (addressing 13 👍). Run multiple scripts in --parallel or --sequential.
Faster Bun.markdown. Faster RegExp, String.prototype.trim, String.prototype.startsWith.
Snippet from the RSS feed
Fixes 23 issues (addressing 13 👍). Run multiple scripts in --parallel or --sequential. bun:test mock & spyOn get Symbol.dispose support. ESM bytecode compilation. Faster Bun.markdown. Faster RegExp, String.prototype.trim, String.prototype.startsWith.

You might also wanna read