vobyjs / voby

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.
https://voby.dev
MIT License
891 stars 22 forks source link

Move global JSX namespace to separate export #43

Open sibbng opened 2 months ago

sibbng commented 2 months ago

I used this PR as a reference:

https://github.com/vuejs/core/pull/7958/files

I had to update tsex, otherwise couldn't get paths working.