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
SnarkBoojum commented
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.
dmonad commented
Right, thank you!
Weird that it didn't occur before.