calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
715 stars 228 forks source link

dist/shp.js not es5 in version 3.5.0 #129

Closed attekemppila closed 2 years ago

attekemppila commented 4 years ago

I'm using uglify-js, which is es5 only minifier. Starting from shapefile-js 3.5.0, it fails to minify shapefile-js.

Afaict, reason is non-es5 syntax (async) here: https://github.com/calvinmetcalf/shapefile-js/blob/11c5c104cb5e37ba665724aba70f893edb5c13a9/dist/shp.js#L37

https://github.com/calvinmetcalf/shapefile-js/blob/11c5c104cb5e37ba665724aba70f893edb5c13a9/lib/binaryajax-fetch.js#L4

Please continue to provide es5 bundle.

hemincan commented 3 years ago

!!!!!!!!!!!!!