ModulesOnMemberOf

ModulesOnMemberOf

This class replaces modules' paths on memberof statements that use dot notation in order to make them JSDoc valid: module.something becomes module:something.

Constructor

new ModulesOnMemberOf(events, EVENT_NAMES)

Source:
Parameters:
Name Type Description
events EventEmitter

To hook to the necessary events to parse the code.

EVENT_NAMES EventNames

To get the name of the events the class needs to listen for.