Comment on Building a better online editor for TypeScriptComments−gdotdesign11moI've done something similar for the Mint, and it's try page: https://mint-lang.com/sandbox/try (and all interactive snippets).The client (CodeMirror) connects to the language server though WebSocket to offer semantic highlighting and some custom LSP actions related to compiling and serving the project.
Comments
I've done something similar for the Mint, and it's try page: https://mint-lang.com/sandbox/try (and all interactive snippets).
The client (CodeMirror) connects to the language server though WebSocket to offer semantic highlighting and some custom LSP actions related to compiling and serving the project.