Hacker News new | ask | show | jobs
by sod 1891 days ago
We should let linters written javascript die IMO. ESLint is soooo slow. My hope is that the ecosystem will slowly shift to deno, and we just gonna use `deno lint` (https://deno.land/manual/tools/linter, based on swc, written in rust) for linting from then on. What tslint does in 6 seconds, `deno lint` does in 0.2 seconds.
2 comments

Hmm... a multi-threaded language would be nice. Always surprised when I see a single pegged core for eslint, prettier, or babel.

Workers are coming to Node... so soon.

Same for build tools, esbuild is multiple orders of magnitude faster than babel.
Yes, but it does much less. There are still many projects out there relying on Babel plugins (Loadable Components, Styled Components, Tailwind, Apollo, etc).

I love esbuild though, and use it a few of our packages, it flies