ttypescript icon indicating copy to clipboard operation
ttypescript copied to clipboard

Over TypeScript tool to use custom transformers in the tsconfig.json

Results 23 ttypescript issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/26327672/170892575-c8a83539-8eec-4b6c-96b4-c9f6ed54b3d4.png) This error occurs every time I reload my code by pressing ctrl + s and using ttypescript as compiler Terminating batch job and reloading again fix the issue, but...

Hi, I've noticed that the latest version, 1.5.3, released to npm does not have a changelog or notes anywhere. I think this version is related to these commits https://github.com/cevek/ttypescript/compare/1.5.12...master but...

Any extra configuration except changes in tsconfig.json ? Because I got an err said ``` This module should not be used in runtime. Instead, use a transformer during compilation. ```...

Add example https://github.com/Fonger/ts-transformer-optimize-const-enum This provide babel's optimizeConstEnums feature, but it's for typescript compiler.

Node now supports ES modules, but there doesn't seem to be a way to import them from a `ttypescript` config. https://nodejs.org/api/esm.html A CommonJS module can import an ES module like...

enhancement
need investigation

Hello, I'm writing a transformer which could transform some restricted types to runtime code, and when someone write some type unsupported, I want to show a typescript diagnostic. I found...

bug

Currently ttypescript patches `createProgram` but does not patch `createWatchProgram` or `createIncrementalProgram`. As a result, transformations do not occur when calling those two APIs which is unexpected

enhancement

Have you considered a name change? Search engines think that this project name is a typo, which isn't great for visibility, which in turn is a shame because this project...

question