dsherret / ts-nameof

nameof in TypeScript
MIT License
493 stars 23 forks source link

Add support for swc #97

Open dsherret opened 4 years ago

dsherret commented 4 years ago

Add support for the swc compiler as I will be switching most of my projects over to that soon: https://github.com/swc-project/swc/

wh1t3cAt1k commented 2 years ago

@dsherret heavily interested in that as I'm planning to try and speed up my jest tests by using swc soon. For now I will try to keep nameof as a babel macro and use both instruments in pair. :)