New Features
- PR Methods, Variables and Subscripts are now uniqued in all accessors:
methods
andallMethods
variables
andallVariables
subscripts
andallSubscripts
- New accessor is introduced that doesn't get rid of duplicates
rawMethods
,rawVariables
,rawSubscripts
s. - The deduping process works by priority order (highest to lowest):
- base declaration
- inheritance
- protocol conformance
- extensions