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
Experimental decorators have presented problems throughout our usage of subsquid. I can't remember all of the instances, but many common solutions don't work with them and making decorators work has been a huge pain for our team.
One example: today we were considering building our indexer with esbuild to avoid cjs/esm issues, but esbuild doesn't work well with decorators. It may be possible to make them work like we've done in a handful of other cases, but it's a huge drag.
Has there been any discussion about not using experimental decorators?
The text was updated successfully, but these errors were encountered:
Experimental decorators have presented problems throughout our usage of subsquid. I can't remember all of the instances, but many common solutions don't work with them and making decorators work has been a huge pain for our team.
One example: today we were considering building our indexer with
esbuild
to avoid cjs/esm issues, butesbuild
doesn't work well with decorators. It may be possible to make them work like we've done in a handful of other cases, but it's a huge drag.Has there been any discussion about not using experimental decorators?
The text was updated successfully, but these errors were encountered: