December 5, 2023
Turn on loading images 😉- Logo ECMAScript News

Biome formatter wins the Prettier challenge (USD 22,500)

biomejs.dev @ematipico@fosstodon.org @biomejs@fosstodon.org

Prettier challenge – “write a Prettier-compliant pretty printer in Rust”:

  • USD 22,500: Pass > 95% of the prettier JavaScript tests.
  • USD 2,500: Compile to WASIX [a standardized WebAssembly API] and publish (via CI) to Wasmer [a WebAssembly engine].

Before the challenge, Biome was roughly 85% compatible with Prettier. Several Biome contributors pushed that number to over 96% within three weeks. So far, the second prize hasn’t been claimed. Biome maintainer Emanuele Stoppa: “WASIX requires way more work than expected.”

This is the major new feature of Biome v1.4.0. You can check out the release notes to see what else is new.

Prettier’s CLI: a performance deep dive

prettier.io github.com/fabiospampinato github.com/prettier

“[...] I’ve been contracted by the Prettier team to speed up Prettier’s command line interface (CLI). In this post we’ll take a look at the optimizations I’ve discovered, the process that lead to finding them, some exciting numbers comparing the current CLI with the new one, and some guesses about what could be optimized next.”

“By default times for the same command go from ~29s to ~1.3s, for a ~22x speedup. This requires the cache file to be remembered between executions. We can probably get much closer to a 50x speedup in the future also.”

“If the cache file is not remembered, or if you explicitly turn caching off, or if this is the first run, then times go from ~29s to ~5.5s with parallelization, on my computer, for a ~5x speedup, which should still be pretty significant.”

Node v21.3.0 (current): --disable-warning

nodejs.org github.com/RafaelGSS @nodejs@social.lfx.dev

Highlight: “This version adds a new --disable-warning option that allows users to disable specific warnings either by code (i.e. DEP0025) or type (i.e. DeprecationWarning, ExperimentalWarning).”

Updates from the TC39 meeting in November 2023

dev.to github.com/hemanth

Stage 4:
  • Array grouping
  • Promise.withResolvers
Stage 1:
  • Math.sum
  • Module sync assert
Withdrawn proposals:
  • Operator overloading
  • Extensible numeric literals

esbuild’s bundle size analyzer web app now has a treemap visualization

hachyderm.io @evanw@hachyderm.io

Write shell scripts using JavaScript and zx

johnwargo.com @johnwargo@mastodon.social

This is how the blog post describes zx:
  • It’s a Node-based runtime for executing JavaScript-based scripts and managing spawning external apps (in those scripts).
  • Provides a simplified wrapper around Node’s child_process API.
  • Returns promises from calls to spawn.
  • Automatically initializes several standard Node modules (chalk, fetch, fs_extra, minimist).
  • Automatically escapes and quotes parameters.

New podcast: “Off the main thread” with Jake Archibald and Surma about “whatever’s going on in the world of tech & web development”

offthemainthread.tech @jaffathecake@mastodon.social @surma@toot.cafe

‍

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

‍