TypeScript2Cxx icon indicating copy to clipboard operation
TypeScript2Cxx copied to clipboard

TypeScript to C++

Results 9 TypeScript2Cxx issues
Sort by recently updated
recently updated
newest added

Where can I compile output cpp code? GCC is throwing errors all over the board Source: test.ts: https://gist.github.com/coldfeudal/1d2927a8c837c79cf704b6e3f1cd99f6 Output: core.h: https://gist.github.com/coldfeudal/1fe6a7428e4f185d476cbf4c01303917 test.h: https://gist.github.com/coldfeudal/dfbf5839cae1b1baaf04580f63c08f53 test.cpp: https://gist.github.com/coldfeudal/86f34051c997d8e0ec66e995429f816c Errors: https://gist.github.com/coldfeudal/1b00769659beedcb72b3fa1b315c1401

I find this project interesting (as I do with all TypeScript => Native compilation efforts). May I suggest you put together a quick write up explaining the intended goals for...

Well, your translator works well on my device, however, Visual Studio has marked down some syntax errors, like `object is ambiguous`, and more. Since I have written a lot of...

Bumps [minimist](https://github.com/substack/minimist) from 0.2.1 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

I honestly didn't learn the c++ and i want to use compiler just to create a quick binary file. The part of ts file: ``` /** * Defines whether a...

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies

What exactly is the core.h? Why is it needed?