We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540fc55 commit 3566963Copy full SHA for 3566963
src/code-gen-process.ts
@@ -127,9 +127,9 @@ export class CodeGenProcess {
127
}),
128
);
129
130
- //set all discriminators at the top
+ // Set all discriminators at the top
131
this.schemaComponentsMap.discriminatorsFirst();
132
- // put all enums at the top (before discriminators)
+ // Put all enums at the top (before discriminators)
133
this.schemaComponentsMap.enumsFirst();
134
135
const componentsToParse: SchemaComponent[] =
0 commit comments