-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow rest parameters to follow multiple optional - or not - par…
…ameters (#8761) * fix: allow rest parameter to follow multiple optional - or not - parameters * refactor: made it even simpler and patched comments * refactor: consistent comments position * chore: correct changeset * minor stylistic tweak - avoid intermediate values unless needed for comprehension etc --------- Co-authored-by: Aurele Nitoref <aurele.nitoref@icloud.com> Co-authored-by: Rich Harris <hello@rich-harris.dev>
- Loading branch information
1 parent
c14f3ae
commit eba8fb0
Showing
3 changed files
with
56 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': patch | ||
--- | ||
|
||
fix: allow rest parameters to follow multiple optional - or not - parameters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters