Masthash

#ES_Next_News

Axel Rauschmayer
1 week ago

How do you avoid name clashes between functions, variables, components, and types?
https://gist.github.com/sapegin/a46ab46cdd4d6b5045027d120b9c967d
#ES_Next_News #ECMAScript #JavaScript

Axel Rauschmayer
2 weeks ago

Parcel v2.9.0: package exports, ESM-based plugins and configs, incremental symbol propagation and more
https://parceljs.org/blog/v2-9-0/
#ES_Next_News #ECMAScript #JavaScript #ParcelJS

Axel Rauschmayer
3 weeks ago

Bun v0.6.0: bundler, minifier, standalone executables and more
https://bun.sh/blog/bun-v0.6.0
#ES_Next_News #ECMAScript #JavaScript #BunJS

Axel Rauschmayer
3 weeks ago

Node v20.2.0 (current): test.skip(), test.only() and more
https://nodejs.org/en/blog/release/v20.2.0
#ES_Next_News #ECMAScript #JavaScript #NodeJS

Axel Rauschmayer
4 weeks ago

ESM–CJS interop test: Node.js, Babel, Webpack, Rollup, esbuild
https://sokra.github.io/interop-test/
#ES_Next_News #ECMAScript #JavaScript

Axel Rauschmayer
1 month ago

Rome v12.1.0: stage 3 decorators, VCS support, new lint rules and more
https://rome.tools/blog/2023/05/10/rome12_1/
#ES_Next_News #ECMAScript #JavaScript #Rome

Axel Rauschmayer
1 month ago
Axel Rauschmayer
1 month ago

Learn how to build a custom reporter for Node.js’ new native test runner
https://www.nearform.com/blog/writing-a-node-js-test-reporter/
#ES_Next_News #ECMAScript #JavaScript #NodeJS

Axel Rauschmayer
1 month ago
Axel Rauschmayer
2 months ago

Picking the right tool for maneuvering JavaScript’s event loop
https://www.macarthur.me/posts/navigating-the-event-loop
#ES_Next_News #ECMAScript #JavaScript

Axel Rauschmayer
2 months ago

JSPM CLI relaunch: import map package management tool
https://jspm.org/jspm-cli
#ES_Next_News #ECMAScript #JavaScript #JSPM

Axel Rauschmayer
2 months ago

es-module-shims: new ES modules features on top of basic modules support in browsers
https://github.com/guybedford/es-module-shims
#ES_Next_News #ECMAScript #JavaScript #ImportMaps