Skip to content

Commit 2bbfd7b

Browse files
committed
Updated generated c#.
1 parent e1129b7 commit 2bbfd7b

File tree

8 files changed

+18623
-9455
lines changed

8 files changed

+18623
-9455
lines changed

CSharpToJavaScript/APIs/JS/EventTarget.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
using CSharpToJavaScript.APIs.JS.Ecma;
2+
using CSharpToJavaScript.Utils;
23
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
74

85
namespace CSharpToJavaScript.APIs.JS
96
{
107
public partial class EventTarget
118
{
12-
9+
[To(ToAttribute.FirstCharToLowerCase)]
1310
public GlobalObject.Undefined AddEventListener(string type, Action? callback, Union26 options) { throw new System.NotImplementedException(); }
11+
[To(ToAttribute.FirstCharToLowerCase)]
1412
public GlobalObject.Undefined AddEventListener(string type, Action<MouseEvent>? callback, Union26 options) { throw new System.NotImplementedException(); }
13+
[To(ToAttribute.FirstCharToLowerCase)]
1514
public GlobalObject.Undefined AddEventListener(string type, Action<Event>? callback, Union26 options) { throw new System.NotImplementedException(); }
16-
15+
16+
[To(ToAttribute.FirstCharToLowerCase)]
1717
public GlobalObject.Undefined RemoveEventListener(string type, Action? callback, Union27 options) { throw new System.NotImplementedException(); }
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-
//02.05.2025 19:37:02
1+
//03.05.2025 17:58:03
22

33
#nullable enable
44
//Disable missing XML comments.

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

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

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

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

0 commit comments

Comments
 (0)