google-closure-compiler 20260518.0.0 → 20260520.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.
- package/externs/es6.js +1 -1
- package/package.json +6 -6
package/externs/es6.js
CHANGED
|
@@ -2688,7 +2688,7 @@ Atomics.wait = function(typedArray, index, value, timeout) {};
|
|
|
2688
2688
|
* @param {number} index
|
|
2689
2689
|
* @param {number} value
|
|
2690
2690
|
* @param {number=} timeout
|
|
2691
|
-
* @return {
|
|
2691
|
+
* @return {{async: boolean, value: (string|!Promise<string>)}}
|
|
2692
2692
|
*/
|
|
2693
2693
|
Atomics.waitAsync = function(typedArray, index, value, timeout) {};
|
|
2694
2694
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-closure-compiler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20260520.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": "^20260520.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": "^20260520.0.0",
|
|
51
|
+
"google-closure-compiler-linux-arm64": "^20260520.0.0",
|
|
52
|
+
"google-closure-compiler-macos": "^20260520.0.0",
|
|
53
|
+
"google-closure-compiler-windows": "^20260520.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"gulp": "^5.0.1",
|