Vladimir Grenaderov

Results 47 comments of Vladimir Grenaderov

Hello! I have about 20 images now. It looks like only one command chain called per image: cat-grep-sed-sed, as the same as initial solution. Anyway, those shell commands are pretty...

@iambumblehead "pnp" (yarn feature, no node_modules on the disk) != "pnpm" (package manager), so undefined is expected.

It would be nice to use exports with conditions as it described in https://nodejs.org/dist/latest-v19.x/docs/api/packages.html#exports without using legacy fields like 'browser', 'module', etc.

@clemyan today Node.js supports .ts out of the box, so jiti and other staff are no longer required.

> exactly. And when there’s multiple valid ways of handling a syntax, the existing solution for that is “custom loaders”. Those arguments are 100% applicable to TypeScript support too. But,...

> Babel, tsc, swc, all compile TS with different approaches that result in the same runtime JS It's not quite true - generated code is different even for the one...

> but then we've got global state (the current JSX handler) it's neither better nor worse than hooks you proposed - exactly the same behavior. But if you want to...