Skip to content
New issue

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

show where element is exported from #33

Open
CelineMaterna opened this issue Nov 17, 2020 · 0 comments
Open

show where element is exported from #33

CelineMaterna opened this issue Nov 17, 2020 · 0 comments

Comments

@CelineMaterna
Copy link
Contributor

when entries are exported it would be nice to see from where they were exported.
Exported classes come from the export XYZ or export * in a module. It basically says that one also gets entries from other modules when importing this one.
If you look at https://github.com/toitware/toit/blob/master/lib/core/core.toit you can see that our core library is, in fact, just reexporting entries and doesn't have any members on its own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant