file-source icon indicating copy to clipboard operation
file-source copied to clipboard

Read files as standard WhatWG streams in Node.

Results 1 file-source issues
Sort by recently updated
recently updated
newest added

I was trying to run `shp2json` from your [shapefile](https://github.com/mbostock/shapefile) package and I ran into an error that `Promise` is not defined in `file-source`: ```javascript /usr/local/lib/node_modules/shapefile/node_modules/path-source/node_modules/file-source/index.js:7 return new Promise(function(resolve, reject) {...