You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building on a question I asked on StackOverlow, I was wondering if it would be a nice addition if it would be possible to define types recursively. If I am guessing correctly this wouldn't be too difficult to implement.
Example:
typeDocument=[number|string|Array<Document>]
Currently, according to the spec, only classes and interfaces are allowed to reference themselves. Is there a reason for this?
Classes and interfaces can reference themselves in their internal structure...
The text was updated successfully, but these errors were encountered:
Building on a question I asked on StackOverlow, I was wondering if it would be a nice addition if it would be possible to define types recursively. If I am guessing correctly this wouldn't be too difficult to implement.
Example:
Currently, according to the spec, only classes and interfaces are allowed to reference themselves. Is there a reason for this?
The text was updated successfully, but these errors were encountered: