typed-rocks / ts-worksheet-neovim

Instant code results of your TypeScript or JavaScript code right inside your editor.
MIT License
34 stars 1 forks source link

feature: Support in jsx or tsx files. #2

Open Redoxahmii opened 1 month ago

Redoxahmii commented 1 month ago

Can it be supported to use in jsx or tsx files ?

chwoerz commented 1 month ago

It's quite hard because it needs some kind of bundler like vite. But I will look into it.

Redoxahmii commented 1 month ago

Thank you for your time. It has helped in using it when I'm working in the backend so having similar help in frontend would be helpful too.