You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a new or modified API suggestion to solve the problem?
I just wondered if there is a plugin for modern ECMA decorators as implemented in esbuild 0.21+; I found only the plugin for the old experimental style decorators.
Since this is not supported natively, nor using node's recent typescript support, I'd say it's a bit premature to integrate into hapi, this is probably perfectly fine in a userland plugin.
Runtime
Node
Runtime version
Any
Module version
any
Used with
Hapi as Plugin
Any other relevant information
No response
What problem are you trying to solve?
Using ECMA style decorators for routing.
Do you have a new or modified API suggestion to solve the problem?
I just wondered if there is a plugin for modern ECMA decorators as implemented in esbuild 0.21+; I found only the plugin for the old experimental style decorators.
So I wrote my decorators on my own: GitHub repository
Is there any interest in turning this into a hapi plugin as public npm package?
The text was updated successfully, but these errors were encountered: