noname icon indicating copy to clipboard operation
noname copied to clipboard

Support const attribute to custom type's field

Open katat opened this issue 1 year ago • 1 comments

To better type check a const field from a custom type, it would be better to support:

Thing {
  xx: Field,
  yy: const Field
}

katat avatar Sep 26 '24 10:09 katat

^ as discussed privately I don't think this is a good approach (I need to copy/paste the arguments I had here)

mimoo avatar Oct 05 '24 06:10 mimoo