dmonad/lib0

iterator.js(15,29): error TS8024: JSDoc '@param' tag has name 'f', but there is no parameter with that name.

SnarkBoojum opened this issue · 1 comments

Trying to compile lib0 with a recent typescript (4.63), I get:

iterator.js(15,29): error TS8024: JSDoc '@param' tag has name 'f', but there is no parameter with that name.

Right, thank you!

Weird that it didn't occur before.