lua-language-server
lua-language-server copied to clipboard
Enhancements to properties
I'd like to declare @fields that might be:
- ready-only (i.e.
__index()exists, but__newindex()doesn't) - read-write
- dynamic (a new value is generated every time
__index()is called)