Update closure-util to v1.16.0

This commit is contained in:
Frederic Junod
2017-01-18 12:25:18 +01:00
committed by Guillaume Beraudo
parent 68f493fc90
commit 3e4afa6ddf
6 changed files with 5 additions and 21 deletions

View File

@@ -35,6 +35,7 @@
"extra_annotation_name": [
"api", "observable"
],
"rewrite_polyfills": "false",
"compilation_level": "ADVANCED",
"warning_level": "VERBOSE",
"output_wrapper": "(function(){%output%})();",

View File

@@ -33,6 +33,7 @@
"extra_annotation_name": [
"api", "observable"
],
"rewrite_polyfills": "false",
"compilation_level": "ADVANCED",
"warning_level": "VERBOSE",
"output_wrapper": "(function(){%output%})();",

View File

@@ -27,6 +27,7 @@
"extra_annotation_name": [
"api", "observable"
],
"rewrite_polyfills": "false",
"compilation_level": "ADVANCED",
"warning_level": "VERBOSE",
"use_types_for_optimization": true,

View File

@@ -178,6 +178,7 @@ The minimum config file looks like this:
"extra_annotation_name": [
"api", "observable"
],
"rewrite_polyfills": "false",
"compilation_level": "ADVANCED",
"warning_level": "VERBOSE",
"output_wrapper": "(function(){%output%})();",

View File

@@ -7,23 +7,3 @@
*
* @externs
*/
// see https://github.com/google/closure-compiler/pull/1991
/**
* @param {*} arg
* @return {boolean}
* @nosideeffects
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView
*/
ArrayBuffer.isView = function(arg) {};
// 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;

View File

@@ -32,7 +32,7 @@
"dependencies": {
"async": "2.1.4",
"browserify": "13.1.1",
"closure-util": "1.15.1",
"closure-util": "1.16.0",
"derequire": "2.0.6",
"fs-extra": "1.0.0",
"glob": "7.1.1",