Prettier 3.3; Turborepo 2.0; Rspack v0.7.1; most popular language; ArrayBuffers; Promises; Corepack;

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 you. You can unsubscribe from this list here or update your preferences.

Older messages

ESLint Configuration Migrator; Rspack v0.7; Deno 1.44; oxlint v0.4.2; Intl.DateTimeFormat;

Tuesday, June 4, 2024

We have 8 links for you - Stay up-to-date on JavaScript and tools Tired of handling a tech stack with REST, SQL, Webpack and 1000 other technologies? github.com Sponsor With its radically holistic

Symbols as WeakMap keys, Compression Streams

Monday, June 3, 2024

We have 3 links for you - Stay up-to-date on JavaScript and tools ECMAScript 2023 feature: symbols as WeakMap keys 2ality.com @rauschma@fosstodon.org This blog post answers two questions: What are

Esbuild v0.21.3; ESLint v9.3.0; Node v22.2.0; Promise.withResolvers(); duplicate named capturing...

Tuesday, May 21, 2024

We have 11 links for you - Stay up-to-date on JavaScript and tools Tired of handling a tech stack with REST, SQL, Webpack and 1000 other technologies? uix.unyt.org Sponsor With its radically holistic

Gulp Developer Survey; esbuild v0.21.0; ESLint compatibility utilities; Nx 19.0; Bun v1.1.8; shell

Tuesday, May 14, 2024

We have 12 links for you - Stay up-to-date on JavaScript and tools Introducing the Gulp Developer Survey medium.com “Gulp has come a long way since its humble beginnings a decade ago. In that time,

Improved tree-shaking in Rollup; Node v22.1.0; Deno 1.43; npm feedback; npm script runner; refactori

Tuesday, May 7, 2024

We have 10 links for you - Stay up-to-date on JavaScript and tools Rollup: improved tree-shaking due to tracking of const parameter values github.com github.com/liuly0322 @lukastaegert@webtoo.ls @

You Might Also Like

Mapped | Unemployment Rate By U.S. State in 2024 💼

Tuesday, November 26, 2024

As of October 2024, DC and Nevada tied for the highest unemployment rate in the US at 5.7%. Which states saw the lowest rates? View Online | Subscribe | Download Our App FINAL CHANCE - ENDS TONIGHT!

🔊 7 DIY Tips for Soundproofing a Room — Why I Switched to Xfce for Linux Mint

Tuesday, November 26, 2024

Also: Home Theater Sound Terms Explained, and More! How-To Geek Logo November 26, 2024 Did You Know The shiny layer of a CD doesn't contain the data; the plastic polycarbonate layer does. The shiny

JSK Daily for Nov 26, 2024

Tuesday, November 26, 2024

JSK Daily for Nov 26, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted

NumPy, Loop Targets, Vector Animation, and More

Tuesday, November 26, 2024

NumPy Practical Examples: Useful Techniques #657 – NOVEMBER 26, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Practical Examples: Useful Techniques In this tutorial, you'll learn how to

Your Games Quarterly newsletter has arrived

Tuesday, November 26, 2024

What's new for games in Google Play and Android Email not displaying correctly? View it online November 2024 The First Developer Preview of Android 16 The First Developer Preview of Android 16

Daily Coding Problem: Problem #1620 [Hard]

Tuesday, November 26, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Dropbox. Sudoku is a puzzle where you're given a partially-filled 9 by 9 grid with

Final Hours: Help Save "The Art of Data" From Falling Short 🙏

Tuesday, November 26, 2024

Will Visual Capitalist end up revealing the secrets behind data storytelling? There are 12 hours left to change the fate of "The Art of Data". View Online | Subscribe | Download Our App Help

Spyglass Dispatch: Meta's Bluesky • Apple's China AI Problem • Apple's Chinese iPhone Problem • Perplexity Voice Pin • Susan's Message on Lung Cancer

Tuesday, November 26, 2024

Meta's Bluesky • Apple's China AI Problem • Apple's Chinese iPhone Problem • Perplexity Voice Pin • Susan's Message on Lung Cancer The Spyglass Dispatch is a free newsletter sent out

🎁 Say Goodbye to Adobe and Hello to UPDF's Universal PDF Editor— 50% Off This Black Friday!

Tuesday, November 26, 2024

Promoted by UPDF How-To Geek Logo November 26, 2024 This email is sponsored by UPDF. Product choices and opinions expressed are from the sponsor and do not necessarily reflect the views of the How-To

What's coming in Go 1.24

Tuesday, November 26, 2024

Plus Brad Fitzpatrick on complexity and Go. | #​533 — November 26, 2024 Unsub | Web Version Together with Ardan Labs Go Weekly GoMLX: ML in Go without Python — Eli recently wrote about Go's