enso/app/gui2/shared
Kaz Wesley 8e437fa52a
Ast.Vector (#9328)
Add `Vector` AST type, corresponding to the `RawAst.Tree.Array` type (name `Array` not used for obvious reasons).

This is the first step of #5138.

### Important Notes

- Switched some string-based vector construction to `Vector.new`, improving type-safety.
- The `Ast` changes are covered by the round-trip tests; the use-site changes have been tested manually.
2024-03-08 15:14:06 -05:00
..
__tests__ improve argument placeholder resolution for partial applications and … (#8794) 2024-01-18 13:13:31 +00:00
ast Ast.Vector (#9328) 2024-03-08 15:14:06 -05:00
dataServer E2E tests (#8239) 2023-11-27 15:48:37 +00:00
languageServer Read custom visualizations (#8180) 2023-11-03 20:09:45 +00:00
languageServerTypes Refactor widgets to handle dynamic config in input (#8624) 2024-01-03 13:37:52 +00:00
util Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
binaryProtocol.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
dataServer.ts E2E tests (#8239) 2023-11-27 15:48:37 +00:00
ensoFile.ts improve argument placeholder resolution for partial applications and … (#8794) 2024-01-18 13:13:31 +00:00
languageServer.ts [GUI2] Widget update handlers (#8545) 2023-12-22 10:59:57 +00:00
languageServerTypes.ts Refactor for YJs AST (#8840) 2024-01-24 19:22:05 +00:00
retry.ts Fixes for Language Server sync server (#8514) 2023-12-19 05:41:14 +00:00
uuid.ts Read custom visualizations (#8180) 2023-11-03 20:09:45 +00:00
websocket.ts Vue dependency update, better selection performance, visible quotes in text inputs (#9204) 2024-03-06 15:34:07 +00:00
yjsModel.ts Small visualization fixes (#9130) 2024-02-29 16:37:40 +00:00