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 2aec7b7 commit 040edc3Copy full SHA for 040edc3
packages/svelte/src/compiler/phases/scope.js
@@ -1,4 +1,4 @@
1
-/** @import { ArrowFunctionExpression, BinaryOperator, ClassDeclaration, Expression, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, MemberExpression, LogicalOperator, Node, Pattern, UnaryOperator, VariableDeclarator, Super, Function, Program, PrivateIdentifier } 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