Open
Description
Issue Description
I want to try creating an Event enum to use for the registering Event method, but enum doesn't seem to support key table values
If it can be completed normally like this
but
If you define a variable or parameter as an enumeration, lls will not know what value it has
What I want is to use extend like class, like --- @ class Event: {functionName: string,...}
but enum does not seem to support extend
Additional Notes
No response