hampi
hampi copied to clipboard
Handling of Sequence Extensions in `AperCodec` decode.
For decoding the SequenceAdditionGroup
and Component
from the sequence extensions need to be supported. This needs to be handled further upstream in the parser
and resolver
modules where, we need to 'resolve' to a proper type for the extensions (right now all the components get merged with root_components
which is not entirely correct.