Daniel Roe
Daniel Roe
Just as `name` and `property` are used to deduplicate, we should likely also dedupe `` tags.
would support something like this: ```js export default defineEventHandler(async event => { const { foo } = await useBody(event) return { result: foo } }) const result = await $fetch('/api/test',...
https://github.com/unjs/h3/issues/81 See also https://github.com/nuxt/framework/issues/5718.
related: https://github.com/unjs/hookable/issues/37
for example: - `||=` `??=` We could enable some more babel plugins. **use case**: At the moment, using jiti/unbuild to stub nuxt modules means we can't use this syntax.
May now be possible with https://esbuild.github.io/api/#write
These are experimental at the moment and without widespread support. https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensions follow up on https://github.com/unjs/mkdist/pull/26
### 🔗 Linked issue resolves #386, https://github.com/nuxt/framework/issues/5348 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking...
### 🔗 Linked issue resolves #165 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...