Connor Pearson
Results
42
issues of
Connor Pearson
### Environment [email protected] node v22.13.0 ### Reproduction ``` > findExports(`export const foo: Handler = function foo(){}`) [ { type: 'declaration', declaration: 'const', name: 'foo', code: 'export const foo: Handler
bug
### Environment [email protected] [email protected] ### Reproduction https://stackblitz.com/edit/unjs-nitro-starter-ppkblahg?file=server%2Froutes%2Fthrow.ts ### Describe the bug Depending on how an error is caused, the `beforeResponse` hook may not be called. Here are a few examples...
pending triage