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
import*asBeforefrom'./dir/before_*';console.log(Before.BeforeA());// Whatever is in './before_a.js'console.log(Before.BeforeNested.B());// Whatever is in './before_nested/b.js'
PR #10 introduced File Globbing, and shortly afterwards PR #11 introduced Recursive Imports. However the two features do not mesh properly together.
For example:
The following should be possible:
@drgould does the above look right to you?
The text was updated successfully, but these errors were encountered: