1import { graph } from './graph'; 2import { ir } from './ir'; 3 4export const debugTools = { 5 graph, 6 ir, 7};