Skip to content

Commit

Permalink
Merge pull request #936 from BitGo/support-decorators
Browse files Browse the repository at this point in the history
Support decorators
  • Loading branch information
ericcrosson-bitgo authored Nov 1, 2024
2 parents 5ed6340 + 11570d4 commit c29f1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openapi-generator/src/sourceFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export async function parseSource(
syntax: 'typescript',
target: 'esnext',
comments: true,
decorators: true,
});

// Set the start of the module to the end of the last span, so that we don't have any
Expand Down

0 comments on commit c29f1e1

Please sign in to comment.