Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 75 forks source link

Should we cast property name automatically in modular? #2645

Open MaryGao opened 3 months ago

MaryGao commented 3 months ago

Drived from here: https://github.com/Azure/autorest.typescript/pull/2643#discussion_r1662263155. See code when we handle property we would automatically cast the property name.