docs-util: add support for RequestWithContext in route-handler detection (#8141)

* docs-util: update OAS docblock-generator to support RequestWithContext

* support alias type arguments in case there are no type arguments
This commit is contained in:
Shahed Nasser
2024-07-16 13:06:19 +03:00
committed by GitHub
parent 4af7309170
commit 4c004cd287
2 changed files with 19 additions and 19 deletions
@@ -2,7 +2,7 @@
"name": "docblock-generator",
"license": "MIT",
"scripts": {
"dev": "ts-node src/index.ts",
"dev": "node --loader ts-node/esm src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"watch": "tsc --watch",