google-closure-compiler 20220125.0.0-nightly → 20220202.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.
|
@@ -6875,8 +6875,8 @@ google.maps.StreetViewPanorama = function(container, opts) {};
|
|
|
6875
6875
|
/**
|
|
6876
6876
|
* Additional controls to attach to the panorama. To add a control to the
|
|
6877
6877
|
* panorama, add the control's <code><div></code> to the
|
|
6878
|
-
* <code>MVCArray</code> corresponding to the
|
|
6879
|
-
* it should be rendered.
|
|
6878
|
+
* <code>MVCArray</code> corresponding to the {@link
|
|
6879
|
+
* google.maps.ControlPosition} where it should be rendered.
|
|
6880
6880
|
* @type {!Array<!google.maps.MVCArray<!HTMLElement>>}
|
|
6881
6881
|
*/
|
|
6882
6882
|
google.maps.StreetViewPanorama.prototype.controls;
|
|
@@ -6875,8 +6875,8 @@ google.maps.StreetViewPanorama = function(container, opts) {};
|
|
|
6875
6875
|
/**
|
|
6876
6876
|
* Additional controls to attach to the panorama. To add a control to the
|
|
6877
6877
|
* panorama, add the control's <code><div></code> to the
|
|
6878
|
-
* <code>MVCArray</code> corresponding to the
|
|
6879
|
-
* it should be rendered.
|
|
6878
|
+
* <code>MVCArray</code> corresponding to the {@link
|
|
6879
|
+
* google.maps.ControlPosition} where it should be rendered.
|
|
6880
6880
|
* @type {!Array<!google.maps.MVCArray<!HTMLElement>>}
|
|
6881
6881
|
*/
|
|
6882
6882
|
google.maps.StreetViewPanorama.prototype.controls;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-closure-compiler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20220202.0.0",
|
|
4
4
|
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
|
|
5
5
|
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler",
|
|
6
6
|
"keywords": [
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"homepage": "https://developers.google.com/closure/compiler/",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"chalk": "2.x",
|
|
40
|
-
"google-closure-compiler-java": "^
|
|
40
|
+
"google-closure-compiler-java": "^20220202.0.0",
|
|
41
41
|
"minimist": "1.x",
|
|
42
42
|
"vinyl": "2.x",
|
|
43
43
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
|
44
44
|
},
|
|
45
45
|
"optionalDependencies": {
|
|
46
|
-
"google-closure-compiler-linux": "^
|
|
47
|
-
"google-closure-compiler-osx": "^
|
|
48
|
-
"google-closure-compiler-windows": "^
|
|
46
|
+
"google-closure-compiler-linux": "^20220202.0.0",
|
|
47
|
+
"google-closure-compiler-osx": "^20220202.0.0",
|
|
48
|
+
"google-closure-compiler-windows": "^20220202.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"gulp": "4.x",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=10"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "f4ef311f76e955d861a24e7e20ba5933b1b85871"
|
|
71
71
|
}
|