ts-japi
ts-japi copied to clipboard
[FR] Async metaizer
Is your feature request related to a problem? *
It is useful to be able to perform async operations to produce the output of the metadata.
Describe the solution you'd like*
If the metaizer is an async function, wait for it to resolve.
Describe alternatives you've considered*
- Add the meta attributes to the main resource, and while fetching the resource, resolving any meta to include and append it to the resource.
- Ensure to exclude the meta attributes from the main resource projection and include it in the metaizer return object.
Additional context
None.
* means required.