mirror of
https://github.com/tc39/test262.git
synced 2025-10-31 19:53:50 +01:00
7 lines
240 B
JavaScript
7 lines
240 B
JavaScript
// Copyright (C) 2025 Igalia, S.L. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
import "./pending-async-dep-from-cycle_cycle-leaf_FIXTURE.js";
|
|
|
|
globalThis.logs.push("importer of cycle leaf");
|