You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks a lot for picking up the torch, I was a big fan of the original ts-nameof package and have used it extensively.
Recently, because ts-node is becoming increasingly obsolete, I considered migrating to https://tsx.is/, which uses esbuild under the hood. However, the nameof syntax does not seem to work there, and looks like a plugin is needed.
Is it currently not supported, and is it a huge hassle to introduce it to this package?
Right now our project seems cursed to use old / slow versions of everything because we cannot get proper nameof support in the newer tooling...
The text was updated successfully, but these errors were encountered:
I actually came to think about adding esbuild support some time ago but didn't find any usable methods.
I'll dig into it sometime later. For now, I'm getting myself familiar with Rust in order to add SWC support.
PRs for an esbuild integration are welcome! So, if you want to try to add esbuild support on your own, I'll take whatever time necessary to help you getting it done.
Hey, thanks a lot for picking up the torch, I was a big fan of the original
ts-nameof
package and have used it extensively.Recently, because
ts-node
is becoming increasingly obsolete, I considered migrating tohttps://tsx.is/
, which usesesbuild
under the hood. However, thenameof
syntax does not seem to work there, and looks like a plugin is needed.Is it currently not supported, and is it a huge hassle to introduce it to this package?
Right now our project seems cursed to use old / slow versions of everything because we cannot get proper
nameof
support in the newer tooling...The text was updated successfully, but these errors were encountered: