http-spec icon indicating copy to clipboard operation
http-spec copied to clipboard

fix(oas): extensions on tags is incorrectly spread

Open P0lip opened this issue 10 months ago • 1 comments

INodeTag extends ISpecExtensions and as such should have extensions property containing all collected spec extensions. We accidentally spread extensions causing all spec extensions to be placed among other INodeTag members.

P0lip avatar Apr 30 '24 15:04 P0lip