Update closure-util to v1.16.0
This commit is contained in:
committed by
Guillaume Beraudo
parent
68f493fc90
commit
3e4afa6ddf
@@ -35,6 +35,7 @@
|
||||
"extra_annotation_name": [
|
||||
"api", "observable"
|
||||
],
|
||||
"rewrite_polyfills": "false",
|
||||
"compilation_level": "ADVANCED",
|
||||
"warning_level": "VERBOSE",
|
||||
"output_wrapper": "(function(){%output%})();",
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
"extra_annotation_name": [
|
||||
"api", "observable"
|
||||
],
|
||||
"rewrite_polyfills": "false",
|
||||
"compilation_level": "ADVANCED",
|
||||
"warning_level": "VERBOSE",
|
||||
"output_wrapper": "(function(){%output%})();",
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"extra_annotation_name": [
|
||||
"api", "observable"
|
||||
],
|
||||
"rewrite_polyfills": "false",
|
||||
"compilation_level": "ADVANCED",
|
||||
"warning_level": "VERBOSE",
|
||||
"use_types_for_optimization": true,
|
||||
|
||||
@@ -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%})();",
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user