Micha Reiser
Micha Reiser
Is there any output shown when you click on `Go to output`. If so, can you share it with us?
@leops can you extend the editor README with an entry for sorting imports on save? ```json "editor.codeActionsOnSave": { "source.organizeImports.rome": true } ```
!bench_analyzer
> I'll try to take Auto Accessors support 🤚 Awesome. i assigned the task to you. Class modifiers are... interesting, to say the least. I hope you won't need to...
> > > Arguments and parameters are not the same thing > > > > > > Could you develop about that? > > > > We're going a bit...
Have you performed any testing on the promoted rules on real-world projects like ESLint?
> I suppose that the TypeScript compiler relaxes its parsing rules because it knows that eventually the code will be compiled into a CJS script. Maybe our parser should do...
I'm able to reproduce the issue on linux when piping the input. The issue is that it breaks the trailing variant selector symbol. This isn't an issue when the input...
> Are the regressions expected? I have to check and will update my test plan accordingly
> @MichaReiser is there some logic that we can borrow/share from the formatter, in order to implement this rule? Whoops. I missed this comment sorry. yes, you can implement the...