The exact() was added as part of tcgc 0.68.0. We should add support for this in our emitter. When this flag is true, we should skip applying any name processing to the member.
This will most likely entail updating the emitter, then delegating a new "isExactName" property to the input types. In the generator, we will need to skip mutating the name if this flag is true.
The
exact()was added as part of tcgc 0.68.0. We should add support for this in our emitter. When this flag is true, we should skip applying any name processing to the member.This will most likely entail updating the emitter, then delegating a new "isExactName" property to the input types. In the generator, we will need to skip mutating the name if this flag is true.