Wojciech Maj

Results 338 comments of Wojciech Maj

Looking at the package, it seems like: `/dist/cjs` contains files compiled to CommonJS, with additional helpers (__esModule: true) to make ES module interop easier for other tools. `/dist/es2015` contains files...

Definitely a bump, especially since #264 is up and TS rewrite may be coming.

> Copying [my comment](https://github.com/import-js/eslint-plugin-import/pull/2996#issuecomment-2119211196) in the PR here for visibility: > > ## Workaround (switch to `eslint-plugin-import-x`) > In case anyone wants to upgrade to ESLint v9 with Flat Config...

FYI, Yarn's own E2Es are also broken because of this: https://github.com/yarnpkg/berry/actions/runs/5794322982/job/15703692932

It did not, the functions were not configured to run locally. Proposals: - check for local.settings.json before showing the message - if function list is not updated in, say, 10...

With @testing-library/react-hooks not supporting React 19, this matter is even more burning than it was before.

We have tests for CRA 5, CRA 4 might need additional configuration which I haven't discovered yet

Legacy builds were dropped in #988. One of the main reasons was that this made the code insanely big and this kept crashing people's machines due to out of memory...