November 7, 2023
Turn on loading images 😉- Logo ECMAScript News

Bun v1.0.9

bun.sh github.com/Jarred-Sumner github.com/Electroid github.com/colinhacks github.com/oven-sh

“Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application.”

Version 1.0.9 is a minor upgrade. The last major upgrade was version 1.0 on 2023-09-08 (while ECMAScript News was on a break). The quote in the previous paragraph is from a blog post on this version which gives a good overview of Bun.

Deno 1.38: HTML doc generator and HMR

deno.com github.com/lambtron github.com/bartlomieju github.com/dsherret github.com/kwhinnery github.com/crowlKats github.com/mmastrac github.com/nayeemrmn github.com/kt3k github.com/marvinhagemeister @deno_land@fosstodon.org

Highlights (quoting the blog post):
  • deno doc improvements: The new deno doc --html command generates a static site with documentation for your project.
  • Hot Module Replacement: The new --unstable-hmr flag will detect changes, reload your server, while preserving state, so you can stay productive.
  • Node.js compatibility improvements: It’s now even easier to use Deno when migrating from Node, now that you can use your npm package manager of choice. Install npm modules with npm and run it with Deno.
  • Fast(est) JSX Transforms: This release includes JSX transforms about 7-20x faster with string concatenation instead of object allocation.
  • deno run --env: built-in support for .env files.

WinterJS: “most performant JavaScript Service Workers server thanks to Rust and SpiderMonkey”

wasmer.io github.com/syrusakbary @wasmer@webassembly.social

WinterJS is a JavaScript Service Workers server written in Rust, that uses the SpiderMonkey runtime to execute JavaScript (the same runtime that Firefox uses). We chose to follow the WinterCG specification to aim for maximum compatibility with other services such as Cloudflare Workers, Deno Deploy and Vercel (hence the name WinterJS).”

“WinterJS [can] be compiled to WebAssembly thanks to WASIX [...]”. That means it can be deployed on WebAssembly platforms.

Deprecation of formatting rules in ESLint

eslint.org @nzakas@fosstodon.org @eslint@fosstodon.org

“The next minor release of ESLint will deprecate core formatting rules. We recommend you use a source code formatter instead.”

test262.fyi: daily Test262 (ECMAScript test suite) runner for many JavaScript engines

test262.fyi github.com/CanadaHonk

This email was sent to {{ email | default }}. You can unsubscribe from this list here or update your preferences.