Holger Dal Mogensen
Holger Dal Mogensen
Fixes #7144
Related to #7871
Related to #8142
### Describe the bug Running the Svelte 5 compiler on the program linked in the reproduction fails with the error `can't overwrite accessor property "x"`. This is annoying since it...
### Describe the bug When a parent does `bind:x` on a child's `export const x` and attempts to use this value in the `onDestroy` callback, the value of `x` is...
The `Iterable` trait requires the implementation of the `iterator` function to have the same `Aef` effect as the returned `Iterator`: ```flix pub def iterator(rc: Region[r], t: t): Iterator[Iterable.Elm[t], r +...