typescript-converter
typescript-converter copied to clipboard
Translate typescript language to csharp language.
. better literal type conversions for common types . less "void" type generation . less "null" type generation . advanced type conversion for Union/Intersection types. . normalize type names so...
I made a pull request with some missing nodes. #8 Things that are still in need and I'm working: . spread operator . union/intersection type adapters . array binding pattern...
Hello, how are you doing. There was a lot of TypeScript AST nodes missing on the compiler/translator. But overall this is a nice tool. This is the project I'm trying...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Error: Cannot find module 'typescript' Require stack: - C:\Users\abc\Downloads\typescript-converter-master\build\lib\TsAstBuilder.js - C:\Users\abc\Downloads\typescript-converter-master\build\lib\Program.js ←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m ←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m ←[90m at Module.require (node:internal/modules/cjs/loader:1005:19)←[39m ←[90m at require (node:internal/modules/cjs/helpers:102:18)←[39m at Object. (C:\Users\abc\Downloads\typescript-converter-master\build\lib\TsAstBuilder.js:4:20)...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hello @robin-han , Thank you for your contribution. We are facing "object reference not set to an instance of an object" error while converting the typescript source to C#. Below...