enso/app/ydoc-shared
Kaz Wesley 33904912ee
Move annotations into fields of Function and ConstructorDefinition (#11374)
Move annotations into fields of Function and ConstructorDefinition.

# Important Notes
New syntax: Constructor argument-definition lines
- Each argument in a type-constructor definition may be specified on its own (indented) line.

Relaxed syntax: Unparenthesized arguments to annotations
- A generic annotation now uses the rest of the line as its argument expression; the expression no longer needs to be parenthesized.
2024-10-23 20:35:06 +00:00
..
parser-codegen Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +00:00
src Move annotations into fields of Function and ConstructorDefinition (#11374) 2024-10-23 20:35:06 +00:00
package.json Fix ESLint errors, add some docs (#11339) 2024-10-21 12:56:39 +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