We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fca709 commit 13d7d67Copy full SHA for 13d7d67
src/index.ts
@@ -6,6 +6,7 @@ function getEnumTitle(path: string) {
6
.substring('#/paths//'.length)
7
.split(/\/parameters\//)
8
.join('/')
9
+ .replace(/[^A-Za-z0-9/]/g, '/')
10
.split('/');
11
if (parts?.[0].match(/v[0-9]+/)) {
12
parts.shift();
0 commit comments