summaryrefslogtreecommitdiff
path: root/cli/tools/run/hmr.rs
AgeCommit message (Collapse)Author
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek IwaƄczuk
This commit moves all Chrome Devtools Protocol messages to `cli/cdp.rs` and refactors all places using these types to pull them from a common place. No functional changes.