Wojciech Maj

Results 81 issues of Wojciech Maj

It appears that the source code requires `tslib`: `node_modules/eslint-plugin-import-x/lib/index.js` ```js "use strict"; const tslib_1 = require("tslib"); const electron_1 = tslib_1.__importDefault(require("./config/electron")); const errors_1 = tslib_1.__importDefault(require("./config/errors")); const react_1 = tslib_1.__importDefault(require("./config/react")); // …...

### Provide a general summary of the issue here When announce() is used in render function in SSR, it triggers an error: "Uncaught Error: document is not defined". ### 🤔...

good first issue

Hello, I see that you have included your .babelrc file in npm package. That causes Parcel bundler to try and transform the package which has already been parsed by Babel...

When this package is used with TypeScript with `moduleResolution` set to `node16` or `nodenext`, the following error will appear: ``` This expression is not callable. Type 'typeof import("file:///node_modules/tiny-warning/src/index")' has no...

Because commonjs-extension-resolution-loader relies on `resolve/async` which is an implementation of require.resolve(), specifying it as a Node.js loader causes ESM packages to break. For example, `index.js` ```js import isValidAbn from 'is-valid-abn';...

### Package - [ ] lucide - [ ] lucide-angular - [ ] lucide-flutter - [ ] lucide-preact - [X] lucide-react - [ ] lucide-react-native - [ ] lucide-solid -...

💡 idea

## The problem Looking at [Bundlephobia](https://bundlephobia.com/package/[email protected]), it appears that `tslib` dependency is taking 19% of the bundle size. My own tests using Vite Bundle Analyzer yielded even more unfavorable results:...

Closes #1356 Closes #1622 In https://github.com/svg/svgo/issues/1622#issuecomment-971440346 we read: > I consider adding it back at some point but it should be able to work with presets somehow. This is still...

## Summary Can't provide a sandbox with Next.js I guess, but the case is rather simple. In Next.js, you don't manually add StrictMode, so the checks implemented in `compiler/packages/react-compiler-healthcheck/src/checks/strictMode.ts` won't...

Component: Optimizing Compiler