Skip to content

Commit a3a72be

Browse files
committed
Updated generated c#.
1 parent cb95360 commit a3a72be

5 files changed

Lines changed: 104 additions & 78 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
//20.01.2025 16:03:12
1+
//12.03.2025 21:33:46
2+
3+
#nullable enable
4+
//Disable missing XML comments.
5+
#pragma warning disable CS1591
26

37
using static CSharpToJavaScript.APIs.JS.GlobalObject;
48
using CSharpToJavaScript.Utils;

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
//20.01.2025 16:03:12
1+
//12.03.2025 21:33:46
2+
3+
#nullable enable
4+
//Disable missing XML comments.
5+
#pragma warning disable CS1591
26

37
using static CSharpToJavaScript.APIs.JS.GlobalObject;
48
using CSharpToJavaScript.Utils;

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
//20.01.2025 16:03:12
1+
//12.03.2025 21:33:46
2+
3+
#nullable enable
4+
//Disable missing XML comments.
5+
#pragma warning disable CS1591
26

37
using static CSharpToJavaScript.APIs.JS.GlobalObject;
48
using CSharpToJavaScript.Utils;
@@ -5946,22 +5950,28 @@ public partial class Window
59465950
}
59475951

59485952
///<include file='Utils/Docs/Headers/Headers.generated.xml' path='docs/Headers/*'/>
5949-
[To(ToAttribute.FirstCharToLowerCase)]
5953+
[To(ToAttribute.Default)]
59505954
public partial class Headers
59515955
{
59525956
///<include file='Utils/Docs/HeadersHeaders/HeadersHeaders.generated.xml' path='docs/HeadersHeaders/*'/>
59535957
public Headers(HeadersInit init = default) { }
59545958
///<include file='Utils/Docs/HeadersAppend/HeadersAppend.generated.xml' path='docs/HeadersAppend/*'/>
5959+
[To(ToAttribute.FirstCharToLowerCase)]
59555960
public Undefined Append(ByteString name, ByteString value) { throw new System.NotImplementedException(); }
59565961
///<include file='Utils/Docs/HeadersDelete/HeadersDelete.generated.xml' path='docs/HeadersDelete/*'/>
5962+
[To(ToAttribute.FirstCharToLowerCase)]
59575963
public Undefined Delete(ByteString name) { throw new System.NotImplementedException(); }
59585964
///<include file='Utils/Docs/HeadersGet/HeadersGet.generated.xml' path='docs/HeadersGet/*'/>
5965+
[To(ToAttribute.FirstCharToLowerCase)]
59595966
public ByteString? Get(ByteString name) { throw new System.NotImplementedException(); }
59605967
///<include file='Utils/Docs/HeadersGetSetCookie/HeadersGetSetCookie.generated.xml' path='docs/HeadersGetSetCookie/*'/>
5968+
[To(ToAttribute.FirstCharToLowerCase)]
59615969
public List<ByteString> GetSetCookie() { throw new System.NotImplementedException(); }
59625970
///<include file='Utils/Docs/HeadersHas/HeadersHas.generated.xml' path='docs/HeadersHas/*'/>
5971+
[To(ToAttribute.FirstCharToLowerCase)]
59635972
public bool Has(ByteString name) { throw new System.NotImplementedException(); }
59645973
///<include file='Utils/Docs/HeadersSet/HeadersSet.generated.xml' path='docs/HeadersSet/*'/>
5974+
[To(ToAttribute.FirstCharToLowerCase)]
59655975
public Undefined Set(ByteString name, ByteString value) { throw new System.NotImplementedException(); }
59665976
public ByteString this[int i] { get { throw new System.NotImplementedException(); } set { throw new System.NotImplementedException(); } }
59675977
public Headers() { }

0 commit comments

Comments
 (0)