fix(parser-2.0.x): prevent [key: string]: never in allOf with additionalProperties: false
Modified parseObject to detect empty objects with additionalProperties: false
inside allOf compositions and skip generating never index signature.
Updated parseAllOf to propagate inAllOf flag to child schemas while preserving
\ handling for reusable components.