| 4 | import { ScopeMutation } from './mutations/scope_mutations' |
| 5 | |
| 6 | export interface NodeObserver { |
| 7 | handleNodeMutation(nodeMutation: NodeMutation): void |
| 8 | } |
| 9 | |
| 10 | export interface ChildSetObserver { |
| 11 | handleChildSetMutation(mutations: ChildSetMutation): void |
no outgoing calls
no test coverage detected