improve intellisense

This commit is contained in:
Asaki Yuki 2026-01-18 03:24:03 +07:00
parent ac412b798c
commit 6a5addb383
15 changed files with 39393 additions and 483 deletions

View file

@ -35,6 +35,10 @@ for (const key in schema) {
}
}
if (enumName === "Type") {
fileData.push(` UNKNOWN = "unknown",`)
}
fileData.push("}")
fs.writeFile(`${enumPath}${enumName}.ts`, fileData.join("\n"))