import { Scope } from "./scope" export type Frame = { returnAddress: number returnScope: Scope isBreakTarget: boolean }