aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/bundled-entry-point.js
blob: 04f92d63a5afd56a582c77168be015ae4a9a364a (plain) (blame)
1
2
3
4
5
6
7
8
9
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);
}