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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user