This commit is contained in:
Ruben Fiszel
2025-11-27 16:05:21 +00:00
parent 8b4558c7c7
commit ae0b86f4db

View File

@@ -29,7 +29,6 @@ for (const i of imports) {
if (name == undefined) {
throw Error("Unrecognized import: " + i.path);
}
console.log(name);
if (isBuiltin(name)) {
continue;
}