Conversation
The is-gen-fn package causes a DeprecationWarning with Node 16; since it is fairly trivial, just include the generator function check here.
3imed-jaberi
left a comment
There was a problem hiding this comment.
I have replaced the is-gen-fn with is-generator-function here #128 and it available in the next release when the merge happened.
|
Ah, I did glance at the open issues, but didn't look closely at the open PRs! Alright, feel free to close this, then (unless you maybe want to merge it as a temporary fix, since it could be released as a patch version until #128 lands). |
|
The |
|
Any updates regarding this PR? Would also love to use it without the deprecation warning |
|
Updates: For now, you can use |
|
Hi @3imed-jaberi, is there anything new for this PR, I created another PR for this: #137 |
|
@3imed-jaberi hello, is this package currently still under maintenence ? |
|
Hey Guys, next week we will publish the latest version (including the latest fixed) under
|
The is-gen-fn package causes a DeprecationWarning with Node 16:
Since it is fairly trivial, just include the generator function check here.