Klemensas

Results 6 issues of Klemensas

With `import/order`, when using `'newlines-between': 'always-and-inside-groups'` there seems to be no way to control how the fix happens. Example problem: ```ts import AddressTextField from './AddressTextField' import CityField from './CityField' import...

enhancement
help wanted
import/export ordering

**I'm submitting a feature request** Is there any possibility to expose the [cache implementation](https://github.com/babel/babel-loader/blob/master/src/cache.js) as a direct export? Or as a separate package? A form of this is already done...

**I'm submitting a bug report** **Current behavior:** [Docs tell us](https://github.com/babel/babel-loader/blob/master/src/cache.js#L138-L159) that we can pass in a custom `transform` function option but it's not actually supported like it was [earlier](https://github.com/babel/babel-loader/blob/4b3bafa4859774458327a585d69a3c346a7652d6/src/fs-cache.js), right...

### pnpm version: 7.5.0 ### Code to reproduce the issue: When pnpm is auto-installing peer dependencies, it seems like the version is being picked before nested peers are checked. Here's...

type: bug
area: peers

Hello, nice tool, thank you for that 🚀 ## Summary Would you consider extending the library to support call graph visualizations for specified entry points? ## Details Would you be...

enhancement

When creating a PR that adds the `size-limit` dependency and action initially the action will always fail due to it trying to compare with the base branch that hasn't `size-limit`...

enhancement
good first issue