refactor: circular deps part 1

This commit is contained in:
Nathan Walker
2025-07-06 10:05:35 -07:00
parent 0fe60552a3
commit 84f5f1920d
14 changed files with 85 additions and 127 deletions

View File

@ -1,5 +1,5 @@
//Types
import { DOMNode } from './dom-node';
import { DOMNode } from './dom-types';
export interface InspectorCommands {
// DevTools -> Application communication. Methods that devtools calls when needed.