//#region node_modules/foo.bar/index.js
var require_foo_bar = /* @__PURE__ */ __commonJSMin(((exports) => {
exports.foo = "foo";
}));
//#endregion
//#region index.js
var import_foo_bar = /* @__PURE__ */ __toESM(require_foo_bar());
//#region node_modules/foo.bar/index.js
var require_foo = /* @__PURE__ */ __commonJSMin(((exports) => {
exports.foo = "foo";
}));
//#endregion
//#region index.js
var import_foo = /* @__PURE__ */ __toESM(require_foo());