Open MaisaMilena opened 4 years ago
Implement a terminal where we can run Formality commands and get outputs.
Pre requires:
Formality needs a parametric console.log. Currently, as it console.log everything, we can't present the output on the browser, only on a terminal.
console.log
[ ] Start testing xterm running .js code on a React project
xterm
.js
[ ] xterm needs to become a usable Inferno component. Discuss how to do it.
[ ] Add tests
Look for pty.js + xterm.js or something related to it
pty.js + xterm.js
Implement a terminal where we can run Formality commands and get outputs.
Pre requires:
Formality needs a parametric
console.log
. Currently, as itconsole.log
everything, we can't present the output on the browser, only on a terminal.[ ] Start testing
xterm
running.js
code on a React project[ ]
xterm
needs to become a usable Inferno component. Discuss how to do it.[ ] Add tests