Skip to content

Commit 45115de

Browse files
committed
unused
1 parent a6cc07c commit 45115de

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/** @import { CallExpression, ClassBody, MethodDefinition, PrivateIdentifier, PropertyDefinition, StaticBlock } from 'estree' */
1+
/** @import { CallExpression, ClassBody, MethodDefinition, PropertyDefinition, StaticBlock } from 'estree' */
22
/** @import { Context } from '../types' */
33
import * as b from '#compiler/builders';
44
import { get_name } from '../../../nodes.js';
5-
import { regex_invalid_identifier_chars } from '../../../patterns.js';
65

76
/**
87
* @param {ClassBody} node

0 commit comments

Comments
 (0)