8000 Push with errors · joshbrew/graphscript@4afba2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4afba2d

Browse files
committed
Push with errors
1 parent 8553e34 commit 4afba2d

28 files changed

+1995
-486
lines changed

examples/basics/listeners/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ const roots:Roots = {
1717
// }
1818
// }
1919
// }
20+
log: () => {
21+
console.log('logged!')
22+
},
23+
24+
__listeners: {
25+
'ctr': 'log'
26+
}
2027
} as GraphNodeProperties,
2128

2229
listenerNode:{

0 commit comments

Comments
 (0)
0