Skip to content

Commit de77e69

Browse files
committed
unused
1 parent d1bb2c9 commit de77e69

File tree

1 file changed

+2
-4
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors

1 file changed

+2
-4
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/ClassBody.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
/** @import { CallExpression, ClassBody, Expression, Identifier, Literal, MethodDefinition, PrivateIdentifier, PropertyDefinition, StaticBlock } from 'estree' */
2-
/** @import { Context, StateField } from '../types' */
1+
/** @import { CallExpression, ClassBody, MethodDefinition, PrivateIdentifier, PropertyDefinition, StaticBlock } from 'estree' */
2+
/** @import { Context } from '../types' */
33
import * as b from '#compiler/builders';
44
import { get_name } from '../../../nodes.js';
55
import { regex_invalid_identifier_chars } from '../../../patterns.js';
6-
import { get_rune } from '../../../scope.js';
7-
import { should_proxy } from '../utils.js';
86

97
/**
108
* @param {ClassBody} node

0 commit comments

Comments
 (0)