aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/bundled-entry-point.js
blob: e7816245ba05774c638a00a9f2219f9368cb47f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
import {
__require as require
} from "http://localhost:8080/__runtime.js";
import * as $2ed51059 from "http://localhost:8080/node_modules/react/index.js";
var hello = null ?? "world";

export function test() {
  return testDone(import.meta.url);
}