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;
|
if (!generator || !program) return;
|
||||||
|
|
||||||
let schemas = generator.getUserSymbols().filter((x) => {
|
let schemas = generator.getUserSymbols().filter((x) => {
|
||||||
console.log(x);
|
|
||||||
return (
|
return (
|
||||||
(x.endsWith("Schema") ||
|
(x.endsWith("Schema") ||
|
||||||
x.endsWith("Response") ||
|
x.endsWith("Response") ||
|
||||||
@ -86,7 +85,6 @@ function main() {
|
|||||||
!Excluded.includes(x)
|
!Excluded.includes(x)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
console.log(schemas);
|
|
||||||
|
|
||||||
var definitions = {};
|
var definitions = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user