You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When turning on --exportDefault it returns a default export for all files even if the file itself has no default export. This is a issue since only some of my files has default exports.
To Reproduce
Steps to reproduce the behavior:
create a project
Create some files and mix default exports and non defaults
run barrelsby with --exportDefault
All files in the index file gets a default export eventhough some does not have it
Expected behavior
only export default exports when they're available
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When turning on --exportDefault it returns a default export for all files even if the file itself has no default export. This is a issue since only some of my files has default exports.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
only export default exports when they're available
Screenshots
The text was updated successfully, but these errors were encountered: