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

[fix] revert replaced deprecated "assert" with "with" #2661

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

Conversation

igorDykhta
Copy link
Collaborator

  • We are still working with node 18, and "with" was introduced in node 20

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Copy link

netlify bot commented Sep 18, 2024

Deploy Preview for keplergl2 failed. Why did it fail? →

Name Link
🔨 Latest commit f84c507
🔍 Latest deploy log https://app.netlify.com/sites/keplergl2/deploys/66eb03079aab6900088c8a8c

@ibgreen
Copy link
Collaborator

ibgreen commented Sep 20, 2024

I believe that with has been added to the latest patches of Node 18 and Node 20. But not yet supported by all required tools on the bundling/browser side.

IMHO, the way this was handled by Node is a big mess. Haven't been able to upgrade loaders.gl to Node 22 because of this. It seems to me that wouldn't have cost much to stay backwards compatible with assert for a few releases.

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.

3 participants