google-closure-compiler 20260720.0.0 → 20260726.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1171,7 +1171,7 @@ google.maps.Data.DataOptions.prototype.style;
|
|
|
1171
1171
|
*
|
|
1172
1172
|
* Access by calling `const {Data} = await google.maps.importLibrary("maps");`.
|
|
1173
1173
|
* See https://developers.google.com/maps/documentation/javascript/libraries.
|
|
1174
|
-
* @param {
|
|
1174
|
+
* @param {!google.maps.Data.FeatureOptions|null=} options
|
|
1175
1175
|
* @constructor
|
|
1176
1176
|
*/
|
|
1177
1177
|
google.maps.Data.Feature = function(options) {};
|
|
@@ -1186,7 +1186,7 @@ google.maps.Data.Feature.prototype.forEachProperty = function(callback) {};
|
|
|
1186
1186
|
|
|
1187
1187
|
/**
|
|
1188
1188
|
* Returns the feature's geometry.
|
|
1189
|
-
* @return {
|
|
1189
|
+
* @return {!google.maps.Data.Geometry|null}
|
|
1190
1190
|
*/
|
|
1191
1191
|
google.maps.Data.Feature.prototype.getGeometry = function() {};
|
|
1192
1192
|
|
|
@@ -1213,7 +1213,7 @@ google.maps.Data.Feature.prototype.removeProperty = function(name) {};
|
|
|
1213
1213
|
|
|
1214
1214
|
/**
|
|
1215
1215
|
* Sets the feature's geometry.
|
|
1216
|
-
* @param {google.maps.Data.Geometry
|
|
1216
|
+
* @param {!google.maps.Data.Geometry|!google.maps.LatLng|!google.maps.LatLngLiteral|null}
|
|
1217
1217
|
* newGeometry
|
|
1218
1218
|
* @return {undefined}
|
|
1219
1219
|
*/
|
|
@@ -5118,9 +5118,9 @@ google.maps.LatLngAltitudeLiteral.prototype.lng;
|
|
|
5118
5118
|
* Access by calling `const {LatLngBounds} = await
|
|
5119
5119
|
* google.maps.importLibrary("core");`. See
|
|
5120
5120
|
* https://developers.google.com/maps/documentation/javascript/libraries.
|
|
5121
|
-
* @param {google.maps.LatLng
|
|
5121
|
+
* @param {!google.maps.LatLng|!google.maps.LatLngLiteral|!google.maps.LatLngBounds|!google.maps.LatLngBoundsLiteral|null=}
|
|
5122
5122
|
* swOrLatLngBounds
|
|
5123
|
-
* @param {google.maps.LatLng
|
|
5123
|
+
* @param {!google.maps.LatLng|!google.maps.LatLngLiteral|null=} ne
|
|
5124
5124
|
* @constructor
|
|
5125
5125
|
*/
|
|
5126
5126
|
google.maps.LatLngBounds = function(swOrLatLngBounds, ne) {};
|
|
@@ -5135,7 +5135,8 @@ google.maps.LatLngBounds.prototype.contains = function(latLng) {};
|
|
|
5135
5135
|
/**
|
|
5136
5136
|
* Returns <code>true</code> if this bounds approximately equals the given
|
|
5137
5137
|
* bounds.
|
|
5138
|
-
* @param {google.maps.LatLngBounds
|
|
5138
|
+
* @param {!google.maps.LatLngBounds|!google.maps.LatLngBoundsLiteral|null}
|
|
5139
|
+
* other
|
|
5139
5140
|
* @return {boolean}
|
|
5140
5141
|
*/
|
|
5141
5142
|
google.maps.LatLngBounds.prototype.equals = function(other) {};
|
|
@@ -1171,7 +1171,7 @@ google.maps.Data.DataOptions.prototype.style;
|
|
|
1171
1171
|
*
|
|
1172
1172
|
* Access by calling `const {Data} = await google.maps.importLibrary("maps");`.
|
|
1173
1173
|
* See https://developers.google.com/maps/documentation/javascript/libraries.
|
|
1174
|
-
* @param {
|
|
1174
|
+
* @param {!google.maps.Data.FeatureOptions|null=} options
|
|
1175
1175
|
* @constructor
|
|
1176
1176
|
*/
|
|
1177
1177
|
google.maps.Data.Feature = function(options) {};
|
|
@@ -1186,7 +1186,7 @@ google.maps.Data.Feature.prototype.forEachProperty = function(callback) {};
|
|
|
1186
1186
|
|
|
1187
1187
|
/**
|
|
1188
1188
|
* Returns the feature's geometry.
|
|
1189
|
-
* @return {
|
|
1189
|
+
* @return {!google.maps.Data.Geometry|null}
|
|
1190
1190
|
*/
|
|
1191
1191
|
google.maps.Data.Feature.prototype.getGeometry = function() {};
|
|
1192
1192
|
|
|
@@ -1213,7 +1213,7 @@ google.maps.Data.Feature.prototype.removeProperty = function(name) {};
|
|
|
1213
1213
|
|
|
1214
1214
|
/**
|
|
1215
1215
|
* Sets the feature's geometry.
|
|
1216
|
-
* @param {google.maps.Data.Geometry
|
|
1216
|
+
* @param {!google.maps.Data.Geometry|!google.maps.LatLng|!google.maps.LatLngLiteral|null}
|
|
1217
1217
|
* newGeometry
|
|
1218
1218
|
* @return {undefined}
|
|
1219
1219
|
*/
|
|
@@ -5118,9 +5118,9 @@ google.maps.LatLngAltitudeLiteral.prototype.lng;
|
|
|
5118
5118
|
* Access by calling `const {LatLngBounds} = await
|
|
5119
5119
|
* google.maps.importLibrary("core");`. See
|
|
5120
5120
|
* https://developers.google.com/maps/documentation/javascript/libraries.
|
|
5121
|
-
* @param {google.maps.LatLng
|
|
5121
|
+
* @param {!google.maps.LatLng|!google.maps.LatLngLiteral|!google.maps.LatLngBounds|!google.maps.LatLngBoundsLiteral|null=}
|
|
5122
5122
|
* swOrLatLngBounds
|
|
5123
|
-
* @param {google.maps.LatLng
|
|
5123
|
+
* @param {!google.maps.LatLng|!google.maps.LatLngLiteral|null=} ne
|
|
5124
5124
|
* @constructor
|
|
5125
5125
|
*/
|
|
5126
5126
|
google.maps.LatLngBounds = function(swOrLatLngBounds, ne) {};
|
|
@@ -5135,7 +5135,8 @@ google.maps.LatLngBounds.prototype.contains = function(latLng) {};
|
|
|
5135
5135
|
/**
|
|
5136
5136
|
* Returns <code>true</code> if this bounds approximately equals the given
|
|
5137
5137
|
* bounds.
|
|
5138
|
-
* @param {google.maps.LatLngBounds
|
|
5138
|
+
* @param {!google.maps.LatLngBounds|!google.maps.LatLngBoundsLiteral|null}
|
|
5139
|
+
* other
|
|
5139
5140
|
* @return {boolean}
|
|
5140
5141
|
*/
|
|
5141
5142
|
google.maps.LatLngBounds.prototype.equals = function(other) {};
|
package/externs/es3.js
CHANGED
|
@@ -194,6 +194,7 @@ IteratorLike.prototype.next = function(opt_value) {};
|
|
|
194
194
|
* TODO(b/142881197): TReturn and TNext are not yet used for anything.
|
|
195
195
|
* https://github.com/google/closure-compiler/issues/3489
|
|
196
196
|
* @interface
|
|
197
|
+
* @extends {IteratorLike<T, TReturn, TNext>}
|
|
197
198
|
* @template T, TReturn, TNext
|
|
198
199
|
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/The_Iterator_protocol
|
|
199
200
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-closure-compiler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20260726.0.0",
|
|
4
4
|
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"homepage": "https://developers.google.com/closure/compiler/",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"chalk": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 <5.6.1 || ^5.6.2 >5.6.1",
|
|
44
|
-
"google-closure-compiler-java": "^
|
|
44
|
+
"google-closure-compiler-java": "^20260726.0.0",
|
|
45
45
|
"minimist": "^1.0.0",
|
|
46
46
|
"vinyl": "^3.0.1",
|
|
47
47
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"google-closure-compiler-linux": "^
|
|
51
|
-
"google-closure-compiler-linux-arm64": "^
|
|
52
|
-
"google-closure-compiler-macos": "^
|
|
53
|
-
"google-closure-compiler-windows": "^
|
|
50
|
+
"google-closure-compiler-linux": "^20260726.0.0",
|
|
51
|
+
"google-closure-compiler-linux-arm64": "^20260726.0.0",
|
|
52
|
+
"google-closure-compiler-macos": "^20260726.0.0",
|
|
53
|
+
"google-closure-compiler-windows": "^20260726.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"gulp": "^5.0.1",
|