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 73 forks source link

Handle nullable dictionaries in modular #2643

Closed MaryGao closed 3 days ago

MaryGao commented 3 days ago

Handle the nullable dictionary in modular.

fix the azure fleet build issue.

image