-
Notifications
You must be signed in to change notification settings - Fork 309
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
fix node v14 compat for #4041 contribution #4064
Conversation
Overall package sizeSelf size: 6.04 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4064 +/- ##
=======================================
Coverage 85.33% 85.33%
=======================================
Files 243 243
Lines 10569 10569
Branches 33 33
=======================================
Hits 9019 9019
Misses 1550 1550 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-02-14 20:06:11 Comparing candidate commit ef7123a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 257 metrics, 9 unstable metrics. |
What does this PR do?
Array#at()
isn't available on node v14Motivation