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
179 stars 75 forks source link

Cost too much time on generating modular #2879

Open kazrael2119 opened 1 month ago

kazrael2119 commented 1 month ago

if enable generateSample: true in tspconfig.ts, it will cost too much time on generating samples

qiaozha commented 1 month ago

I think it's a binder.resolveAllReferences() issue. not related with sample generation. will reassign it to @joheredi.