Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tfjs-node] replace deprecated utils #8425

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tharvik
Copy link
Contributor

@tharvik tharvik commented Oct 25, 2024

after been marked as deprecated in node 22, node 23 removed nearly all its util.is* functions. so using the node backend in 23 fails quite loudly with some "TypeError: util_1.isNullOrUndefined is not a function".

this PR replace the few places where theses functions were used with node's recommended fixes. or with nullish-coalescing where appropriate.

@andresribeiro
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants