Fix bug with enum customizations in TsServer codegen (#4244)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> Fixing bug from https://github.com/smithy-lang/smithy-rs/pull/4039. It is breaking the diff generation ([ex](https://github.com/smithy-lang/smithy-rs/actions/runs/16690158842/job/47246940590?pr=4243)) in other PRs. Can't seem to fix it in the other PR since the diff always picks up the older broken revision, so doing a small stand-alone PR to get this in. ## Description <!--- Describe your changes in detail --> ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please sign in to comment