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

Improve warning messages for Node.js deprecation #2959

Merged
merged 3 commits into from
Feb 17, 2022
Merged

Conversation

vilchik-elena
Copy link
Contributor

Fixes #2942

private final AnalysisWarningsWrapper analysisWarnings;

static {
var allRemovalDates = IntStream.range(MIN_SUPPORTED_NODE_VERSION, MIN_RECOMMENDED_NODE_VERSION - 1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should have this in the production code. This would make a good unit test.

@saberduck
Copy link
Contributor

@vilchik-elena vilchik-elena enabled auto-merge (squash) February 17, 2022 10:52
@sonarsource-next
Copy link

@vilchik-elena vilchik-elena merged commit eaa10c5 into master Feb 17, 2022
@vilchik-elena vilchik-elena deleted the issue-2942 branch February 17, 2022 11:21
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.

Update Node.js deprecation wording
2 participants