| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Since v8 requires node >= 22.19 and some of the bench dependencies also moved past node v20 (e.g. cronometro), we can use `require(esm)` and remove the special handling previosuly required for these packages.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #5527 +/- ##
=======================================
Coverage 93.44% 93.44%
=======================================
Files 110 110
Lines 37329 37329
=======================================
Hits 34883 34883
Misses 2446 2446 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This relates to...
N/A
Rationale
Since v8 requires node >= 22.19 and some of the bench dependencies also moved past node v20 (e.g. cronometro), we can use require(esm) and remove the special handling previosuly required for these packages.
Status