mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 00:01:37 +03:00
fb3d65df2d
The first part of #8158. No progress indication for the user implemented. https://github.com/enso-org/enso/assets/6566674/2d8157d4-748f-4442-a9c3-a96ba0029056 # Important Notes A few notable changes: - A fix for `DataServer/writeBytes` - Using `@noble/hashes` instead of `sha3` because the latter only works with node. I also tried using `js-sha3`, but it does not work well with Vite (see https://github.com/emn178/js-sha3/issues/36) - Fixed initialization of the ID map for new nodes. Also, all new nodes are prepended by four spaces to have proper indentation inside the `main` function. - Fixed random pattern name generation because the previous approach sometimes produces identifiers starting with a number. |
||
---|---|---|
.. | ||
languageServerTypes | ||
binaryProtocol.ts | ||
dataServer.ts | ||
languageServer.ts | ||
languageServerTypes.ts | ||
websocket.ts | ||
yjsModel.ts |