Minor Changes
-
de40800: #### Dependency graph
Adds a dependency graph to the debugger. It collcts observers and sources of currently inspected computation or signal.
Breaking changes to the debugger emitter API - instead of events being emitted and listened to individually, now they all can be listened to at once which makes it easier to add new events in the future and maintaining the debugger - devtools bridge implementation in packages that use it.