blob: cdd62bffb948ca58a3a23e7770047ebb2e3516cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
var foo = () => {
// prettier-ignore
var D=(i,r)=>()=>(r||i((r={exports:{}}).exports,r),r.exports);
return D;
};
export function test() {
foo();
testDone(import.meta.url);
}
|