Skip to content

Commit

Permalink
required options before optional ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 3, 2024
1 parent 709aaa1 commit d86fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/internal/client/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export function stringify(value) {
* @template {Record<string, any>} Events
* @param {import('../../index.js').ComponentType<import('../../index.js').SvelteComponent<Props, Events>>} component
* @param {{
* anchor?: Node;
* target: Document | Element | ShadowRoot;
* anchor?: Node;
* props?: Props;
* events?: { [Property in keyof Events]: (e: Events[Property]) => any };
* context?: Map<any, any>;
Expand Down

0 comments on commit d86fd2f

Please sign in to comment.