Constructor
new TagsReplacement(dictionary, events, EVENT_NAMES)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
dictionary |
TagsReplacementDictionary | The dictionary of tags that need to be replaced. |
events |
EventEmitter | To hook to the even triggered when the plugin can do modifications to the code. |
EVENT_NAMES |
EventNames | To get the name of the event the class needs to listen for. |