ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
850 stars 122 forks source link

fix `this` compilation inside class methods #318

Closed mdynnl closed 2 months ago

mdynnl commented 2 months ago

related https://github.com/ryansolid/dom-expressions/pull/295 fixes https://github.com/solidjs/solid/issues/2141

Not adding tests to other modes as it's essentially the same.

ryansolid commented 2 months ago

Thanks