autorest.typescript icon indicating copy to clipboard operation
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.

Results 378 autorest.typescript issues
Sort by recently updated
recently updated
newest added

```[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 ```

RLC
HRLC
p0

```[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 ```

RLC
HRLC
p0

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...

P1
RLC
HRLC

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...

P1
HRLC

#### 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...

P1
RLC
DPG/RLC v2.0 GA

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: -...

RLC
HRLC
p0

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...

RLC
HRLC