pull/15820/head
Rich Harris 4 months ago
parent 56bd834c08
commit 855f209e8e

@ -1,7 +1,6 @@
import type { Scope } from '../scope.js'; import type { Scope } from '../scope.js';
import type { AST, StateField, ValidatedModuleCompileOptions } from '#compiler'; import type { AST, StateField, ValidatedModuleCompileOptions } from '#compiler';
import type { Analysis } from '../types.js'; import type { Analysis } from '../types.js';
import type { PrivateIdentifier } from 'estree';
export interface TransformState { export interface TransformState {
readonly analysis: Analysis; readonly analysis: Analysis;

Loading…
Cancel
Save