Wojciech Maj

Results 257 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...