We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb1be8 commit a2a3011Copy full SHA for a2a3011
CSharpToJavaScript/CSTOJSOptions.cs
@@ -17,7 +17,14 @@ public class CSTOJSOptions
17
/// Default: <c>false</c>
18
/// </value>
19
public bool Debug { get; set; } = false;
20
-
+ /// <summary>
21
+ /// Useful for the tests.
22
+ /// </summary>
23
+ /// <value>
24
+ /// Default: <c>false</c>
25
+ /// </value>
26
+ public bool DisableCompilationErrors { get; set; } = false;
27
+
28
/// <summary>
29
/// Self-explanatory, Use <c>var</c> over <c>let</c>.
30
/// </summary>
0 commit comments