mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.24k stars 139 forks source link

Mark the package as having no side effects #53

Closed stof closed 4 years ago

stof commented 4 years ago

This helps Rollup and webpack to perform tree shaking, by telling them they can skip the whole module if its exports are not used.