clinicjs / node-clinic

Clinic.js diagnoses your Node.js performance issues
https://clinicjs.org
MIT License
5.67k stars 125 forks source link

Support for swc-node? #468

Open GeoffreyPlitt opened 6 months ago

GeoffreyPlitt commented 6 months ago

I work on a typescript project. I know clinic can work with typescript once it's compiled to JS and run with node, but we don't do that; we run our code directly with https://github.com/swc-project/swc-node.

Is clinic compatible with swc-node?