|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/** @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' */
|
|
|
|
|
/** @import { Context, Visitor } from 'zimmerframe' */
|
|
|
|
|
/** @import { AST, BindingKind, DeclarationKind } from '#compiler' */
|
|
|
|
|
import is_reference from 'is-reference';
|
|
|
|
|
|