#EcmaScript
Announcing the `eslint-community` GitHub organization
https://eslint.org/blog/2023/03/announcing-eslint-community-org/
#ES_Next_News #ECMAScript #JavaScript #ESLint
Why we added `package.json` support to Deno
https://deno.com/blog/package-json-support
#ES_Next_News #ECMAScript #JavaScript #Deno
Updates from the TC39 meeting in March 2023
https://dev.to/hemanth/updates-from-the-95th-tc39-meeting-ne5
#ES_Next_News #ECMAScript #JavaScript #TC39
Speeding up the JavaScript ecosystem – npm scripts
https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-4/
#ES_Next_News #ECMAScript #JavaScript #npm
Node.js security progress report: permission model merged
https://openjsf.org/blog/2023/03/13/node-js-security-progress-report-permission-model-merged/
#ES_Next_News #ECMAScript #JavaScript #NodeJS
Introducing “safe npm”, an npm wrapper by Socket
https://socket.dev/blog/introducing-safe-npm
#ES_Next_News #ECMAScript #JavaScript #npm
Turbowatch: fast file change detector and task orchestrator for Node.js
https://github.com/gajus/turbowatch/
#ES_Next_News #ECMAScript #JavaScript
Narrowing the speed gap between `let`/`const` and `var` in V8
https://docs.google.com/document/d/1klT7-tQpxtYbwhssRDKfUMEgm-NS3iUeMuApuRgZnAw
#ES_Next_News #ECMAScript #JavaScript
Announcing Rspack: Rust-based JavaScript bundler
https://www.rspack.dev/blog/announcement.html
#ES_Next_News #ECMAScript #JavaScript #Rust
All JavaScript and TypeScript Features of the last 3 years
https://medium.com/@LinusSchlumberger/all-javascript-and-typescript-features-of-the-last-3-years-629c57e73e42
#ES_Next_News #ECMAScript #JavaScript
quicktype: generate types and converters from JSON, JSON Schema, and GraphQL for many programming languages
https://github.com/quicktype/quicktype
#ES_Next_News #ECMAScript #JavaScript #JSON #GraphQL
Lodash replacements: code snippets that are roughly equivalent to Lodash’s functions
https://thescottyjam.github.io/snap.js/#!/nolodash
#ES_Next_News #ECMAScript #JavaScript #Lodash
Concurrent.js: load modules into web workers, access them asynchronously
https://github.com/bitair-org/concurrent.js
#ES_Next_News #ECMAScript #JavaScript #WebWorkers
JavaScript import maps, part 2: in-depth exploration
https://spidermonkey.dev/blog/2023/03/02/javascript-import-maps-part-2-in-depth-exploration.html
#ES_Next_News #ECMAScript #JavaScript
I'm writing some #ECMAScript 7. Jesus take the wheel.
Was fehlt: Equality-Trap für Proxies #ecmascript
Node.js v19.7.0 (current): initial support for single executable applications
https://nodejs.org/en/blog/release/v19.7.0/
#ES_Next_News #ECMAScript #JavaScript #NodeJS
Deno 1.31: package.json support
https://deno.com/blog/v1.31
#Deno #ES_Next_News #ECMAScript #JavaScript
ESLint v8.35.0 released
https://eslint.org/blog/2023/02/eslint-v8.35.0-released/
#ES_Next_News #ECMAScript #JavaScript #ESLint
Turborepo 1.8: workspace configurations, automatic workspace scoping, easier migrations
https://turbo.build/blog/turbo-1-8-0
#ES_Next_News #ECMAScript #JavaScript #Turborepo
What’s new with Lerna 6.5?
https://blog.nrwl.io/whats-new-with-lerna-6-5-4a4f69371504
#ES_Next_News #ECMAScript #JavaScript #Lerna
JavaScript import maps, part 1: introduction
https://spidermonkey.dev/blog/2023/02/23/javascript-import-maps-part-1-introduction.html
#ES_Next_News #ECMAScript #JavaScript
Devalue: (de)serialization beyond JSON.stringify/parse
https://www.npmjs.com/package/devalue
#ES_Next_News #ECMAScript #JavaScript #JSON
Babel 7.21.0: inline RegExp modifiers, TypeScript 5.0, and decorators updates
https://babeljs.io/blog/2023/02/20/7.21.0
#ES_Next_News #ECMAScript #JavaScript #Babel
Le « nullish coalescing assignment » me paraît un poil dangereux (pour la lisibilité, notamment), mais le « nullish coalescing operator », c'est trop bien !
Because it is a standard. It is better that standard web browsers only need to support only one language. In the bad old days, web server needed to detect the browser version instead of being written for a standard browser. Other important standards include HTML and CSS
https://www.ecma-international.org/technical-committees/tc39/
ECMAScript
https://www.alsacreations.com/article/lire/1891-ECMAScript.html
Pas mal d'infos sur ECMAScript, le standard sur lequel est basé JavaScript.
#javascript #ecmascript — https://links.kalvn.net/shaare/XDxtJw
Merged into Node.js: support for single-executable applications
https://github.com/nodejs/node/pull/45038
#ES_Next_News #ECMAScript #JavaScript #NodeJS
Let’s make JavaScript RegExps streamy
https://socket.dev/blog/let-s-make-js-regexps-streamy
#ES_Next_News #ECMAScript #JavaScript #RegExp
Well-known symbols in JavaScript
https://h3manth.com/posts/Well-known-symbols/
#ES_Next_News #ECMAScript #JavaScript
Writing JavaScript without a build system
https://jvns.ca/blog/2023/02/16/writing-javascript-without-a-build-system/
#ES_Next_News #ECMAScript #JavaScript #BuildTools
Check out the #ecmascript excitements by @robpalmer that inspired this thread as well https://mastodon.social/@robpalmer/109879228196972080
Why sorting is harder than it seems
https://www.getgrist.com/blog/why-sorting-is-harder-than-it-seems/
#ES_Next_News #ECMAScript #JavaScript
Bringing JavaScript to WebAssembly for Shopify Functions
https://shopify.engineering/javascript-in-webassembly-for-shopify-functions
#ES_Next_News #ECMAScript #JavaScript #WebAssembly
A shared and open roadmap for MDN Web Docs
https://blog.mozilla.org/en/mozilla/mdn-web-documentation-collaboration/
#ES_Next_News #ECMAScript #JavaScript #MDN #MDN_Web_Docs
Updates from the TC39 meeting in January 2023
https://dev.to/hemanth/updates-from-the-94th-tc39-meeting-48mb
#EsNextNews #EcmaScript #JavaScript #TC39
Speeding up the JavaScript ecosystem – ESLint
https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-3/
#EsNextNews #EcmaScript #JavaScript #ESLint
Go-like channel in 10 lines of JavaScript
https://pedrocattori.dev/blog/go-like-channels-in-10-lines-of-javascript
#EsNextNews #EcmaScript #JavaScript