ruipin / fvtt-lib-wrapper

Library for Foundry VTT which provides module developers with a simple way to modify core Foundry VTT code, while reducing the likelihood of conflict with other modules.
GNU Lesser General Public License v3.0
35 stars 15 forks source link

Detect unknown parameters, warn of possible incompatibility #47

Open ruipin opened 3 years ago

ruipin commented 3 years ago

LibWrapper should detect that the user has passed unknown paramets (e.g. unknown options), and warn the user that a given module might not be fully compatible with the current version of the library.