enso/app/gui2/ydoc-server
Dmitry Bushev 5995a00958
Run ydoc-server with GraalVM (#9528)
part of #7954

# Important Notes
The workflow is:
- `$ npm install` -- just in case
- `$ npm --workspace=enso-gui2 run build-ydoc-server-polyglot` -- build the `ydocServer.js` bundle
- `$ sbt ydoc-server/assembly` -- build the ydoc server jar
- `env POLYGLOT_YDOC_SERVER=true npm --workspace=enso-gui2 run dev` -- run the dev server with the polyglot ydoc server. Providing `POLYGLOT_YDOC_SERVER_DEBUG=true` env variable enables the chrome debugger
2024-05-02 06:28:57 +00:00
..
__tests__ Extract tests to their own files (#9229) 2024-03-06 09:53:12 +00:00
auth.ts Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00:00
edits.ts Fix project edits (#9594) 2024-04-02 12:33:14 +00:00
fileFormat.ts Color picker (#9570) 2024-04-02 11:27:13 +00:00
index.ts Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00:00
indexPolyglot.ts Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00:00
languageServerSession.ts Automatic reconnect with Language Server. (#9691) 2024-04-19 13:39:45 +00:00
serialization.ts Refactor for YJs AST (#8840) 2024-01-24 19:22:05 +00:00
ydoc.ts Run ydoc-server with GraalVM (#9528) 2024-05-02 06:28:57 +00:00