docs-util: add script to generate events info (#12340)

* docs-util: add script to generate events info

* add property and parent name to json
This commit is contained in:
Shahed Nasser
2025-05-01 14:44:24 +03:00
committed by GitHub
parent e3e02a1cc8
commit 91f5ac91a9
12 changed files with 1061 additions and 5 deletions
@@ -14,7 +14,7 @@ program.name("docs-generator").description("Generate TSDoc doc-blocks")
// define common options
const typeOption = new Option("--type <type>", "The type of docs to generate.")
.choices(["all", "docs", "oas", "dml", "route-examples"])
.choices(["all", "docs", "oas", "dml", "route-examples", "events"])
.default("all")
const generateExamplesOption = new Option(