frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Modules are down in certain Source chapter and variant

Open larrywang0701 opened this issue 2 years ago • 7 comments

Hello everyone

I found that all modules are down, even rune module, in both sourceacademy.org and sourceacademy.nus.edu.sg

import {heart, show} from "rune";

show(heart);

In sourceacademy.org it says Name UNKNOWN not declared. In sourceacademy.nus.edu.sg it says SyntaxError: Unexpected token '(' (with no line number) and an error message "Error loading libraries" appeared

Update: Dead in Source 4 Native, work in Source 3, other still testing

larrywang0701 avatar Apr 03 '23 15:04 larrywang0701