just214 / typescript-playground-plugin-react

Easily create TypeScript Playground Plugins with React.
MIT License
23 stars 2 forks source link

rollup-plugin-progress build error #4

Open kevinramharak opened 3 years ago

kevinramharak commented 3 years ago

rollup-plugin-progress throws an error during build.

Related issues:

Not sure how to fix

just214 commented 3 years ago

I haven't touched this project in nearly a year, but I'll try to take a look at this when I have time.

kevinramharak commented 3 years ago

I was trying to build a file explorer for https://github.com/kevinramharak/playground-browser-fs but I ran into so many build and bundle errors i gave up. No hurries. I can manage with vanilla so far. I was thinking of using your template to implement a vue template as I would prefer that over React.

just214 commented 3 years ago

Oh, very cool. I am a quite the Vue fan myself, but never got around to a template for it. I did write one in Svelte, but I am guessing it suffers the same issues as the React template: https://github.com/gojutin/typescript-playground-plugin-svelte

kevinramharak commented 3 years ago

I took some time to implement a Vue 3 template, im not familiar with the whole reactive API but it should be an interesting alternative.

just214 commented 3 years ago

Very cool! Is it working with the TypeScript playground?

kevinramharak commented 3 years ago

Yes its wrapping the playground plugin architecture to implement a Vue 'runtime'. I haven't gotten around to write up a demo, but its a good excuse to prototype with Vue 3

just214 commented 3 years ago

Please let me know once you write up a demo. I'd love to take a look!