bfanger / svelte-preprocess-react

Seamlessly use React components inside a Svelte app
MIT License
126 stars 6 forks source link

fix: Traverse branches of if/await blocks in preprocessor #18

Closed drFerg closed 1 year ago

drFerg commented 1 year ago

Currently the preprocessor does not traverse the children of the else/then/catch branches in if and await blocks - this fixes it in naive way.

P.s. Thanks for the great library! We're currently using it at Ourverse to move over to Svelte and it's been great.

bfanger commented 1 year ago

Thanks!

Ps. I enjoyed your presentation at the Svelte London MeetUp.