Hookyns / tst-reflect

Advanced TypeScript runtime reflection system
MIT License
341 stars 11 forks source link

Use with SWC #47

Closed avin-kavish closed 2 years ago

avin-kavish commented 2 years ago

Is it possible to use with SWC?

Hookyns commented 2 years ago

Hi, I'm afraid it is not. Even if it was, it'll have negative impact on performance. This is a TypeScript transformer written in TypeScript/JavaScript. SWC has custom plugin system in Rust.