0.1.7
- Nuget 0.1.7
- Small cleanup.
- Updated generated c#.
- Updated generated docs.
- Merge branch 'master' of https://github.com/TiLied/CSharpToJavaScript
- Added support for explisit cast/cast expression.
- Added Value property to NaN, Infinity and Undefined. Allowing the use of NaN, Infinity and Undefined as an expression. For example: cs: var a = NaN.Value; translated js: let a = NaN;
- Added support for base method calls. Basic, should be enough for the majority of cases..
- Fixed cast expression.
- Updated generated c#.
Full Changelog: 0.1.6...0.1.7