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
179 stars 75 forks source link

Smoke test for hierarchy_generic01 #2813

Closed v-jiaodi closed 2 months ago

v-jiaodi commented 2 months ago
enableOperationGroup: false
hierarchyClient: true

error log:


src/classic/b/index.ts:13:3 - error TS2300: Duplicate identifier 'e'.

13   e: BEOperations;
     ~

src/classic/b/index.ts:14:3 - error TS2300: Duplicate identifier 'e'.

14   e: BEOperations;
     ~

src/classic/b/index.ts:27:5 - error TS1117: An object literal cannot have multiple properties with the same name.

27     e: getBEOperations(context),
       ~

Found 3 errors in the same file, starting at: src/classic/b/index.ts:13