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
When a dependency in a form of library is a dependency also of a library, there must be some way to specify whether this dependent part (can be a library or package) is to be only internally used by this library, or it extends the API of this library.
Preferred way is to specify the extenders using a different keyword - "depends" should mean that it's only internally required, whereas "extends" means that this library is joined to the API exposed by this exactly library. The "extends" will have effect only on a library.
The text was updated successfully, but these errors were encountered:
When a dependency in a form of library is a dependency also of a library, there must be some way to specify whether this dependent part (can be a library or package) is to be only internally used by this library, or it extends the API of this library.
Preferred way is to specify the extenders using a different keyword - "depends" should mean that it's only internally required, whereas "extends" means that this library is joined to the API exposed by this exactly library. The "extends" will have effect only on a library.
The text was updated successfully, but these errors were encountered: