| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #219 +/- ##
==========================================
+ Coverage 90.41% 90.51% +0.10%
==========================================
Files 61 62 +1
Lines 1408 1423 +15
Branches 232 238 +6
==========================================
+ Hits 1273 1288 +15
Misses 84 84
Partials 51 51 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
After upgrading apache-arrow in #180 (which was needed to fix #150), this library stopped working in some Nodejs versions. Turns out that apache-arrow@13 started to massively use Array.at/TypedArray.at methods which became available only in Node@16.6.0.
Even if we forget that apache-arrow declares a support for Node@12 (at least in its package.json file), we had two options:
I ended up implementing own polyfill with this reasoning: