Skip to content

Commit 2049e52

Browse files
committed
Update
Better "this" and other fixes
1 parent 17e0214 commit 2049e52

2 files changed

Lines changed: 268 additions & 152 deletions

File tree

CSharpToJavaScript/CSTOJSOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public class CSTOJSOptions
1515
public string OutPutFileName { get; set; } = "main.js";
1616

1717
public bool UseVarOverLet { get; set; } = false;
18-
public bool IgnoreWindow { get; set; } = true;
1918

2019
public List<Tuple<string, string>> CustomCSNamesToJS { get; set; } = new();
2120
public List<Type> CustomCSTypesToJS { get; set; } = new();

0 commit comments

Comments
 (0)