enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.39k stars 323 forks source link

Ydoc library #11615

Open 4e6 opened 3 days ago

4e6 commented 3 days ago

Pull Request Description

ydoc-server compilation requires generation of ydoc.cjs resource that can take time and slow down the libraries development (building the enso distribution). This PR splits Ydoc into a library and the server part to avoid JS resources generation during the compilation of the language server.

Changelog:

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR: