We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63ce54 commit 619c3ebCopy full SHA for 619c3eb
packages/svelte/src/compiler/phases/scope.js
@@ -1,4 +1,4 @@
1
-/** @import { BinaryOperator, ClassDeclaration, Expression, FunctionDeclaration, Identifier, ImportDeclaration, MemberExpression, LogicalOperator, Node, Pattern, UnaryOperator, VariableDeclarator, Super } from 'estree' */
+/** @import { ArrowFunctionExpression, BinaryOperator, ClassDeclaration, Expression, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, MemberExpression, LogicalOperator, Node, Pattern, UnaryOperator, VariableDeclarator, Super } from 'estree' */
2
/** @import { Context, Visitor } from 'zimmerframe' */
3
/** @import { AST, BindingKind, DeclarationKind } from '#compiler' */
4
import is_reference from 'is-reference';
0 commit comments