mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
* Move @turf/polygonize to typescript instead of its own custom rollup * validate-es5-dependencies -> es-check * @turf/buffer const -> var * polygon-clipping dependency from 0.14.3 -> 0.15.2 to swap es6 code for es5 code * @turf/turf - Change rollup config to better support tree shaking, remove buble reference * Remove deprecated exports from @turf/helpers, they are still covered in @turf/turf: - radians2degrees - degrees2radians - distanceToDegrees - distanceToRadians - radiansToDistance - bearingToAngle - convertDistance Co-authored-by: Matt Fedderly <mfedderly@palantir.com>