June 11, 2024

Subject: Prettier 3.3; Turborepo 2.0; Rspack v0.7.1; most popular language; ArrayBuffers; Promises; Corepack; template tags for RegExps; Node.js IPC

Prettier 3.3: better formatting for import attributes, property keys, template interpolations, etc.

prettier.io github.com/sosukesuzuki github.com/prettier

Highlights:
  • JavaScript:
    • Unquote keys in import attributes
    • Fix unstable object print
    • Format embedded GraphQL in template literal statements
    • Improve formatting of React useImperativeHandle hook
    • Allow linebreaks in member expressions in template interpolations
    • Fix dynamic import when the module source is a template string
  • API:
    • Support package.yaml config

Turborepo 2.0: new terminal UI, watch mode, new documentation and more

turbo.build github.com/chris-olszewski github.com/NicholasLYang github.com/vercel/turbo

Highlights (quoting the blog post):
  • New terminal UI: Interactive tasks and clearer logs
  • Watch Mode: Dependency-aware task watcher for any tooling in your repository
  • All-new documentation: Core monorepo concepts, refreshed API reference, and ecosystem tooling guides
  • Licensing and maintenance updates: Upgraded to MIT license and added Long Term Support policy

Rspack v0.7.1: up to 15% faster JavaScript parsing

github.com github.com/SyMind github.com/web-infra-dev

Highlights:
  • 10%–15% performance improvement for JavaScript parsing
  • Rspack emits warnings for non-existent exports and conflicting re-exports.

Ship fast. Stay secure.

socket.dev Sponsor

Socket’s AI-powered threat detection blocks JavaScript supply chain attacks before they have the chance to compromise your dependencies. In addition to scanning for known vulnerabilities, Socket detects 70+ supply chain and code quality issues. Install our free GitHub app in under two minutes and start protecting your repositories today.

Rust growing fastest, but JavaScript reigns supreme

thenewstack.io 

“Rust is the fastest-growing programming language, with its developer community doubling in size over the past two years, yet JavaScript remains the most popular language with 25.2 million active developers, according to the results of a recent survey.”

These kinds of surveys are usually not very rigorous but I still found the article to be an entertaining read with a few interesting insights.

ECMAScript 2024 features: resizing and transferring ArrayBuffers

2ality.com @rauschma@fosstodon.org

Blog post about ArrayBuffer features that were introduced in ECMAScript 2024:
  • “In-place resizable ArrayBuffers”, proposed by Shu-yu Guo
  • “ArrayBuffer.prototype.transfer and friends” proposed by Shu-yu Guo, Jordan Harband and Yagiz Nizipli

JavaScript Promises from the ground up

www.joshwcomeau.com @joshwcomeau@front-end.social

“[...] in this tutorial, we’re going to learn about Promises, but we’ll start at the beginning. I’ll share all of the critical bits of context that took me years to understand. And by the end, hopefully, you’ll have a much deeper understanding of what Promises are and how to use them effectively.”

How to use Corepack

www.totaltypescript.com github.com/mattpocock

According to Corepack’s documentation, it is “an experimental tool to help with managing versions of your package managers. It exposes binary proxies for each supported package manager that, when called, will identify whatever package manager is configured for the current project, download it if needed, and finally run it.”.

This blog post gives a quick introduction to this tool.

Interesting npm packages

regex: template tags that help with creating RegExps and provide advanced features

github.com github.com/slevithan

regex is a template tag for dynamically creating readable, high performance, native JavaScript regular expressions with advanced features. It’s lightweight (5.5KB), has no dependencies, and supports all ES2024+ regex features.”

“Highlights include using whitespace and comments in regexes, atomic groups via (?>...) which can help you avoid ReDoS, and context-aware interpolation of RegExp instances, escaped strings, and partial patterns.”

Node.js IPC made easy with Execa 9.2

medium.com @ehmicky@fosstodon.org

“Execa 9.2 [...] aims at simplifying IPC [Inter-Process Communication] when both processes use Node.js.”

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