tungs / browser-roller

Run rollup in browser! Uses unpkg.com to retrieve packages on demand.
https://tungs.github.io/browser-roller/
8 stars 3 forks source link

Add support in d3 roller for modules with no exports #1

Open tungs opened 8 years ago

tungs commented 8 years ago

Currently, d3Roller generates a rollup index file from export symbols of d3 modules. Some modules -- like d3-selection-multi, have no export symbols, and instead modify objects of other modules.

Adding support for these types of modules will likely modify the way d3Roller/npmroller generates the rollup index file.

tungs commented 8 years ago

Also, there needs to be changes in the UI for modules with no export symbols