Open MarshallOfSound opened 6 years ago
Basically modules now have a relationship property which is an instance of the DepRelationship class which has the documented API.
relationship
DepRelationship
getType(): DepType // The old depType value without OPTIONAL and DEV_OPTIONAL getRequired(): DepRequireState // Optional vs Required
Tests have been updated accordingly
Basically modules now have a
relationship
property which is an instance of theDepRelationship
class which has the documented API.Tests have been updated accordingly