enso/app/ydoc-shared
Dmitry Bushev 2b9ed57a95
Deliver full intersection type of a value to the IDE (#11583)
close #11481

Changelog:
- update: handle `MultiTypeValue` results in the execution instrument
- update: language server protocol supports multi-type values
- update: GUI uses only the first type of a multi-type value when

# Important Notes
GUI uses only the first type of the intersection. See the difference between `Integer&Text` and `Text&Integer`:

https://github.com/user-attachments/assets/29efc89b-c223-4043-8dff-9cdae1987f0c
2024-11-22 16:41:31 +00:00
..
parser-codegen Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
src Deliver full intersection type of a value to the IDE (#11583) 2024-11-22 16:41:31 +00:00
package.json Add storybook support (#11522) 2024-11-21 10:52:20 +00:00
tsconfig.json Unify Frontend App (#11287) 2024-10-11 18:23:02 +00:00
vitest.config.ts Split ydoc server into separate module (#10735) 2024-08-08 12:12:05 +00:00