vanjs-org / van

🍦 VanJS: World's smallest reactive UI framework. Incredibly Powerful, Insanely Small - Everyone can build a useful UI app in an hour.
https://vanjs.org
MIT License
3.77k stars 87 forks source link

fix: update jsx export #266

Closed cqh963852 closed 6 months ago

cqh963852 commented 6 months ago

related issue

Since the code is a compiled product, some export * statements will be retained, but this will cause errors and need to be removed.

@Tao-VanJS PTAL

Tao-VanJS commented 6 months ago

Actually, do you want to upgrade the version in package.json file so that I can npm publish it?