The JS Conformance framework is tool that is part of the Closure Compiler that allows developers to specify configuration for automatically checking compiled code for conformance to certain requirements, such as forbidding access to a certain property or calls to a certain function. Conformance rules are provided to the Closure Compiler as arguments, and they are enforced during compilation and ar