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 not export PagedResult to top-level index in modular? #2604

Closed kazrael2119 closed 3 months ago

kazrael2119 commented 3 months ago

Model PagedOperation is used in an internal function but now it exports to top-level index.

Considering this is only internal used and we don't need to export them to public.

MaryGao commented 3 months ago

similar issue in hlc https://github.com/Azure/autorest.typescript/issues/1698