Pooya Parsa
Pooya Parsa
Hi, sorry for the late reply. Two-way sync is not possible today, unfortunately between `event.node` and `event.node.req.headers` I would suggest to use `...event.node.req.headers` in proxy request. I will move this...
Hi. With upcoming v2, two way sync will be possible (https://github.com/unjs/h3/pull/829)
Thanks for the issue and quick replies. nagated support would be cool however gitignore and glob ignore patterns are different (gitignore patterns are absolute paths relative to git root like...
I am open to supporting tsx. Do you mind to open a PR with change + a test fixture for usage? (how are we going to provide a default `h`...
Render function. When JSX is transformed, a render function is expected.
`h` and `Fragment` are global constructs that a transpiled JSX code depends on. For example this: ```tsx export const Test = () => 42; ``` It needs to be transpiled...
Hi dear @NamesMT sorry this got delayed. Alias support is a really nice idea. We are thinking to use AST aware tooling (OXC) for syntax detection/replacement. Might first land it...
We can start by supporting rollup watcher only. I think passing all watcher options should also be okay with some preconfigured defaults. @AbhiPrasad feel free to make a draft PR...
It would simply override stubs i guess (there are alternative ways to build dist: bundle|watch|stub)
Looks sick! I will review generated content once had little more time. We should add it for [h3](https://h3.dev) too! Small question: Is there a way to refine content if there...