Skip to content

Commit 1005996

Browse files
committed
c# object -> js Object
1 parent 563bdaf commit 1005996

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CSharpToJavaScript/Walker.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,9 @@ public override void VisitPredefinedType(PredefinedTypeSyntax node)
17281728
break;
17291729
}*/
17301730
//case SyntaxKind.BoolKeyword:
1731+
case SyntaxKind.ObjectKeyword:
1732+
JSSB.Append("Object");
1733+
break;
17311734
case SyntaxKind.SemicolonToken:
17321735
VisitToken(asToken);
17331736
break;

0 commit comments

Comments
 (0)