We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Amazing tool! I tried looking for an example but could not find it.
Could you help me visualize how would look config for tree like:
... (whatever) src ... (whatever) module_A api_A.ts submodule_AA index.ts ... (whatever) submodule_BB index.ts ... (whatever) ... (whatever) module_B (analogical)
Going bottom-up:
submodule
submodule index.ts
module
module api.ts
whatever
Also few extra questions. Can we somehow limit exports grom certain files to a specific class/function/name only? Are there any benchmarks?
exports
Thanks!
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Sorry, something went wrong.
No branches or pull requests
Hi. Amazing tool! I tried looking for an example but could not find it.
Could you help me visualize how would look config for tree like:
Going bottom-up:
submodule
internals cannot be exported outside of submodulesubmodule index.ts
can be exported outside of submodulemodule
internals cannot be exported outside of modulemodule api.ts
can be exported outside of modulemodule
andsubmodule
can importwhatever
from the module OR src levelAlso few extra questions. Can we somehow limit
exports
grom certain files to a specific class/function/name only?Are there any benchmarks?
Thanks!
The text was updated successfully, but these errors were encountered: