source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

Update CSE Machine to work with new version of @types/estree #2951

Open ZweZeya opened 2 months ago

ZweZeya commented 2 months ago

The current @types/estree needs to be updated in the js-slang. However, this requires an update in the frontend too, specifically the case machine in order for the new version of estree to be compatible with both the frontend and js-slang. This issue is closely linked to https://github.com/source-academy/js-slang/issues/1685

RichDom2185 commented 2 months ago

Please refer to #2940. I am trying to bump it there.