diff options
Diffstat (limited to 'integration/snapshots/bundled-entry-point.debug.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.debug.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/integration/snapshots/bundled-entry-point.debug.js b/integration/snapshots/bundled-entry-point.debug.js new file mode 100644 index 000000000..04f92d63a --- /dev/null +++ b/integration/snapshots/bundled-entry-point.debug.js @@ -0,0 +1,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); +} |