Fork me on GitHub
#biff
<
2022-05-24
>
theeternalpulse22:05:10

I found a syntax bug that shows up in hyperscript with 0.9.3, updated to 0.9.5 and it all worked

Jacob O'Bryant18:05:50

interesting, what was the bug?

theeternalpulse22:05:59

I was working with expanding the height of a textarea as I was typing and someone suggested

on input set my *height to 'auto' then set my *height to my scrollHeight px
and the error in 0.9.3 was
Error: Expected 'to' but found '*'

on input set my *height to 'auto' then set my *height to my scrollHeight px
                ^^

Jacob O'Bryant22:05:36

ah, a new feature they added I guess. I'll bump the version next time I'm in the code.

theeternalpulse22:05:22

unrelated to biff but might need that dependency update

👍 1