Lucas Nørgård
Lucas Nørgård
### Description before: after: ### Linked Issues ### Additional context
This PR resolves #1053 by adding automatic type inference for route parameters. When you define a route with parameters using `app.get()`, `app.post()`, or any other HTTP method, TypeScript now knows...
### Clear and concise description of the problem The AST collection currently uses a hardcoded list of test function identifiers `['it', 'test', 'describe', 'suite']`. This prevents proper test discovery when...
resolves #110 I have a leftover question about whether we should support jsdoc on more that interfaces? Maybe it would make sense to also have it on generated objects? There...