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
the current check in findExports only looking only for deafult export in code. This prevent in unimport package for example to use useExampleStore instead of filename (exampleStore).
I already create a pull request for make it work and also what I did and why: #179
Also run all the test with this modification and every test passed.
The text was updated successfully, but these errors were encountered:
Hi @pi0 !
Can you check on this issue if you have some free time? I want to implement some feature in my project which depends on this issue.
I don't know how relevant this issue, but I think if the findExport method extract the name of the export then named default exports should be use the name also and not the file name.
Thank you for your time and for your awesome work and have a nice day!
When I use named export like
the current check in
findExports
only looking only fordeafult export
in code. This prevent inunimport
package for example to useuseExampleStore
instead of filename (exampleStore).I already create a pull request for make it work and also what I did and why:
#179
Also run all the test with this modification and every test passed.
The text was updated successfully, but these errors were encountered: