observablehq / plot

A concise API for exploratory data visualization implementing a layered grammar of graphics
https://observablehq.com/plot/
ISC License
4.16k stars 171 forks source link

remove unused exports? #2051

Open Fil opened 3 months ago

Fil commented 3 months ago

I obtained the list with: > npx ts-unused-exports tsconfig.json src/**/*.js src/**/*ts test/**/*.js test/**/*.ts

Not sure we need to remove all of this? Some things seem to be here for consistency.