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
Thanks for reporting this! I'll definitely look into it. If you've made any headway keep me updated. I've had a next branch with quite a few updates that I never quite wrapped up last year that may have covered this. I'll try to set up some unit tests and see where I'm at.
It works for my use case, but I didn't particularly tested it, and it is the first time I have a look at esbuild plugins.
If it can be of any help to you, I'll be more than happy!
Hey there! Thanks for writing this plugin.
It is partially working, as ESBuild does not return any error when I use it on this kind of syntax :
But my files are still not loaded.
They are auto instanced classes that looks like that:
When I try to debug it this way:
I get an infinite object with each part of the path, never seeing the expected class.
Any idea what could be causing it?
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: