Skip to content

'lib/src' excluded #107

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

Closed
d2m opened this issue Jan 13, 2015 · 3 comments
Closed

'lib/src' excluded #107

d2m opened this issue Jan 13, 2015 · 3 comments

Comments

@d2m
Copy link

d2m commented Jan 13, 2015

A few questions to better understand your directions:

thanks!

@a14n
Copy link
Contributor

a14n commented Jan 13, 2015

From Pub Package Layout Conventions - Implementation files:

You are free to import libraries that live in lib/src from within other Dart code in the same package (like other libraries in lib, scripts in bin, and tests) but you should never import from another package’s lib/src directory. Those files are not part of the package’s public API, and they might change in ways that could break your code.

@d2m
Copy link
Author

d2m commented Jan 13, 2015

@a14n thanks!

@keertip
Copy link
Collaborator

keertip commented Jan 13, 2015

As @a14n pointed out, lib/src are internal to the package and will not be included in docs. So they are excluded by intention.

We are still working on the format of the docs, changes coming soon. The linking between different packages also needs to be addressed - #89.

@keertip keertip closed this as completed Jan 13, 2015
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

3 participants