Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
You can't mutate the AST because |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Implementation function: Modify AST, wrap the value declared by the variable with a function named "t",
for example:
let value = "text"
is modified tolet value = t("text")
I am currently stuck in the step of replacing nodes
Beta Was this translation helpful? Give feedback.
All reactions