ES.nextNews: the latest in JavaScript and cross-platform tools
Curated by Dr. Axel Rauschmayer and Johannes Weber.

ES.next News

The latest in JavaScript and cross-platform tools

All JavaScript and TypeScript Features of the last 3 years
medium.com
This blog post lists language features that have been added to JavaScript and TypeScript since 2020. Each feature is illustrated with a short code example.


Announcing Rspack: Rust-based JavaScript bundler
www.rspack.dev@web-infra-dev
Quoting the blog post:

Rspack is a Rust-based JavaScript bundler developed by the ByteDance Web Infra team that has features including high-performance, webpack interoperability, flexible configuration etc.

[...]

Rspack has completed the architecture of webpack loader. It means you can use all kinds of loaders in the community, such as babel-loader, less-loader, svgr etc. We are planning to support all features of loader in Rspack. By that time, you can use loaders which haven't been supported for now, such as vue-loader.



Time for a change? Emerging cybersecurity startup seeks JavaScript talent
defendify.breezy.hr Sponsor
Defendify is an award-winning, all-in-one cybersecurity platform developer, looking for a senior full stack engineer to join full-time. This is a unique and exciting opportunity as Defendify continues to rapidly expand its groundbreaking platform, especially designed for the non-enterprise.


Narrowing the speed gap between let/const and var in V8
docs.google.com@syg

Each let and const has a so-called temporal dead zone (TDZ): The time after entering its scope and before executing the declaration. During the TDZ, accessing the value of the variable throws an exception. The checks needed to enforce TDZs make let and const slower than var.

This document describes plans for V8 to omit TDZ checks when they aren’t necessary, thus making let and const faster.

The optimization was prompted by a discovery by the TypeScript team: Their compiler became almost 8% faster when they changed its code base and replaced all occurrences of let and const with var.




Looking for deeply qualified employees or customers? Advertise on ES.next News!
ES.next News reaches over 15,000 highly skilled and motivated developers. We take their trust seriously and have high editorial standards.
Check out our media data and get directly in touch with us.
Follow on Twitter

This email was sent to {{ email | default }}. Want to change how you receive these emails?
You can unsubscribe from this list