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

fixes https://github.com/Azure/autorest.typescript/issues/2314

https://github.com/Azure/azure-sdk-for-js/pull/30102#discussion_r1662407510

P1
HRLC

There are two gaps for client options - The naming rule is different between them - There is no $host option in modular but with one in hlc Regarding item...

HRLC
p0

issue happened in https://github.com/Azure/azure-sdk-for-js/pull/30102#discussion_r1660717401

P1
HRLC

manully changes for https://github.com/Azure/azure-sdk-for-js/pull/30102 1. before generate code, add ``` @@clientName(Microsoft.DocumentDB, "MongoClusterManagementClient", "javascript" ); ``` in client .tsp add ``` "@azure-tools/typespec-ts": azureSdkForJs: true isModularLibrary: true generateMetadata: true hierarchyClient: false experimentalExtensibleEnums:...

P1
HRLC

Drived from here: https://github.com/Azure/autorest.typescript/pull/2643#discussion_r1662263155. See [code](https://github.com/Azure/autorest.typescript/blob/main/packages/typespec-ts/src/modular/buildCodeModel.ts#L951) when we handle property we would automatically cast the property name.

HRLC
p0

build failed ``` $ npm install && npm run build up to date, audited 374 packages in 2s 86 packages are looking for funding run `npm fund` for details found...