Files
bun.sh/integration/snapshots/package-json-utf8.debug.js
Jarred Sumner 0a742506ff sourcemappings
2022-03-08 18:56:12 -08:00

10 lines
230 B
JavaScript

import pkg from "http://localhost:8080/utf8-package-json.json";
export function test() {
console.assert(!!pkg.author);
return testDone(import.meta.url);
}
//# sourceMappingURL=http://localhost:8080/package-json-utf8.js.map