generated files

This commit is contained in:
Madeline 2023-04-14 22:59:40 +10:00
parent 46d86c4079
commit a263ebb1e5
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47
3 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 = {};