Egill Sveinbjörnsson
Egill Sveinbjörnsson
I have a similar report where source maps were working when debugging unit tests with VSCode but _not_ WebStorm. I haven't had time to investigate that issue in particular but...
Tried (a variation of options with `inlineSourcesContent` and `sourceMaps`) with 118 and 119 just now in VSCode and neither is working correctly at the moment while babel-loader is working. Running...
I do notice the reports from the formatted are marked as information and not errors so this is perhaps intentional. If that's the case you may close this issue.
Re. using `rome ci` – shoulda checked that before. Cheers! > There's currently no command that allows you to fix lint errors and the formatting in a single pass but...
> I must have missed that, sorry. Is it related to #3289? If not, then a report would help us to investigate the issue. I'll report it if its unrelated...
Took a stab at this @timocov https://github.com/timocov/dts-bundle-generator/pull/321
Bingo, that plus I had to move the filter inside the scope of the derived callback. Thank you! I wonder if there's something the compiler can warn about in these...