import { __require as require } from "http://localhost:8080/bun:wrap"; import * as $a77976b9 from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($a77976b9); import * as $a66742df from "http://localhost:8080/node_modules/react/index.js"; var JSXClassic = require($a66742df); var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment; var { default: React} = require($a66742df); var { default: React2} = require($a66742df); const bacon = React; const bacon2 = jsx(JSXFrag, { children: "hello" }); export function test() { console.assert(bacon === React); console.assert(bacon === React2); console.assert(typeof bacon2 !== "undefined"); console.assert(React.isValidElement(bacon2)); return testDone(import.meta.url); } //# sourceMappingURL=http://localhost:8080/multiple-imports.js.map stem-store'>ansg191/system-store Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/hash.test.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-04take twoGravatar Jarred Sumner 6-137/+401
2022-06-03impl #1Gravatar Jarred Sumner 4-0/+403
2022-06-03tempGravatar Jarred Sumner 2-16/+5
2022-06-03Move streams to it's own fileGravatar Jarred Sumner 7-1155/+1504
2022-06-03Update streams.test.jsGravatar Jarred Sumner 1-7/+49
2022-06-02Handle empty files/blobsGravatar Jarred Sumner 11-396/+54
2022-06-02Fix off by one & exceptionsGravatar Jarred Sumner 1-3/+6
2022-06-02Faster ReadableStreamGravatar Jarred Sumner 26-645/+716