Skip to content

Commit f235749

Browse files
committed
Added ValueAttribute.
Updated generated c# with ValueAttribute.
1 parent 242962e commit f235749

File tree

6 files changed

+1194
-96
lines changed

6 files changed

+1194
-96
lines changed

CSharpToJavaScript/APIs/JS/Ecma/GlobalObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CSharpToJavaScript.APIs.JS
77
public partial class GlobalObject
88
{
99
[To(ToAttribute.FirstCharToLowerCase)]
10-
public class GlobalThis : GlobalObject
10+
public partial class GlobalThis : GlobalObject
1111
{
1212
public static Window Window { get; } = new();
1313
public static console Console { get; } = new();

0 commit comments

Comments
 (0)