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

Smoke test for hierarchy_generic11 #2810

Closed v-jiaodi closed 3 weeks ago

v-jiaodi commented 3 weeks ago
   enableOperationGroup: true
    hierarchyClient: true

error log:

> rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.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