Netjs
Netjs copied to clipboard
[,]-arrays translated in a wrong way
From a private bool[,] Used;
source I get private Used: boolean[,] = null;
result. That doesn't seem legit at all neither to me nor to tsc
: error TS1005: ']' expected.
Changed to private bool[][] Used;
, got System.NotImplementedException
in Netjs.CsToTs.NodesEqual(AstNode Variable, AstNode p)
, CsToTs.cs:line 241