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

Replace keyword "assert" with "with" for NodeJS v22+ support #2398

Closed
wants to merge 2 commits into from

Conversation

Refusings
Copy link

Replace keyword "assert" with "with" to work with NodeJS v22+
The "with" keyword for imports does require NodeJS v18.20.x+ (LTS) or v20.10+

NodeJS PR that removed the keyword for v22: nodejs/node#52104

Replace keyword "assert" with "with" to work with NodeJS v22+
Requires NodeJS v18.20.x+ (LTS) or v20.10+

NodeJS PR that removed the keyword: nodejs/node#52104
@Nuckyz
Copy link
Collaborator

Nuckyz commented May 11, 2024

Superseded by 72b1776

@Nuckyz Nuckyz closed this May 11, 2024
@Nuckyz
Copy link
Collaborator

Nuckyz commented May 11, 2024

Thanks anyways!

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