Files
Kmake/test/fixtures/es-module-shadow-realm/re-export-state-counter.mjs
2026-05-26 23:36:42 -07:00

4 lines
204 B
JavaScript

// This module verifies that the module specifier is resolved relative to the
// current module and not the current working directory in the ShadowRealm.
export { getCounter } from "./state-counter.mjs";