ESLint v9.0.0: A retrospective - ESLint - Pluggable JavaScript Linter
@nzakas @eslint
https://eslint.org/blog/2025/05/eslint-v9.0.0-retrospective/
ESLint v9.0.0: A retrospective - ESLint - Pluggable JavaScript Linter
@nzakas @eslint
https://eslint.org/blog/2025/05/eslint-v9.0.0-retrospective/
Bun v1.2.14: catalogs in `bun install` and more
@jarredsumner
https://bun.sh/blog/bun-v1.2.14
Summary of the April 2025 TC39 plenary
@igalia
https://blogs.igalia.com/compilers/2025/05/20/summary-of-the-april-2025-tc39-plenary/
A brief history of JavaScript
@deno_land
https://deno.com/blog/history-of-javascript
JavaScript’s upcoming Temporal API and what problems it will solve
https://waspdev.com/articles/2025-05-24/temporal-api
The state of JavaScript debugging in WebAssembly
@TheNewStack
https://thenewstack.io/the-state-of-javascript-debugging-in-webassembly/
JSPM 4.0: dependency management via import maps in browsers (benefits: reduced tooling and more)
@guybedford
https://jspm.org/jspm-4.0-release
How JavaScript’s at() method makes array indexing easier
https://allthingssmitty.com/2025/05/19/how-javascript-at-method-makes-array-indexing-easier/
A Brief History of JavaScript, by @deno_land:
https://deno.com/blog/history-of-javascript
#history #javascript #ecmascript #typescript #json #javascriptengines #runtimes #browsers
A brief history of JavaScript | Deno
LinkA Brief History of JavaScript
Nx 21: Continuous tasks and Terminal UI lead the way
https://nx.dev/blog/nx-21-release
ESLint can now lint HTML using the html-eslint language plugin
@eslint
https://eslint.org/blog/2025/05/eslint-html-plugin/
A preview of the new Mocha website is now online
https://mochajs.org/next/
ES Module Shims 2.5: hot reloading and more
@guybedford
https://guybedford.com/hot-reloading-es-module-shims-2.5
JavaScript’s new superpower: explicit resource management via `using`
https://v8.dev/features/explicit-resource-management
Looking for a way to parse/manipulate/walk #JSX. Ideally I'd want a similar Interface like the default JS DOMParser. However all JSX parsers I can find, only allow manipulating/walking the AST they put out (which is too fine grained/low level for me). I just want to modify individual DOM Nodes in my JSX – not AST nodes. #JavaScript #React #ECMAScript
How V8 JavaScript engine works behind the scenes
https://www.deepintodev.com/blog/how-v8-javascript-engine-works-behind-the-scenes
Matt Pocock and Ashley Claymore on the composites proposal (composite keys in Maps and Sets)
@ashley
https://www.youtube.com/watch?v=hFenspfGLTk
Parcel v2.15.0: new transformer & minifier for HTML & SVG, fewer npm dependencies, and more
https://parceljs.org/blog/v2-15-0/
Error.isError(): better way to check error types in JavaScript
https://www.trevorlasn.com/blog/error-iserror-javascript