source-academy/modules

Modules broken

Closed this issue · 1 comments

This program

import { play } from 'sound';
1;

crashes the frontend of sourceacademy.org
and leads to

SyntaxError: Unexpected token '('

in sourceacademy.nus.edu.sg

This was an issue with the frontend being out-of-sync with a breaking change introduced in modules. Now that the frontend is updated, it is safe to close.