cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
25 stars 8 forks source link

adjust for 'Name.Name' entity names (namespace equals entity name) #241

Closed nils closed 1 month ago

nils commented 1 month ago

Slight adjustment of the 'scoped' unit test to also cover situations where the namespace/service name equals the prefix of a contained entity. Before this, the entity name was shortened/stripped of its prefix/name.

daogrady commented 1 month ago

Hi Nils,

good catch, thanks for the contribution! Could you please also add a matching entry in the CHANGELOG.md for v.0.21?

Best, Daniel

nils commented 1 month ago

Hi @daogrady,

thanks for the review! I have added the changelog entry accordingly.

daogrady commented 1 month ago

Appreciated, thanks again! 🚀