Results 85 comments of David

It would be additionally important to support JSX syntax where in an asset can be defined in an `img` tag like this ```javascript ``` This is the exception to the...

Maybe? Do you have an example of that doing what I described? That looks like it is just used to select files but not move them around. Maybe I'm misunderstanding...

Ok well here is the root cause https://github.com/vitejs/vite/issues/2139#issuecomment-824557740 https://github.com/rollup/plugins/issues/481 https://github.com/rollup/plugins/issues/654 I'd like to request that this package change the way it ships. If you can instead just ship transpile source...

I just wanted to chime in here that I had to drop C8 in favor of `monocart-coverage-report` to get v8 + lcov generation working. `c8` seems to be adopting this...

@rt2zz would love to work with you to get this change properly vetted and in. There's a lot of changes, but being able to support V4 will be very helpful...

I'd like to second this issue. I'm calling it during an update method (so not viewDidLoad, but after a segue) and I'm not getting any animations.

@1000ch would you be willing to accept this feature if I rebase and fix the conflicts? It's been over a year and we still need this ability

Yes I expected it to be in the bundle generated by esbuild.

I can look into setting up a repro until we can find time to pair, but specifically the config imports `fdir` package which imports `picomatch`. https://www.npmjs.com/package/fdir https://www.npmjs.com/package/picomatch I declare both...

I also want to add to this that the `rootDir` has to be set relative to where the `package.json` not relative to the test target or you end up only...