mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Because of our mis-use of @package, and the removal of the hack that made it work reasonably (in PR #5918), compilation was generating a large number of JSC_BAD_PACKAGE_PROPERTY_ACCESS warnings, making it hard to see any other warnings/errors that might be generated. To make compiler diagnostics more useful, disable the visibility diagnostic group entirely for the time being. Also improve the documentation for JSCOMP_ERROR and the newly- -introduced JSCOMP_WARNING and JSCOMP_OFF.