Victorien Elvinger
Victorien Elvinger
> From a CLI perspective, a way to build a Project and its graph is by doing two passes of the file system. > One pass to collect all files....
@gkiely @Netail Is there a reason why you put the spread after setting the `alt` and `src` attributes? We could improve the diagnostic saying that this should be flipped. Otherwise,...
Ok I see. I think we can simply check if `alt` exists and ignore the spread. This looks fair to me.
If others accept, we can accept a PR for that.
I wonder if we should not create a separate rule for this kind of mutation.
> This works differently that eslints no-param-reassign which catches this case. Actually Biome matches the default behavior of the ESLint rule. What you describes is the behavior behind the option...
If we plan to report "mutation" by default, I could choose `ignore` instead of `allow`. Otherwise, we can stick with `allow`. This ensures that the default value be `false`. EDIT:...
!bench_analyzer
Description updated.
> what's the status of this PR? I updated the PR. However, I'm still hesitating if it is the best move. The semantic model is currently using two ways of...