e18e

https://e18e.dev/blog

Ecosystem Performance

フィード

記事のアイキャッチ画像
The Year Ahead (2026)
e18e
The Year Ahead (2026) ​January 24, 2026We haven't had a blog post in a while, largely due to the holiday season but also because many of us have been hard at work on some fairly chunky e18e projects lately! So let's have a look ahead at what's coming in 2026 and a small recap on what we got up to last year 🚀2025 Recap ​In 2025, we saw a great number of contributions, new projects, and milestones across the e18e ecosystem.New Projects ​Official ESLint plugin to lint projects for possible performance and modernization improvementsWeb features codemods to help migrate from older syntax and APIs to modern alternativesDependency diff GitHub action to diff changes in dependencies in GitHub PRsawesome-e18e list to showcase performance-focused projects and resourcessetup-publish CLI to help scaffold GitHub workflows for publishing npm packagesNotable Wins ​11x improvement in Astro rendering@acemarke's work on improving immer performance by over 25%Various improvements to svelte's language too...
3ヶ月前
記事のアイキャッチ画像
tinyglobby: a success story in modernization and performance
e18e
November 11, 2025Author: Madeline Gurriarán (@superchupu)My story with dependencies is odd. I started coding in JavaScript about six years ago,and over time I started to notice just how big my lockfiles were getting every timeI wanted to use a new library. Most subdependencies didn't even seem related to the libraries I was using.I had a low-end laptop until recently, and every time this happened I'd notice just how slow installations were getting.I started inspecting what subdependencies were being added to my projects, and whether or not they really werenecessary in the modern days of the JavaScript ecosystem. After months of occasionally improving the dependency countof some libraries I was using, I found out about e18e right as it was made public, a place where I learned manyways I'd never thought of to improve libraries.One notable library I wanted to replace was globby in tsup, and I got recommended to try fdir and picomatchfor it. I submitted a PR, which got merged after a few d
6ヶ月前
記事のアイキャッチ画像
Community Showcase (Q2 2025)
e18e
July 18, 2025 ​A little late, but it's time for another community showcase! 🎉So many good things have happened over the last quarter in the community and around the ecosystem, and there's so much more to come 🚀Prettier CLI ​The Prettier team has been collaborating with the e18e community for some time now on a new, faster CLI for Prettier. In June, this was released behind a flag for all to try out! 🎉This has been a great collaboration, driven mostly by the work of @fabiospampinato and plenty of help from @fisker on the Prettier side of things.You can see some of the huge performance improvements in the chart below:You can use this in your own project by using the new experimental flag:sh# via the CLI flagprettier . --check --experimental-cli# via an environment variablePRETTIER_EXPERIMENTAL_CLI=1 prettier . --checkWithout any other changes, this should speed up your formatting runs a whole lot 🙌Read more about how we got here in the blog post.e18e CLI ​We posted about the upcoming...
9ヶ月前