react-native-typescript-transformer icon indicating copy to clipboard operation
react-native-typescript-transformer copied to clipboard

Support custom transformers?

Open dsherret opened this issue 5 years ago • 0 comments

What are your thoughts on adding the ability for this tool to support custom transformers?

Details:

  • The ts.transpileModule function (used here) supports providing custom transformers as an option (see here).
  • Build tools like webpack support providing custom transformers as shown here: https://github.com/dsherret/ts-nameof/blob/master/setup/webpack.md

dsherret avatar Nov 29 '18 22:11 dsherret