generated files
This commit is contained in:
parent
46d86c4079
commit
a263ebb1e5
Binary file not shown.
Binary file not shown.
@ -78,7 +78,6 @@ function main() {
|
||||
if (!generator || !program) return;
|
||||
|
||||
let schemas = generator.getUserSymbols().filter((x) => {
|
||||
console.log(x);
|
||||
return (
|
||||
(x.endsWith("Schema") ||
|
||||
x.endsWith("Response") ||
|
||||
@ -86,7 +85,6 @@ function main() {
|
||||
!Excluded.includes(x)
|
||||
);
|
||||
});
|
||||
console.log(schemas);
|
||||
|
||||
var definitions = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user