instantcommerce / next-api-decorators

Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
https://next-api-decorators.vercel.app
MIT License
409 stars 29 forks source link

refactor: Support AsyncLocalStorage #553

Open razshlomo opened 1 year ago

razshlomo commented 1 year ago

This PR refactor the handler code (middlewares and main API function). The change is to run all functions in one Promise instead of creating a Promise for each middleware.

The Motivation is to support AsyncLocalStorage in order to have a context object cross all middlewares and the main API function.

Thanks.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-api-decorators ❌ Failed (Inspect) Apr 5, 2024 6:54am
razshlomo commented 1 year ago

Hey @ggurkal @leeuwis How can I get review of this one please? Am I missing something?

Thanks.