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

[#133] change replaceAll to replace for NodeJS 14 compatibility #132

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

drbeat
Copy link
Contributor

@drbeat drbeat commented Jan 20, 2024

replaceAll is available from Nodejs 15+
But the regex here works also with replace which also guarantees nodejs 14 compatibility

replaceAll is available from Nodejs 15+
But the regex here works also with replace which also guarantees nodejs 14 compatibility
@marco-prontera marco-prontera changed the base branch from main to develop January 28, 2024 17:54
@marco-prontera marco-prontera changed the title change replaceAll to replace for NodeJS 14 compatibility [#133] change replaceAll to replace for NodeJS 14 compatibility Jan 28, 2024
@marco-prontera marco-prontera linked an issue Jan 28, 2024 that may be closed by this pull request
@marco-prontera marco-prontera merged commit df64f5f into marco-prontera:develop Jan 28, 2024
2 checks passed
@marco-prontera
Copy link
Owner

@drbeat Will be available soon, thank you a lot for the contribution!

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.

[Bug]: change replaceAll to replace for NodeJS 14 compatibility
2 participants