We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b501c2a commit e56501aCopy full SHA for e56501a
1 file changed
CSharpToJavaScript/APIs/JS/GlobalObject.cs
@@ -39,4 +39,9 @@ public static bool In(dynamic left, dynamic right)
39
{
40
return true;
41
}
42
+ [Binary(",")]
43
+ public static dynamic Comma(dynamic left, dynamic right)
44
+ {
45
+ return right;
46
+ }
47
0 commit comments