d3 / d3-dsv

A parser and formatter for delimiter-separated values, such as CSV and TSV.
https://d3js.org/d3-dsv
ISC License
437 stars 76 forks source link

Import autoType function in bin/dsv2json.js #93

Open andrewmilligan opened 2 years ago

andrewmilligan commented 2 years ago

The script was still looking for dsv.autoType, expecting a wildcard import of the whole package, which caused the -a flag to throw an exception since the refactor for type=module in a3bb50a7ad10a25d9b54a900a635fcda80943d43