8000 Implement forward directive by Tropix126 · Pull Request #60 · sveltejs/rfcs · GitHub
[go: up one dir, main page]

Skip to content

Implement forward directive #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update 0000-forward-directive.md
  • Loading branch information
Tropix126 authored Oct 7, 2021
commit 76a5e70a18a69e8c02ee866c84e668b4306e5f0c
2 changes: 1 addition & 1 deletion text/0000-forward-directive.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ In this example, the `use` directive would be both forwarded to parent context a

## Potential Changes with Svelte 4

It has been further proposed to completely replace the typical event forwarding syntax in the past for Svelte 4, this additional proposal would also cover that:
It has been further proposed to completely replace the typical event forwarding syntax in the past for Svelte 4. This additional proposal could also cover that:

```html
<button on:click></button>
Expand Down
0