diff --git a/libraries/console/console.eve b/libraries/console/console.eve index 07c1ae9..2769548 100644 --- a/libraries/console/console.eve +++ b/libraries/console/console.eve @@ -28,4 +28,26 @@ search [#console/error text] watch console ("error", text) +end + +## For the TS side + +The TS watcher interface currently relies on passing messages through the websocket watcher + +search + [#console/log text] +watch client/websocket + ("console/log", text) +end + +search + [#console/warn text] +watch client/websocket + ("console/warn", text) +end + +search + [#console/error text] +watch client/websocket + ("console/error", text) end \ No newline at end of file