The library currently does a lot of it's own handling of naming-conflicts.
TypeSpec offers a @projectedName() decorator that could be helpful here to not have to implemented all of the conflicts themselves.
https://microsoft.github.io/typespec/standard-library/projected-names
The library currently does a lot of it's own handling of naming-conflicts.
TypeSpec offers a
@projectedName()decorator that could be helpful here to not have to implemented all of the conflicts themselves.https://microsoft.github.io/typespec/standard-library/projected-names