Merge remote-tracking branch 'origin/master' into Astro
This commit is contained in:
8
botanjs/src/externs/System.Compression.Zlib.js
Normal file
8
botanjs/src/externs/System.Compression.Zlib.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {constructor} */
|
||||
System.Compression.Zlib = function(){};
|
||||
|
||||
/** @type {constructor} */
|
||||
System.Compression.Zlib.Deflate = function(){};
|
||||
|
||||
/** @type {Function} */
|
||||
System.Compression.Zlib.Deflate.compress;
|
2
botanjs/src/externs/System.Compression.js
Normal file
2
botanjs/src/externs/System.Compression.js
Normal file
@@ -0,0 +1,2 @@
|
||||
/** @constructor */
|
||||
System.Compression = function(){};
|
4
botanjs/src/externs/System.Encoding.Base64.js
Normal file
4
botanjs/src/externs/System.Encoding.Base64.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/** @type {Function} */
|
||||
System.Encoding.Base64 = function(){};
|
||||
/** @type {Function} */
|
||||
System.Encoding.Base64.Encode = function(){};
|
4
botanjs/src/externs/System.Encoding.Utf8.js
Normal file
4
botanjs/src/externs/System.Encoding.Utf8.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/** @type {Function} */
|
||||
System.Encoding.Utf8 = function(){};
|
||||
/** @type {Function} */
|
||||
System.Encoding.Utf8.Encode = function(){};
|
2
botanjs/src/externs/System.Encoding.js
Normal file
2
botanjs/src/externs/System.Encoding.js
Normal file
@@ -0,0 +1,2 @@
|
||||
/** @constructor */
|
||||
System.Encoding = function(){};
|
Reference in New Issue
Block a user