MarshallOfSound / flora-colossus

Walk your node_modules folder
6 stars 9 forks source link

Better syntax for optional / required dependencies #4

Open MarshallOfSound opened 6 years ago

MarshallOfSound commented 6 years ago

Basically modules now have a relationship property which is an instance of the DepRelationship class which has the documented API.

getType(): DepType // The old depType value without OPTIONAL and DEV_OPTIONAL
getRequired(): DepRequireState // Optional vs Required

Tests have been updated accordingly