chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/module/cycle-tdz-access.js

log.push("cycle-tdz-access");
import { X } from "./cycle-tdz-access-a.js";
export let Y = X;