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
I think the only way to do this with the compiler API is to look at the symbols instead of the types. I don't think there's a way to add this method on a type using the compiler api, but I'm not sure. If this is possible though I'll add it.
Currently,
Type.getProperties
returns ALL properties of a Type.Please provide a method
Type.getOwnProperties
that only return the properties of declared within Type excluding base types.The text was updated successfully, but these errors were encountered: