Skip to content

Commit dac7efc

Browse files
committed
Updated generated c#.
1 parent 39dcf26 commit dac7efc

File tree

7 files changed

+791
-811
lines changed

7 files changed

+791
-811
lines changed

CSharpToJavaScript/APIs/JS/Document.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

CSharpToJavaScript/APIs/JS/EventTarget.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ namespace CSharpToJavaScript.APIs.JS
99
public partial class EventTarget
1010
{
1111

12-
public GlobalObject.Undefined AddEventListener(string type, Action? callback, Union27 options) { throw new System.NotImplementedException(); }
13-
public GlobalObject.Undefined AddEventListener(string type, Action<MouseEvent>? callback, Union27 options) { throw new System.NotImplementedException(); }
14-
public GlobalObject.Undefined AddEventListener(string type, Action<Event>? callback, Union27 options) { throw new System.NotImplementedException(); }
12+
public GlobalObject.Undefined AddEventListener(string type, Action? callback, Union26 options) { throw new System.NotImplementedException(); }
13+
public GlobalObject.Undefined AddEventListener(string type, Action<MouseEvent>? callback, Union26 options) { throw new System.NotImplementedException(); }
14+
public GlobalObject.Undefined AddEventListener(string type, Action<Event>? callback, Union26 options) { throw new System.NotImplementedException(); }
1515

16-
public GlobalObject.Undefined RemoveEventListener(string type, Action? callback, Union28 options) { throw new System.NotImplementedException(); }
16+
public GlobalObject.Undefined RemoveEventListener(string type, Action? callback, Union27 options) { throw new System.NotImplementedException(); }
1717

1818
}
1919
}

CSharpToJavaScript/APIs/JS/Generated/JS1.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//19.01.2025 21:21:41
1+
//20.01.2025 16:03:12
22

33
using static CSharpToJavaScript.APIs.JS.GlobalObject;
44
using CSharpToJavaScript.Utils;

CSharpToJavaScript/APIs/JS/Generated/JS2.generated.cs

Lines changed: 71 additions & 71 deletions
Large diffs are not rendered by default.

CSharpToJavaScript/APIs/JS/Generated/JS3.generated.cs

Lines changed: 713 additions & 713 deletions
Large diffs are not rendered by default.

CSharpToJavaScript/APIs/JS/Generated/JS4.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//19.01.2025 21:21:41
1+
//20.01.2025 16:03:12
22

33
using static CSharpToJavaScript.APIs.JS.GlobalObject;
44
using CSharpToJavaScript.Utils;

CSharpToJavaScript/APIs/JS/Generated/JS5.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//19.01.2025 21:21:41
1+
//20.01.2025 16:03:12
22

33
using static CSharpToJavaScript.APIs.JS.GlobalObject;
44
using CSharpToJavaScript.Utils;

0 commit comments

Comments
 (0)