We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the function createMatchPath() works well in nodejs v19, but the same function with the exactly same inputs returns undefined in nodejs v20
createMatchPath()
undefined
update there is an open PR that resolves this issue
The text was updated successfully, but these errors were encountered:
fix: extensions
63d53ad
- require.extensions is deprecated and doesn't include all JS extensions such as .ts, .mjs, ... fixes: dividab#248
Successfully merging a pull request may close this issue.
the function
createMatchPath()
works well in nodejs v19, but the same function with the exactly same inputs returnsundefined
in nodejs v20update
there is an open PR that resolves this issue
The text was updated successfully, but these errors were encountered: