SYMBOL INDEX (91 symbols across 20 files) FILE: arch/server/head-ordering.js function render (line 23) | function render(element, label) { function main (line 49) | async function main() { FILE: arch/server/react-dom-server.js function App (line 105) | function App() { FILE: arch/server/test-useid-edge-cases.js function DivWithId (line 4) | function DivWithId({ label }) { function SuspenseWithUseId (line 11) | function SuspenseWithUseId() { function FallbackWithId (line 21) | function FallbackWithId() { function SuspenseWithIdInBoth (line 26) | function SuspenseWithIdInBoth() { function FragmentTest (line 43) | function FragmentTest() { function FragmentMultipleChildren (line 56) | function FragmentMultipleChildren() { function NestedFragments (line 70) | function NestedFragments() { function NullBetween (line 87) | function NullBetween() { function ConditionalChildren (line 98) | function ConditionalChildren({ show }) { function KeyedFragments (line 108) | function KeyedFragments() { function ManySiblings (line 126) | function ManySiblings() { function UseIdAfterSuspense (line 134) | function UseIdAfterSuspense() { function ProviderWithUseId (line 149) | function ProviderWithUseId() { function KitchenSink (line 158) | function KitchenSink() { FILE: arch/server/test-useid.js function DivWithId (line 5) | function DivWithId() { function DivWithTwoIds (line 11) | function DivWithTwoIds() { function DivWithThreeIds (line 18) | function DivWithThreeIds() { function Wrapper (line 30) | function Wrapper({ children }) { function ParentWithId (line 35) | function ParentWithId({ children }) { function Test1 (line 41) | function Test1() { function Test2 (line 46) | function Test2() { function Test3 (line 56) | function Test3() { function Test4 (line 65) | function Test4() { function Test5 (line 70) | function Test5() { function Test6 (line 75) | function Test6() { function Test7 (line 89) | function Test7() { function Test8 (line 102) | function Test8() { function Test9 (line 111) | function Test9() { function Test10 (line 122) | function Test10() { function Test11 (line 141) | function Test11() { function Test12a (line 149) | function Test12a() { function Test12b (line 152) | function Test12b() { FILE: benchmark/frameworks/bun-native/server.tsx constant PORT (line 9) | const PORT = Number(process.env.PORT) || 3005; method fetch (line 13) | fetch(req) { FILE: benchmark/frameworks/hono-bun/server.ts constant PORT (line 11) | const PORT = Number(process.env.PORT) || 3004; FILE: benchmark/frameworks/hono-node/server.mjs constant PORT (line 12) | const PORT = process.env.PORT || 3003; FILE: benchmark/frameworks/node-express/server.mjs constant PORT (line 11) | const PORT = process.env.PORT || 3001; FILE: benchmark/frameworks/node-fastify/server.mjs constant PORT (line 14) | const PORT = process.env.PORT || 3002; FILE: benchmark/frameworks/preact/server.mjs constant PORT (line 11) | const PORT = process.env.PORT || 3006; FILE: benchmark/frameworks/render-bench.ts constant ITERATIONS (line 22) | const ITERATIONS = 100; function measureTimeUs (line 24) | function measureTimeUs(fn: () => string): [string, number] { function formatTimeUs (line 31) | function formatTimeUs(us: number): string { type Result (line 37) | interface Result { function benchmark (line 44) | function benchmark(name: string, component: React.ComponentType): Result { FILE: benchmark/frameworks/shared/cx.js function cx (line 3) | function cx(classes) { FILE: benchmark/runner/runner.mjs constant CONFIG (line 23) | const CONFIG = { constant FRAMEWORKS (line 46) | const FRAMEWORKS = [ constant SCENARIOS (line 56) | const SCENARIOS = [ function checkHealth (line 101) | async function checkHealth(port) { function waitForServer (line 110) | async function waitForServer(port, maxAttempts = 30) { function warmup (line 120) | async function warmup(port, scenario, count) { function parseWrkOutput (line 137) | function parseWrkOutput(output) { function runWrk (line 195) | async function runWrk(port, scenario, duration, connections, threads) { function runSimpleBenchmark (line 212) | async function runSimpleBenchmark(port, scenario, requests, concurrency) { function startFramework (line 268) | function startFramework(framework) { function stopFramework (line 297) | function stopFramework(framework) { function cleanup (line 305) | function cleanup() { function runBenchmark (line 318) | async function runBenchmark(options = {}) { function generateMarkdown (line 448) | function generateMarkdown(results) { FILE: demo/client/build.mjs function build (line 5) | async function build(entryPoints, { env, output, extract, mockWebpackReq... function parseArgv (line 56) | function parseArgv(argv) { function parseValue (line 93) | function parseValue(value) { function camelCaseKeys (line 101) | function camelCaseKeys(obj) { FILE: packages/Belt/src/stubs.c function CAMLprim (line 5) | CAMLprim value belt_makemutablelist(value a, value l) { FILE: packages/esbuild-plugin/plugin.mjs function writeFile (line 5) | async function writeFile(path, contents, cb) { function generateBootstrapFile (line 10) | async function generateBootstrapFile(output, content) { function escapeRegex (line 25) | function escapeRegex(string) { function plugin (line 29) | function plugin(config) { FILE: packages/esbuild-plugin/test/ClientComponent.js function make_client (line 2) | function make_client() { } FILE: packages/esbuild-plugin/test/ClientComponentWithModule.js function make_client (line 2) | function make_client() { } FILE: packages/esbuild-plugin/test/ServerFunction.js function serverFunction (line 2) | function serverFunction() { } function serverFunctionWithModule (line 5) | function serverFunctionWithModule() { } FILE: packages/react-server-dom-esbuild/ReactServerDOMEsbuild.js method createStringDecoder (line 52) | createStringDecoder() { method readPartialStringChunk (line 62) | readPartialStringChunk(decoder, buffer) { method readFinalStringChunk (line 70) | readFinalStringChunk(decoder, buffer) { method bindToConsole (line 111) | bindToConsole(methodName, args, badgeName) { constant NAME (line 157) | const NAME = 1; constant BUNDLES (line 158) | const BUNDLES = 2; method prepareDestinationForModule (line 181) | prepareDestinationForModule(moduleLoading, nonce, metadata) { method resolveClientReference (line 198) | resolveClientReference(bundlerConfig, metadata) { method resolveServerReference (line 219) | resolveServerReference(bundlerConfig, ref) { method preloadModule (line 239) | preloadModule(metadata) { method requireModule (line 257) | requireModule(metadata) { function startReadingFromStream (line 334) | function startReadingFromStream(response, stream) { function callCurrentServerCallback (line 359) | function callCurrentServerCallback(callServer) { function createFromReadableStream (line 377) | function createFromReadableStream(stream, options) { function createResponseFromOptions (line 401) | function createResponseFromOptions(options) { function createFromFetch (line 429) | function createFromFetch(promise, options) {