thepassle / barrel-begone

50 stars 1 forks source link

feat: use rollup to flush imports #4

Closed kettanaito closed 5 months ago

kettanaito commented 5 months ago

This is a very crude take on using Rollup to analyze and gather imports from the given entrypoint.

thepassle commented 5 months ago

Gonna go ahead and just merge this so I can iterate on it, thanks for the PR! Good idea to just use rollup for the module graph related business.