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 56bd834 commit 855f209Copy full SHA for 855f209
packages/svelte/src/compiler/phases/3-transform/types.d.ts
@@ -1,7 +1,6 @@
1
import type { Scope } from '../scope.js';
2
import type { AST, StateField, ValidatedModuleCompileOptions } from '#compiler';
3
import type { Analysis } from '../types.js';
4
-import type { PrivateIdentifier } from 'estree';
5
6
export interface TransformState {
7
readonly analysis: Analysis;
0 commit comments