Skip to content

Commit 855f209

Browse files
committed
unused
1 parent 56bd834 commit 855f209

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { Scope } from '../scope.js';
22
import type { AST, StateField, ValidatedModuleCompileOptions } from '#compiler';
33
import type { Analysis } from '../types.js';
4-
import type { PrivateIdentifier } from 'estree';
54

65
export interface TransformState {
76
readonly analysis: Analysis;

0 commit comments

Comments
 (0)