Does cherry supports ES6 Class syntax? I want to experiment a setup with Web Components without React or other frameworks and it seems like class syntax is a hard requirement for web components.
Fantastic!
Nevermind, found the issue, wrong keywords: https://github.com/squint-cljs/cherry/issues/97
Thank you, @borkdude! I was hoping to get to that before you did, but I failed. ππ»
It's not that easy though... but still working on it
If it would be fun to share, Iβm curious which implementation strategy youβre going with.
I was thinking about it a couple days ago and it seemed like there were a few that might work.
I'm just copying shadow's syntax, but I'm currently dealing with a bit of mess that relates to extend-type (methods on Object)
Ah, okay.
I'm going to port it to cherry as well when it's done
Awesome. Iβm very excited about this feature. I think squint could be a fantastic way to write web components without having to deal with the chaos of the JavaScript world.
I hope so :)
plz test drive (might be a bit soon, but it would help my motivation as well I think)
Ah, sure. Itβs ready for a test drive now?