Nicolò Ribaudo 10c2615aa5
Add partial tests for import defer (#4278)
Co-authored-by: Asumu Takikawa <asumu@igalia.com>
2024-12-02 10:32:38 +01:00

7 lines
226 B
JavaScript

// Copyright (C) 2024 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
import defer * as depDeferredNamespace from "./dep_FIXTURE.js";
export { depDeferredNamespace };