Create a way to give deprecation warnings #1062
Labels
core
Issues in the core code (lib/core)
help wanted
We welcome PRs or discussions for issues marked as help wanted
Currently the only option is to do axe.log() and give deprecation warnings that way. The problem with that is that those messages may not be exposed to the users in all situations, or worse, they may become part of the output stream and thus making it unappeasable. We need a standard solution that different integrations can opt into. Either make it part of the results object somehow, or have it be a callback you can pass into axe? I'm not sure about the solution yet, open to suggestions.
The text was updated successfully, but these errors were encountered: