1 2 3 4 5 6
// This test passes if there's no syntax error export default typeof module !== "undefined" && module.id; export function test() { testDone(import.meta.url); }