Charlike Mike Reagent
Charlike Mike Reagent
I use it to convert typescript files, but any version after the `0.30.0` version it doesn't have `declaration` in the result that the method returns ```ts const xform = oxc.transform(filepath,...
Latest `next-forge`, init-ed before an hour or so. Not touched any typescript configs.  > ts: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16'...
Heya there, long time no see. I'm noticing that for probably a year but.. Regularly my badges are broken in readmes, and stay broken forever, like it's cached or something....
Moving to a monorepo and TypeScript. There will be couple of benefits with that like we can have v1, v2, v3 and others as separate directories and not separate branches....
Used @mjackson 's benchmarks suite, seems like Formidable v3 is performing pretty well, especially in large files. link https://github.com/mjackson/remix-the-web/pull/66 where we can find the trimmed down `formidable` v3 ([using directly...
As discussed here #875 It's a weird thing but.. behind an option it could be an interesting feature.
Lead maintainer of `formidable` here. Any particular reason why you're using v1? You're using pretty old and flaky version, with obscure APIs. Please upgrade to latest, and prepare for v4...
Lead maintainer of `formidable` here. Any particular reason why you're using v1? I don't see anything that requires that version, you're using the pretty standard API - `IncomingForm` which is...
like.. i have to do ```ts import tailwindcssEslint from 'eslint-plugin-tailwindcss'; export const pluginTailwind = tailwindcssEslint?.configs?.['flat/recommended']?.[0]?.plugins?.tailwindcss; ```
Hey there, I'm back on Formidable, and releasing some updates. I plan to start working on v4, but from what i'm seeing in your partuclar use, you can try `[email protected]`....