Restructure barrel files & avoid using barrel imports internally #277
Unanswered
fubhy
asked this question in
Idea / Feature Request
Replies: 1 comment
-
Goals:
Rules:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just taking note of some things we briefly discussed in PR & related issue comments:
I think it would be good to refactor the imports & exports so that we do not use imports from barrel files (index.ts) internally at all (except maybe in tests).
@jxom I liked your idea to explicitly maintain a set of
entrypoint
files and entirely avoid barrel files otherwise.Beta Was this translation helpful? Give feedback.
All reactions