Replies: 1 comment 5 replies
-
Are you going to use rust? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building an event sourcing system, and need all methods to have a readonly instance of
this
.. but one method calledhandle
can mutatethis
.I am hoping to do this by parsing the AST and detecting if
this
is being modified in the method, but have no idea if I could reliably do something like this in swc.Any suggestions would be greatly appreciated 👍
Beta Was this translation helpful? Give feedback.
All reactions