matthewgallo / generate-pattern

CLI tool to scaffold example code, fast ⚡️
0 stars 0 forks source link

Investigate if `parse-imports` can parse ts files directly #1

Open matthewgallo opened 20 hours ago

matthewgallo commented 20 hours ago

This would remove the need to compile the ts files and would substantially improve performance. This would also help to make the functionality more flexible as the tsc command specifically includes --jsx react right now.

https://github.com/matthewgallo/generate-pattern/blob/main/index.ts#L159