You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/src/compiler/utils/ast.js
+10-13Lines changed: 10 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -54,50 +54,47 @@ export function is_event_attribute(attribute) {
54
54
}
55
55
56
56
/**
57
-
* Extracts all identifiers from a pattern. By default only those which can be newly declared as part of an assignment expression are included.
57
+
* Extracts all identifiers from a pattern.
58
58
* @param {ESTree.Pattern} param
59
59
* @param {ESTree.Identifier[]} [nodes]
60
-
* @param {boolean} [include_member_expressions] If `true`, will also include member expressions which can be important in a case like `[a, b] = [c, d]`
0 commit comments