We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e0214 commit 2049e52Copy full SHA for 2049e52
2 files changed
CSharpToJavaScript/CSTOJSOptions.cs
@@ -15,7 +15,6 @@ public class CSTOJSOptions
15
public string OutPutFileName { get; set; } = "main.js";
16
17
public bool UseVarOverLet { get; set; } = false;
18
- public bool IgnoreWindow { get; set; } = true;
19
20
public List<Tuple<string, string>> CustomCSNamesToJS { get; set; } = new();
21
public List<Type> CustomCSTypesToJS { get; set; } = new();
0 commit comments