milomg / swc-plugin-jsx-dom-expressions

An SWC implementation of the SolidJS Dom Expressions compiler
56 stars 8 forks source link

add support for event binding #4

Closed icewind1991 closed 1 year ago

icewind1991 commented 1 year ago

Allow binding events with onXXXX attributes

milomg commented 1 year ago

Yesterday I was attempting to use swc instead of babel and was going to create an issue about matching the babel plugin. Perfect timing!

This PR looks good. In the future you may find it easier to copy and paste JS code from here and have Copilot do a substantial chunk of the conversion (that way we also stay aligned with the default output of the babel plugin).