- Remove closure-util.json, we're now using the same library version as closure-util - Disable analyzerChecks errors from closure-compiler - Remove WheelEvent constants from externs (fixed upstream) - Activate the unnecessaryCasts compiler check
18 lines
458 B
JavaScript
18 lines
458 B
JavaScript
/**
|
|
* @fileoverview Definitions for externs that are either missing or incorrect
|
|
* in the current release version of the closure compiler we use.
|
|
*
|
|
* The entries must be removed once they are available/correct in the
|
|
* version we use.
|
|
*
|
|
* @externs
|
|
*/
|
|
|
|
// see https://github.com/google/closure-compiler/pull/1206
|
|
|
|
/**
|
|
* @type {string}
|
|
* @see http://www.w3.org/TR/pointerevents/#the-touch-action-css-property
|
|
*/
|
|
CSSProperties.prototype.touchAction;
|