1 /* global URL */ 2 3 export const local = (...args) => new URL(`../../${String.raw(...args)}`, import.meta.url).pathname;