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] Allow emitter to easily adopt branded and non-branded dependencies #2318

Open MaryGao opened 7 months ago

MaryGao commented 7 months ago

Currently we hard-coded the branded logic and I think it is better to design emitter to easily adopt branded and non-branded dependencies.

### Tasks
- [ ] https://github.com/Azure/autorest.typescript/issues/2173
- [ ] Integrate cadl-ranch cases
qiaozha commented 6 months ago

Do we still need this ?