autorest.typescript
autorest.typescript copied to clipboard
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.
```[tasklist] ### Tasks - [ ] https://github.com/Azure/azure-sdk-for-js/issues/30944 - [ ] https://github.com/Azure/autorest.typescript/issues/2793 - [ ] https://github.com/Azure/autorest.typescript/issues/2794 ```
```[tasklist] ### Tasks - [ ] https://github.com/Azure/azure-sdk-for-js/issues/30943 - [ ] https://github.com/Azure/autorest.typescript/issues/2791 - [ ] https://github.com/Azure/autorest.typescript/issues/2792 ```
The method to extract client's api version may change between versions. e.g. [openAIContext.ts](https://github.com/Azure/autorest.typescript/blob/main/packages/typespec-test/test/openai_modular/generated/typespec-ts/src/api/openAIContext.ts) If one of the following: - the path to `openAIContext.ts` - [`createOpenAI`](https://github.com/Azure/autorest.typescript/blob/main/packages/typespec-test/test/openai_modular/generated/typespec-ts/src/api/openAIContext.ts#L16C17-L16C29) function name - [the way...
Currently, we have some logic to deal with external dependencies like paging or lro to see if it's was really required, However, I wonder if binder could remove the external...
#### Current design RLC is based on path so for below two operations we would group them together because the path is the same. And we leverage the first operation...
Once #2725 is complete, the modular output will no longer have any references to RLC code. But there will still be some dependencies on the RLC generator, for example: -...
We build a nightly build to upgrade to latest dev version with dependency and to stablize the ci could reflect real breakings/issues we need to monitor our ci within a...