thepassle / barrel-begone

50 stars 1 forks source link

warn on `import * as` #3

Closed thepassle closed 5 months ago

thepassle commented 5 months ago

In analyze-file.js we do some AST checking, and log a warning for the following pattern: export * from 'foo', we should probably also warn on import * as, we can add the logic in the same file

thepassle commented 5 months ago

this was implemented