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

[Epic][DPG] Adopt to the TCGC code model converter #1893

Open qiaozha opened 1 year ago

qiaozha commented 1 year ago

Currently, we have somehow copied the model converter from Python emitter, and they have been moved it into TCGC, we will need to adopt to it, so that we are consistent with them.

### Tasks
- [ ] https://github.com/Azure/autorest.typescript/issues/2321
- [ ] https://github.com/Azure/autorest.typescript/issues/2322
MaryGao commented 7 months ago

We agreed that modular would adopt to the tcgc so I label this as p1 items and I think it's better to as early as possible to adopt once tcgc is stable to reduce the refactor work.