These are the symbols your codebase depends on most. Changes here have the largest blast radius.
Core architectural files — imported by many others.
src/hono.ts (1.00)src/utils/html.ts (0.78)src/utils/url.ts (0.70)src/http-exception.ts (0.61)src/context.ts (0.59)src/jsx/constants.ts (0.54)src/request.ts (0.53)src/router.ts (0.48)benchmarks/routers/src/tool.mts (0.43)src/utils/encode.ts (0.39)Named functions with zero detected references. Could be dead code, public API exports, or referenced dynamically.
src/utils/encode.test.ts:3src/context.test.ts:4src/middleware/body-limit/index.test.ts:4src/helper/dev/index.test.ts:6src/middleware/language/index.test.ts:6src/utils/encode.test.ts:6src/compose.test.ts:8src/middleware/jsx-renderer/index.test.tsx:9src/compose.test.ts:10src/helper/css/index.test.tsx:12src/hono.ts (1.00)src/utils/html.ts (0.78)src/utils/url.ts (0.70)src/http-exception.ts (0.61)src/context.ts (0.59)runtime-tests/deno/middleware.test.tsx:16const password = 'ahotproject'runtime-tests/fastly/index.test.ts:45const password = 'hono-password-a'src/middleware/bearer-auth/index.test.ts:13token = 'abcdefg12345-._~+/='src/utils/basic-auth.test.ts:34expect(res).toEqual({ username: 'username', password: 'password' })runtime-tests/fastly/index.test.ts:68const password = 'hono-password-a'src/helper/cookie/index.test.ts:62const secret = 'secret lucky charm'src/helper/cookie/index.test.ts:77const secret = 'secret lucky charm'src/utils/cookie.test.ts:105const secret = 'secret ingredient'src/utils/cookie.test.ts:125const secret = 'secret ingredient'src/utils/cookie.test.ts:132const secret = 'secret ingredient'src/router/reg-exp-router/prepared-router.test.ts:40const params = eval(serialized) as ConstructorParameters<typeof PreparedRegExpRouter<T>>sverklo_impact to see the 126 call sitessrc/hono.ts is your most-imported file — changes here cascade widely