source-academy/frontend

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

ZweZeya opened this issue · 1 comments

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 source-academy/js-slang#1685

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