Sida Chen
joshcena.com
Sida Chen
@joshcena.com
I care about languages!
I also don't think you have the correct responsibility analysis here. Are you aware that require-yield is recommended by ESLint core, or that require-await is also a core rule, or that, in general, linters aren't just to "catch bugs"?
November 2, 2025 at 8:23 PM
That's a very skewed depiction of the rule. It requires async to be licensed by an await, the same way require-yield (which is a core rule) requires generators to be licensed by a yield, or no-extraneous-calss requires classes to be licensed by an instance property.
November 2, 2025 at 8:17 PM
Bon courage !! Ton français rattrapera très rapidement celui de tes contemporains dès que tu seras là-bas 😃
May 29, 2025 at 12:30 PM
It will be in Firefox 135 behind a flag, and other browsers are still working on it. If all things go well it should be GA late this year.
January 28, 2025 at 6:02 PM
Isn't that what Yarn PnP does?
January 5, 2025 at 8:34 PM
You want 4. Those who can't but know how to tickle ChatGPT the right way to get a solution. They actually deliver anything you ask for.
December 4, 2024 at 6:59 PM
Out of curiosity is stage 3 a sufficient condition for implementation issues? I imagine the "research phase" should start before stage 3 and stage 3 should be for "experiment phase" and "shipping phase" already?
December 3, 2024 at 6:56 PM
Would be useful to have links to implementation issues too, so we know how close we are to stage 4 (and to documentation inclusion)
December 3, 2024 at 6:03 PM
I just think there should be a way to customize module resolution in any env—Node or HTML or workers. What about the Worker() constructor since the type is also specified there?
November 23, 2024 at 9:59 PM
Sorry too busy to write docs outside of JS lang :( Typically Web API docs are written by people tasked by either FF or Chrome, so if Google cares enough you would see it when Chrome ships it, otherwise you would definitely see it when FF ships it!
November 20, 2024 at 7:24 PM
Welp, time to make another pedantic MDN PR I guess
November 12, 2024 at 9:18 PM
TIL that webpack is not capitalized! But their blog uses "Webpack" at start of sentence though: webpack.js.org/blog/2020-10...
Webpack 5 release (2020-10-10) | webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
webpack.js.org
November 12, 2024 at 9:11 PM
Casing police list:
{Type,Java}Script
ESLint
typescript-eslint (even at start of sentence)
npm (even at start of sentence)
Wasm
Git
GitHub
VS Code
November 11, 2024 at 11:54 PM