test262/test/language/module-code/ambiguous-export-bindings/namespace-export-star-as-from-1_FIXTURE.js

5 lines
188 B
JavaScript

// Copyright (C) 2025 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
export * as foo from "./namespace-empty-module_FIXTURE.js";