The plugin already supports the include option, which will only transform the mentioned items.
To enforce, that no one tries to use names not specified in include I suggest to use a new option strict which throws an error if a name not specified in the include option is found.
The plugin already supports the
includeoption, which will only transform the mentioned items.To enforce, that no one tries to use names not specified in
includeI suggest to use a new optionstrictwhich throws an error if a name not specified in theincludeoption is found.