Files
med-notes/.pnpm-store/v10/files/c8/7e432f9040c398abed1d4f0cad9b84d88d0d549ad825573c4146b132d26e5c2105192cfc521539a30976284d7cff48b1fcf1a7d5100b8ea198997485d3e50a
2025-05-09 05:30:08 +02:00

2 lines
307 B
Plaintext

import{isBuiltin as i}from"node:module";var o=async(a,e,u)=>{let r=await u(a,e);if(r.url===import.meta.url||i(r.url)||!e.parentURL)return r;let t=new URL(e.parentURL).searchParams.get("id");if(t===null)return r;let l=new URL(r.url);return l.searchParams.set("id",t),{...r,url:`${l}`}};export{o as resolve};