Does you web app requires a 10MB JavaScript to work?
Not anymore!
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport

Does you web app requires a 10MB JavaScript to work?
Not anymore!
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport
JAWSM: JavaScript to WebAssembly compiler
@drogus
https://itsallaboutthebit.com/jawsm
Compression Dictionary Transport: using shared compression dictionaries to reduce the transport size of HTTP responses
@tunetheweb @mdn
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport
Bun: debugging JavaScript memory leaks via V8 heap snapshots and Chrome DevTools
https://bun.sh/blog/debugging-memory-leaks
e18e (Ecosystem Performance): community showcase Q1 2025
@e18e
https://e18e.dev/blog/community-showcase-q1.html
bare: minimal V8-based JavaScript runtime for desktop and mobile
@kasperisager
https://github.com/holepunchto/bare
JavaScript features worth knowing in 2025
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
ESLint bulk suppressions: enabling stricter linting incrementally
@eslint
https://eslint.org/blog/2025/04/introducing-bulk-suppressions/
pnpm 10.7: use env variables in pnpm-workspace.yaml, patch dependencies by version ranges, and more
@pnpm
https://github.com/pnpm/pnpm/releases/tag/v10.7.0
V8’s Turbofan: from Sea of Nodes to control-flow graphs
https://v8.dev/blog/leaving-the-sea-of-nodes
Vitest 3.1.0: hide output from passing tests and more
@vitest
https://github.com/vitest-dev/vitest/releases/tag/v3.1.0
Rspack 1.3: circular dependency detection, bundling HTTP imports and more
https://rspack.dev/blog/announcing-1-3
temporal-polyfill v0.3.0: support for the latest version of the API (2024-07)
https://github.com/fullcalendar/temporal-polyfill/releases/tag/v0.3.0
I'm the old _require_ dog, so it comes at no surprise that I'm not happy with
https://docs.deno.com/runtime/fundamentals/modules/
_import_ favorizes large libraries, with _require_ I got used to library atomization.
Eventually I'll find my ways for optimal structuring of my libraries, but for now...
#ecmascript modules, #typescript and #deno don't make me happy.
ESLint v.9.23.0: TypeScript syntax support in 3 core rules
@eslint
https://eslint.org/blog/2025/03/eslint-v9.23.0-released/
Rsdoctor 1.0: build analyzer for Rspack that’s compatible with webpack
https://rsdoctor.dev/blog/release/release-note-1_0
Migrating to ESLint v9: a guide
https://www.neoxs.me/blog/migration-to-eslint-v9