How to support class fields? #2091
Answered
by
wooorm
xiaojundebug
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Jul 30, 2022
Replies: 1 comment 1 reply
-
It’s not supported yet because it’s not supported in JavaScript yet (specifically the parser being used, Acorn). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It’s not supported yet because it’s not supported in JavaScript yet (specifically the parser being used, Acorn).
Either don’t define them. Or don’t define them in MDX files but outside of MDX files.