Generate Kotlin/JS stdlib dependencies via dukat

This commit is contained in:
Alexey Trilis
2019-10-12 01:39:25 +02:00
committed by Shagen Ogandzhanian
parent 83bb07e5ac
commit b30537de0e
63 changed files with 6806 additions and 6192 deletions
@@ -1,4 +1,4 @@
namespace org.khronos.webgl;
package org.khronos.webgl;
// Downloaded from https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl
@@ -1,4 +1,4 @@
namespace org.w3c.css.masking;
package org.w3c.css.masking;
// Downloaded from https://www.w3.org/TR/css-masking-1/
@@ -1,4 +1,4 @@
namespace org.w3c.dom.clipboard;
package org.w3c.dom.clipboard;
// Downloaded from https://w3c.github.io/clipboard-apis
@@ -1,4 +1,4 @@
namespace org.w3c.dom.css;
package org.w3c.dom.css;
/* written by CSS3 spec */
partial interface CSSStyleDeclaration {
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.dom.css;
package org.w3c.dom.css;
// Downloaded from https://drafts.csswg.org/cssom/
@@ -1,4 +1,4 @@
namespace org.w3c.dom.events;
package org.w3c.dom.events;
// Downloaded from http://www.w3.org/TR/uievents/
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.dom;
package org.w3c.dom;
// Downloaded from https://raw.githubusercontent.com/whatwg/html-mirror/master/source
@@ -1,4 +1,4 @@
namespace org.w3c.dom.mediacapture;
package org.w3c.dom.mediacapture;
// Downloaded from https://w3c.github.io/mediacapture-main/
@@ -1,4 +1,4 @@
namespace org.w3c.dom.parsing;
package org.w3c.dom.parsing;
// Downloaded from http://www.w3.org/TR/DOM-Parsing/
@@ -1,4 +1,4 @@
namespace org.w3c.dom.pointerevents;
package org.w3c.dom.pointerevents;
// Downloaded from http://www.w3.org/TR/pointerevents/
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.dom.svg;
package org.w3c.dom.svg;
// Downloaded from https://www.w3.org/TR/SVG2/single-page.html
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.dom.url;
package org.w3c.dom.url;
// Downloaded from https://raw.githubusercontent.com/whatwg/url/master/url.html
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.fetch;
package org.w3c.fetch;
// Downloaded from https://raw.githubusercontent.com/whatwg/fetch/master/Overview.src.html
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.files;
package org.w3c.files;
// Downloaded from https://raw.githubusercontent.com/w3c/FileAPI/gh-pages/index.html
@@ -1,4 +1,4 @@
namespace org.w3c.fullscreen;
package org.w3c.fullscreen;
// Downloaded from https://raw.githubusercontent.com/whatwg/fullscreen/master/fullscreen.html
@@ -1,4 +1,4 @@
namespace org.w3c.notifications;
package org.w3c.notifications;
// Downloaded from https://raw.githubusercontent.com/whatwg/notifications/master/notifications.html
@@ -1,4 +1,4 @@
namespace org.w3c.performance;
package org.w3c.performance;
// Downloaded from http://www.w3.org/TR/hr-time/
@@ -1,4 +1,4 @@
namespace org.w3c.vibration;
package org.w3c.vibration;
// Downloaded from http://www.w3.org/TR/vibration/
+3 -1
View File
@@ -1,7 +1,9 @@
namespace org.w3c.webidl;
package org.w3c.webidl;
/** written by WebIDL spec */
typedef unsigned long long DOMTimeStamp;
callback Function = any (any... arguments);
callback VoidFunction = void ();
typedef Window WindowProxy;
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.workers;
package org.w3c.workers;
// Downloaded from https://w3c.github.io/ServiceWorker/
+1 -1
View File
@@ -1,4 +1,4 @@
namespace org.w3c.xhr;
package org.w3c.xhr;
// Downloaded from https://raw.githubusercontent.com/whatwg/xhr/master/Overview.src.html