Skip to content

WIP: Execute Javascript for /commands

Jared Pereira requested to merge jsCommands into develop

Instead of implmementing our own parser this is exploring just executing javascript when a user writes a / command. This means defining our current commands as functions or classes available within the execution context.

related to: #44 (closed)

Merge request reports