Bruno Sampaio

Results 32 comments of Bruno Sampaio
trafficstars

Hi @gregberge, thank you for your reply. I created a repo where I reproduced the issue. You can see it [here](https://github.com/bensampaio/svgr-prettier-bug). Follow the instructions in the README to see what...

Any idea on when you could give priority to this?

How many upvotes is enough for this to be prioritized?

I have the same use case. At my company, we are trying to create a POC for Playwright and this is our main blocker for moving forward with it. We...

Thanks @tbo! I tried this out but got the following error: ``` TypeError: Cannot assign to read only property '.mjs' of object '[object Object]' ``` It comes from `playwright/lib/utilsBundleImpl.js:17:874`. Did...

@pavelfeldman we are basically asking for an option similar to `transformIgnorePatterns` in Jest, or `exclude` in webpack and esbuild. This kind of requirement has been a must for any project...

@tbo thank you for letting me know! I just gave this a try but this command seems to be specific for Node 20. I tried to replace `--import` with `--loader`...

> This seems great, but now it needs a test :-) I'm trying to figure out where to place the test but I don't really get how to test this...

@ljharb I added a test as you requested. There are lots of tests failing, is this normal?