At 55:36, you mentioned you haven't yet figured out how to detect whether the `break` happened inside the generator. You can do that with a `try..finally` around the `yield`. 😉 svelte.dev/playground/c...
At 55:36, you mentioned you haven't yet figured out how to detect whether the `break` happened inside the generator. You can do that with a `try..finally` around the `yield`. 😉 svelte.dev/playground/c...