mclaeysb / geojson-polygon-self-intersections

A very simple script to compute all self-intersections in a GeoJSON polygon
MIT License
11 stars 5 forks source link

Bump rbush to 3.0.1 #5

Closed JamesLMilner closed 2 years ago

JamesLMilner commented 2 years ago

Hello! This PR aims to bring rbush up to the latest version, in turn fixing bundling issues with bundlers such as Webpack and Vite. This is an upstream issue for us on the turf project. This in theory is just a small change to bumping the package.json to use rbush 3.0.1 and to use new instead of just accessing the function directly (the rbush module has been rewritten as ESM).