ts-validate-type icon indicating copy to clipboard operation
ts-validate-type copied to clipboard

TypeScript Transformer

Open edbentley opened this issue 5 years ago • 2 comments

Add a TypeScript Transformer to allow using the library without Babel.

edbentley avatar Apr 14 '20 13:04 edbentley

Hey I think you'll want to write a typescript transformer, not a language service plugin. They're more for IDE intellisense, linting, etc.

I wrote a handbook here for getting started here https://github.com/madou/typescript-transformer-handbook 🙂

itsdouges avatar Apr 17 '20 11:04 itsdouges

I think you’re right, thanks! I hadn’t started on this, but will use that resource for sure when I do. 🙂

edbentley avatar Apr 17 '20 13:04 edbentley