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

String replaceAll function not present until Node 15/16 #10

Closed
zackdotcomputer opened this issue Nov 25, 2022 · 0 comments
Closed

String replaceAll function not present until Node 15/16 #10

zackdotcomputer opened this issue Nov 25, 2022 · 0 comments

Comments

@zackdotcomputer
Copy link

zackdotcomputer commented Nov 25, 2022

String's replaceAll method was added to Node's v8 engine in version 15. It is, however, used in this library in api-decorator.ts and there isn't a polyfill for it in your tsconfig.

Either a polyfill for it should be added, it should be removed, or the engine should be bumped to Node 15+

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

No branches or pull requests

2 participants