The name of the method that received the options
The name of the dialect to which the implementation belongs
All options that this method can support. The ones that are declared in TypeScript typings.
The subset of options that this dialect actually does support.
The user provided options that were passed to the method.
Generated using TypeDoc
For use in per-dialect implementation of methods to warn the user when they use an option that TypeScript declares as valid, but that the dialect they use does not support.