mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
10 lines
248 B
JavaScript
10 lines
248 B
JavaScript
import {
|
|
__require as require
|
|
} from "http://localhost:8080/__runtime.js";
|
|
import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js";
|
|
var hello = null ?? "world";
|
|
|
|
export function test() {
|
|
return testDone(import.meta.url);
|
|
}
|