dev3000 0.0.60 → 0.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/cdp-monitor.d.ts +2 -1
- package/dist/cdp-monitor.d.ts.map +1 -1
- package/dist/cdp-monitor.js +34 -17
- package/dist/cdp-monitor.js.map +1 -1
- package/dist/cli.js +105 -13
- package/dist/cli.js.map +1 -1
- package/dist/dev-environment.d.ts +3 -0
- package/dist/dev-environment.d.ts.map +1 -1
- package/dist/dev-environment.js +93 -34
- package/dist/dev-environment.js.map +1 -1
- package/dist/services/parsers/error-detectors/base.d.ts +24 -0
- package/dist/services/parsers/error-detectors/base.d.ts.map +1 -0
- package/dist/services/parsers/error-detectors/base.js +44 -0
- package/dist/services/parsers/error-detectors/base.js.map +1 -0
- package/dist/services/parsers/error-detectors/index.d.ts +6 -0
- package/dist/services/parsers/error-detectors/index.d.ts.map +1 -0
- package/dist/services/parsers/error-detectors/index.js +6 -0
- package/dist/services/parsers/error-detectors/index.js.map +1 -0
- package/dist/services/parsers/error-detectors/nextjs.d.ts +9 -0
- package/dist/services/parsers/error-detectors/nextjs.d.ts.map +1 -0
- package/dist/services/parsers/error-detectors/nextjs.js +52 -0
- package/dist/services/parsers/error-detectors/nextjs.js.map +1 -0
- package/dist/services/parsers/index.d.ts +8 -0
- package/dist/services/parsers/index.d.ts.map +1 -0
- package/dist/services/parsers/index.js +10 -0
- package/dist/services/parsers/index.js.map +1 -0
- package/dist/services/parsers/log-parsers/base.d.ts +26 -0
- package/dist/services/parsers/log-parsers/base.d.ts.map +1 -0
- package/dist/services/parsers/log-parsers/base.js +6 -0
- package/dist/services/parsers/log-parsers/base.js.map +1 -0
- package/dist/services/parsers/log-parsers/index.d.ts +6 -0
- package/dist/services/parsers/log-parsers/index.d.ts.map +1 -0
- package/dist/services/parsers/log-parsers/index.js +5 -0
- package/dist/services/parsers/log-parsers/index.js.map +1 -0
- package/dist/services/parsers/log-parsers/standard.d.ts +9 -0
- package/dist/services/parsers/log-parsers/standard.d.ts.map +1 -0
- package/dist/services/parsers/log-parsers/standard.js +17 -0
- package/dist/services/parsers/log-parsers/standard.js.map +1 -0
- package/dist/services/parsers/output-processor.d.ts +39 -0
- package/dist/services/parsers/output-processor.d.ts.map +1 -0
- package/dist/services/parsers/output-processor.js +54 -0
- package/dist/services/parsers/output-processor.js.map +1 -0
- package/mcp-server/.next/BUILD_ID +1 -1
- package/mcp-server/.next/app-build-manifest.json +56 -15
- package/mcp-server/.next/build/chunks/[root-of-the-server]__974941ed._.js +2 -10
- package/mcp-server/.next/build/chunks/[root-of-the-server]__974941ed._.js.map +4 -4
- package/mcp-server/.next/build/chunks/[root-of-the-server]__c7ae8543._.js +2 -10
- package/mcp-server/.next/build/chunks/[root-of-the-server]__c7ae8543._.js.map +4 -4
- package/mcp-server/.next/build/chunks/node_modules__pnpm_806d01c0._.js +10 -35
- package/mcp-server/.next/build/chunks/node_modules__pnpm_806d01c0._.js.map +9 -9
- package/mcp-server/.next/build-manifest.json +9 -12
- package/mcp-server/.next/cache/.previewinfo +1 -1
- package/mcp-server/.next/cache/.rscinfo +1 -1
- package/mcp-server/.next/cache/.tsbuildinfo +1 -1
- package/mcp-server/.next/fallback-build-manifest.json +2 -2
- package/mcp-server/.next/prerender-manifest.json +106 -4
- package/mcp-server/.next/routes-manifest.json +82 -1
- package/mcp-server/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/server/app/_global-error.rsc +1 -1
- package/mcp-server/.next/server/app/_not-found/page/app-build-manifest.json +1 -1
- package/mcp-server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/server/app/_not-found.rsc +2 -2
- package/mcp-server/.next/server/app/api/tools/route/app-build-manifest.json +6 -9
- package/mcp-server/.next/server/app/api/tools/route/build-manifest.json +7 -10
- package/mcp-server/.next/server/app/api/tools/route.js +5 -4
- package/mcp-server/.next/server/app/index.html +1 -1
- package/mcp-server/.next/server/app/index.rsc +3 -3
- package/mcp-server/.next/server/app/logs/page/app-build-manifest.json +1 -1
- package/mcp-server/.next/server/app/logs/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/page/app-build-manifest.json +10 -15
- package/mcp-server/.next/server/app/page/build-manifest.json +7 -10
- package/mcp-server/.next/server/app/page.js +9 -7
- package/mcp-server/.next/server/app/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/replay/page/app-build-manifest.json +1 -1
- package/mcp-server/.next/server/app/replay/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/replay.html +1 -1
- package/mcp-server/.next/server/app/replay.rsc +2 -2
- package/mcp-server/.next/server/app-paths-manifest.json +15 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__7f1ecf7b._.js.map +1 -1
- package/mcp-server/.next/server/chunks/[root-of-the-server]__82298dd3._.js.map +1 -1
- package/mcp-server/.next/server/chunks/_next-internal_server_app_api_tools_route_actions_4a0d5a18.js +1 -5
- package/mcp-server/.next/server/chunks/_next-internal_server_app_api_tools_route_actions_4a0d5a18.js.map +1 -6
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_builtin_forbidden_7b57efa5.js +1 -30
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_builtin_forbidden_7b57efa5.js.map +1 -6
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_builtin_global-error_118601bd.js +1 -22
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_builtin_global-error_118601bd.js.map +1 -8
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_builtin_unauthorized_6614f15c.js +1 -30
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_builtin_unauthorized_6614f15c.js.map +1 -6
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_f453b63e._.js +1 -148
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_client_components_f453b63e._.js.map +1 -8
- package/mcp-server/.next/server/chunks/ssr/_dc26a647._.js +1 -1
- package/mcp-server/.next/server/chunks/ssr/_dc26a647._.js.map +1 -1
- package/mcp-server/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +1 -5
- package/mcp-server/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js.map +1 -6
- package/mcp-server/.next/server/middleware-build-manifest.js +7 -10
- package/mcp-server/.next/server/pages/404.html +1 -1
- package/mcp-server/.next/server/pages/500.html +2 -2
- package/mcp-server/.next/server/pages-manifest.json +4 -1
- package/mcp-server/.next/server/server-reference-manifest.js +1 -1
- package/mcp-server/.next/server/server-reference-manifest.json +1 -1
- package/mcp-server/.next/standalone/.next/BUILD_ID +1 -1
- package/mcp-server/.next/standalone/.next/app-build-manifest.json +5 -5
- package/mcp-server/.next/standalone/.next/build-manifest.json +2 -2
- package/mcp-server/.next/standalone/.next/prerender-manifest.json +16 -16
- package/mcp-server/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found/page/app-build-manifest.json +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/mcp-server/.next/standalone/.next/server/app/index.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/index.rsc +3 -3
- package/mcp-server/.next/standalone/.next/server/app/logs/page/app-build-manifest.json +1 -1
- package/mcp-server/.next/standalone/.next/server/app/logs/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/page/app-build-manifest.json +2 -2
- package/mcp-server/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay/page/app-build-manifest.json +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay.rsc +2 -2
- package/mcp-server/.next/standalone/.next/server/chunks/ssr/_dc26a647._.js +1 -1
- package/mcp-server/.next/standalone/.next/server/pages/404.html +1 -1
- package/mcp-server/.next/standalone/.next/server/pages/500.html +2 -2
- package/mcp-server/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/mcp-server/.next/standalone/app/api/mcp/[transport]/route.ts +93 -91
- package/mcp-server/.next/static/chunks/{5dfb96bedc33a0a5.css → 6634762c4edabf25.css} +1 -1
- package/mcp-server/.next/static/chunks/aac71a4d8cd0d1d1.js +1 -0
- package/mcp-server/.next/trace +1 -3
- package/package.json +1 -1
- package/mcp-server/.next/server/chunks/0916f_next_c68840f1._.js +0 -14728
- package/mcp-server/.next/server/chunks/0916f_next_c68840f1._.js.map +0 -118
- package/mcp-server/.next/server/chunks/[root-of-the-server]__3dccd82a._.js +0 -248
- package/mcp-server/.next/server/chunks/[root-of-the-server]__3dccd82a._.js.map +0 -6
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_76a62e93._.js +0 -5831
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_76a62e93._.js.map +0 -89
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_d231ced7._.js +0 -15764
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_d231ced7._.js.map +0 -145
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_dbf009ef._.js +0 -9174
- package/mcp-server/.next/server/chunks/ssr/0916f_next_dist_dbf009ef._.js.map +0 -51
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__1aaf5479._.js +0 -38
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__1aaf5479._.js.map +0 -5
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__7f148858._.js +0 -62
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__7f148858._.js.map +0 -5
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__95719760._.js +0 -54
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__95719760._.js.map +0 -8
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__b1782a10._.js +0 -813
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__b1782a10._.js.map +0 -6
- package/mcp-server/.next/server/chunks/ssr/[turbopack]_browser_dev_hmr-client_hmr-client_ts_818f0fdf._.js +0 -467
- package/mcp-server/.next/server/chunks/ssr/[turbopack]_browser_dev_hmr-client_hmr-client_ts_818f0fdf._.js.map +0 -6
- package/mcp-server/.next/server/chunks/ssr/[turbopack]_browser_dev_hmr-client_hmr-client_ts_89c5f8e8._.js +0 -12
- package/mcp-server/.next/server/chunks/ssr/[turbopack]_browser_dev_hmr-client_hmr-client_ts_89c5f8e8._.js.map +0 -5
- package/mcp-server/.next/server/chunks/ssr/_9c0d7aa1._.js +0 -100
- package/mcp-server/.next/server/chunks/ssr/_9c0d7aa1._.js.map +0 -7
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_cc7262c5._.js +0 -13866
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_cc7262c5._.js.map +0 -152
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_da0d0a14._.js +0 -13866
- package/mcp-server/.next/server/chunks/ssr/node_modules__pnpm_da0d0a14._.js.map +0 -152
- package/mcp-server/.next/static/chunks/0916f_next_dist_2e70ccdb._.js +0 -4068
- package/mcp-server/.next/static/chunks/0916f_next_dist_2e70ccdb._.js.map +0 -64
- package/mcp-server/.next/static/chunks/0916f_next_dist_b3493ca8._.js +0 -2780
- package/mcp-server/.next/static/chunks/0916f_next_dist_b3493ca8._.js.map +0 -27
- package/mcp-server/.next/static/chunks/0916f_next_dist_build_polyfills_polyfill-nomodule.js +0 -1
- package/mcp-server/.next/static/chunks/0916f_next_dist_client_components_builtin_global-error_80971850.js +0 -7
- package/mcp-server/.next/static/chunks/0916f_next_dist_client_d3483330._.js +0 -10175
- package/mcp-server/.next/static/chunks/0916f_next_dist_client_d3483330._.js.map +0 -103
- package/mcp-server/.next/static/chunks/0916f_next_dist_compiled_8cc8c301._.js +0 -5009
- package/mcp-server/.next/static/chunks/0916f_next_dist_compiled_8cc8c301._.js.map +0 -21
- package/mcp-server/.next/static/chunks/0916f_next_dist_compiled_next-devtools_index_94228adb.js +0 -30477
- package/mcp-server/.next/static/chunks/0916f_next_dist_compiled_next-devtools_index_94228adb.js.map +0 -6
- package/mcp-server/.next/static/chunks/0916f_next_dist_compiled_react-dom_c74e1e00._.js +0 -14617
- package/mcp-server/.next/static/chunks/0916f_next_dist_compiled_react-dom_c74e1e00._.js.map +0 -9
- package/mcp-server/.next/static/chunks/1c2c4101e46d1c5e.js +0 -1
- package/mcp-server/.next/static/chunks/69652_@swc_helpers_cjs_77b72907._.js +0 -85
- package/mcp-server/.next/static/chunks/69652_@swc_helpers_cjs_77b72907._.js.map +0 -10
- package/mcp-server/.next/static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_29af464a._.js +0 -7
- package/mcp-server/.next/static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_c8c997ce._.js +0 -476
- package/mcp-server/.next/static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_c8c997ce._.js.map +0 -6
- package/mcp-server/.next/static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_d335a95d._.js +0 -13
- package/mcp-server/.next/static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_d335a95d._.js.map +0 -5
- package/mcp-server/.next/static/chunks/_9429dbc3._.js +0 -2117
- package/mcp-server/.next/static/chunks/_9429dbc3._.js.map +0 -16
- package/mcp-server/.next/static/chunks/_a0ff3932._.js +0 -13
- package/mcp-server/.next/static/chunks/_efaa0516._.js.map +0 -10
- package/mcp-server/.next/static/chunks/app_244179ef._.css +0 -4548
- package/mcp-server/.next/static/chunks/app_244179ef._.css.map +0 -7
- package/mcp-server/.next/static/chunks/app_compiled_css_bad6b30c._.single.css +0 -2117
- package/mcp-server/.next/static/chunks/app_compiled_css_bad6b30c._.single.css.map +0 -6
- package/mcp-server/.next/static/chunks/app_globals_css_bad6b30c._.single.css +0 -2432
- package/mcp-server/.next/static/chunks/app_globals_css_bad6b30c._.single.css.map +0 -6
- package/mcp-server/.next/static/chunks/app_layout_tsx_80971850._.js +0 -7
- package/mcp-server/.next/static/chunks/app_page_tsx_6ea10ef3._.js +0 -7
- package/mcp-server/.next/static/chunks/turbopack-_efaa0516._.js +0 -1836
- package/mcp-server/.next/static/development/_ssgManifest.js +0 -1
- package/mcp-server/.next/static/vcdr8uFblpN3gCi_831po/_buildManifest.js +0 -11
- package/mcp-server/.next/static/vcdr8uFblpN3gCi_831po/_clientMiddlewareManifest.json +0 -1
- /package/mcp-server/.next/static/{development → fgx2Ltd5vbloYUQlVKX60}/_buildManifest.js +0 -0
- /package/mcp-server/.next/static/{development → fgx2Ltd5vbloYUQlVKX60}/_clientMiddlewareManifest.json +0 -0
- /package/mcp-server/.next/static/{vcdr8uFblpN3gCi_831po → fgx2Ltd5vbloYUQlVKX60}/_ssgManifest.js +0 -0
|
@@ -1,2117 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK || (globalThis.TURBOPACK = [])).push([typeof document === "object" ? document.currentScript : undefined,
|
|
2
|
-
"[project]/app/page.tsx [app-client] (ecmascript)", ((__turbopack_context__) => {
|
|
3
|
-
"use strict";
|
|
4
|
-
|
|
5
|
-
__turbopack_context__.s([
|
|
6
|
-
"default",
|
|
7
|
-
()=>HomePage
|
|
8
|
-
]);
|
|
9
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/jsx-dev-runtime.js [app-client] (ecmascript)");
|
|
10
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$compiler$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/compiler-runtime.js [app-client] (ecmascript)");
|
|
11
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$client$2f$app$2d$dir$2f$link$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/app-dir/link.js [app-client] (ecmascript)");
|
|
12
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$index$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/index.js [app-client] (ecmascript)");
|
|
13
|
-
;
|
|
14
|
-
var _s = __turbopack_context__.k.signature();
|
|
15
|
-
"use client";
|
|
16
|
-
;
|
|
17
|
-
;
|
|
18
|
-
;
|
|
19
|
-
function HomePage() {
|
|
20
|
-
_s();
|
|
21
|
-
const $ = (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$compiler$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["c"])(42);
|
|
22
|
-
if ($[0] !== "6d4cfb5b3be82d5ce4be602d68f061fe782385d74a8cfc93bc29f45f9c93a676") {
|
|
23
|
-
for(let $i = 0; $i < 42; $i += 1){
|
|
24
|
-
$[$i] = Symbol.for("react.memo_cache_sentinel");
|
|
25
|
-
}
|
|
26
|
-
$[0] = "6d4cfb5b3be82d5ce4be602d68f061fe782385d74a8cfc93bc29f45f9c93a676";
|
|
27
|
-
}
|
|
28
|
-
const [tools, setTools] = (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$index$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["useState"])(null);
|
|
29
|
-
const [loading, setLoading] = (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$index$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["useState"])(true);
|
|
30
|
-
let t0;
|
|
31
|
-
let t1;
|
|
32
|
-
if ($[1] === Symbol.for("react.memo_cache_sentinel")) {
|
|
33
|
-
t0 = ()=>{
|
|
34
|
-
fetch("/api/tools").then(_temp).then((data)=>{
|
|
35
|
-
setTools(data);
|
|
36
|
-
setLoading(false);
|
|
37
|
-
}).catch(()=>{
|
|
38
|
-
setLoading(false);
|
|
39
|
-
});
|
|
40
|
-
};
|
|
41
|
-
t1 = [];
|
|
42
|
-
$[1] = t0;
|
|
43
|
-
$[2] = t1;
|
|
44
|
-
} else {
|
|
45
|
-
t0 = $[1];
|
|
46
|
-
t1 = $[2];
|
|
47
|
-
}
|
|
48
|
-
(0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$index$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["useEffect"])(t0, t1);
|
|
49
|
-
let t2;
|
|
50
|
-
let t3;
|
|
51
|
-
if ($[3] === Symbol.for("react.memo_cache_sentinel")) {
|
|
52
|
-
t2 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
53
|
-
className: "w-12 h-12 bg-black rounded flex items-center justify-center",
|
|
54
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
55
|
-
className: "text-white font-mono font-bold",
|
|
56
|
-
children: "d3k"
|
|
57
|
-
}, void 0, false, {
|
|
58
|
-
fileName: "[project]/app/page.tsx",
|
|
59
|
-
lineNumber: 38,
|
|
60
|
-
columnNumber: 87
|
|
61
|
-
}, this)
|
|
62
|
-
}, void 0, false, {
|
|
63
|
-
fileName: "[project]/app/page.tsx",
|
|
64
|
-
lineNumber: 38,
|
|
65
|
-
columnNumber: 10
|
|
66
|
-
}, this);
|
|
67
|
-
t3 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h1", {
|
|
68
|
-
className: "text-3xl font-bold text-gray-900",
|
|
69
|
-
children: "dev3000 MCP Server"
|
|
70
|
-
}, void 0, false, {
|
|
71
|
-
fileName: "[project]/app/page.tsx",
|
|
72
|
-
lineNumber: 39,
|
|
73
|
-
columnNumber: 10
|
|
74
|
-
}, this);
|
|
75
|
-
$[3] = t2;
|
|
76
|
-
$[4] = t3;
|
|
77
|
-
} else {
|
|
78
|
-
t2 = $[3];
|
|
79
|
-
t3 = $[4];
|
|
80
|
-
}
|
|
81
|
-
let t4;
|
|
82
|
-
if ($[5] === Symbol.for("react.memo_cache_sentinel")) {
|
|
83
|
-
t4 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
84
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
85
|
-
className: "flex items-center gap-4 mb-3",
|
|
86
|
-
children: [
|
|
87
|
-
t2,
|
|
88
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
89
|
-
children: [
|
|
90
|
-
t3,
|
|
91
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
92
|
-
className: "flex items-center gap-3 mt-2",
|
|
93
|
-
children: [
|
|
94
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
95
|
-
className: "inline-flex items-center gap-2 text-sm text-green-600 font-medium",
|
|
96
|
-
children: [
|
|
97
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
98
|
-
className: "w-2 h-2 bg-green-500 rounded-full"
|
|
99
|
-
}, void 0, false, {
|
|
100
|
-
fileName: "[project]/app/page.tsx",
|
|
101
|
-
lineNumber: 48,
|
|
102
|
-
columnNumber: 204
|
|
103
|
-
}, this),
|
|
104
|
-
"Server Running"
|
|
105
|
-
]
|
|
106
|
-
}, void 0, true, {
|
|
107
|
-
fileName: "[project]/app/page.tsx",
|
|
108
|
-
lineNumber: 48,
|
|
109
|
-
columnNumber: 120
|
|
110
|
-
}, this),
|
|
111
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
112
|
-
className: "text-gray-300",
|
|
113
|
-
children: "•"
|
|
114
|
-
}, void 0, false, {
|
|
115
|
-
fileName: "[project]/app/page.tsx",
|
|
116
|
-
lineNumber: 48,
|
|
117
|
-
columnNumber: 279
|
|
118
|
-
}, this),
|
|
119
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
120
|
-
className: "text-sm text-gray-600",
|
|
121
|
-
children: "Port 3684"
|
|
122
|
-
}, void 0, false, {
|
|
123
|
-
fileName: "[project]/app/page.tsx",
|
|
124
|
-
lineNumber: 48,
|
|
125
|
-
columnNumber: 319
|
|
126
|
-
}, this)
|
|
127
|
-
]
|
|
128
|
-
}, void 0, true, {
|
|
129
|
-
fileName: "[project]/app/page.tsx",
|
|
130
|
-
lineNumber: 48,
|
|
131
|
-
columnNumber: 74
|
|
132
|
-
}, this)
|
|
133
|
-
]
|
|
134
|
-
}, void 0, true, {
|
|
135
|
-
fileName: "[project]/app/page.tsx",
|
|
136
|
-
lineNumber: 48,
|
|
137
|
-
columnNumber: 65
|
|
138
|
-
}, this)
|
|
139
|
-
]
|
|
140
|
-
}, void 0, true, {
|
|
141
|
-
fileName: "[project]/app/page.tsx",
|
|
142
|
-
lineNumber: 48,
|
|
143
|
-
columnNumber: 15
|
|
144
|
-
}, this)
|
|
145
|
-
}, void 0, false, {
|
|
146
|
-
fileName: "[project]/app/page.tsx",
|
|
147
|
-
lineNumber: 48,
|
|
148
|
-
columnNumber: 10
|
|
149
|
-
}, this);
|
|
150
|
-
$[5] = t4;
|
|
151
|
-
} else {
|
|
152
|
-
t4 = $[5];
|
|
153
|
-
}
|
|
154
|
-
let t5;
|
|
155
|
-
if ($[6] === Symbol.for("react.memo_cache_sentinel")) {
|
|
156
|
-
t5 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("header", {
|
|
157
|
-
className: "bg-gray-50 border-b border-gray-200",
|
|
158
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
159
|
-
className: "max-w-7xl mx-auto px-6 py-8",
|
|
160
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
161
|
-
className: "flex items-center justify-between",
|
|
162
|
-
children: [
|
|
163
|
-
t4,
|
|
164
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
165
|
-
className: "flex items-center gap-4",
|
|
166
|
-
children: [
|
|
167
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$client$2f$app$2d$dir$2f$link$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["default"], {
|
|
168
|
-
href: "/logs",
|
|
169
|
-
className: "inline-flex items-center gap-2 px-5 py-3 bg-blue-600 text-white text-sm font-medium rounded hover:bg-blue-700 transition-colors",
|
|
170
|
-
children: "📊 View Logs"
|
|
171
|
-
}, void 0, false, {
|
|
172
|
-
fileName: "[project]/app/page.tsx",
|
|
173
|
-
lineNumber: 55,
|
|
174
|
-
columnNumber: 207
|
|
175
|
-
}, this),
|
|
176
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("a", {
|
|
177
|
-
href: "https://github.com/vercel-labs/dev3000#setup",
|
|
178
|
-
target: "_blank",
|
|
179
|
-
rel: "noopener noreferrer",
|
|
180
|
-
className: "inline-flex items-center gap-2 px-5 py-3 border border-gray-300 text-gray-700 text-sm font-medium rounded hover:bg-gray-50 transition-colors",
|
|
181
|
-
children: "📖 Setup Guide"
|
|
182
|
-
}, void 0, false, {
|
|
183
|
-
fileName: "[project]/app/page.tsx",
|
|
184
|
-
lineNumber: 55,
|
|
185
|
-
columnNumber: 385
|
|
186
|
-
}, this)
|
|
187
|
-
]
|
|
188
|
-
}, void 0, true, {
|
|
189
|
-
fileName: "[project]/app/page.tsx",
|
|
190
|
-
lineNumber: 55,
|
|
191
|
-
columnNumber: 166
|
|
192
|
-
}, this)
|
|
193
|
-
]
|
|
194
|
-
}, void 0, true, {
|
|
195
|
-
fileName: "[project]/app/page.tsx",
|
|
196
|
-
lineNumber: 55,
|
|
197
|
-
columnNumber: 111
|
|
198
|
-
}, this)
|
|
199
|
-
}, void 0, false, {
|
|
200
|
-
fileName: "[project]/app/page.tsx",
|
|
201
|
-
lineNumber: 55,
|
|
202
|
-
columnNumber: 66
|
|
203
|
-
}, this)
|
|
204
|
-
}, void 0, false, {
|
|
205
|
-
fileName: "[project]/app/page.tsx",
|
|
206
|
-
lineNumber: 55,
|
|
207
|
-
columnNumber: 10
|
|
208
|
-
}, this);
|
|
209
|
-
$[6] = t5;
|
|
210
|
-
} else {
|
|
211
|
-
t5 = $[6];
|
|
212
|
-
}
|
|
213
|
-
let t6;
|
|
214
|
-
if ($[7] === Symbol.for("react.memo_cache_sentinel")) {
|
|
215
|
-
t6 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h2", {
|
|
216
|
-
className: "text-xl font-semibold text-blue-900 mb-4",
|
|
217
|
-
children: "🚀 Quick Start"
|
|
218
|
-
}, void 0, false, {
|
|
219
|
-
fileName: "[project]/app/page.tsx",
|
|
220
|
-
lineNumber: 62,
|
|
221
|
-
columnNumber: 10
|
|
222
|
-
}, this);
|
|
223
|
-
$[7] = t6;
|
|
224
|
-
} else {
|
|
225
|
-
t6 = $[7];
|
|
226
|
-
}
|
|
227
|
-
let t7;
|
|
228
|
-
if ($[8] === Symbol.for("react.memo_cache_sentinel")) {
|
|
229
|
-
t7 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
230
|
-
className: "text-sm font-medium text-blue-800",
|
|
231
|
-
children: "MCP Endpoint:"
|
|
232
|
-
}, void 0, false, {
|
|
233
|
-
fileName: "[project]/app/page.tsx",
|
|
234
|
-
lineNumber: 69,
|
|
235
|
-
columnNumber: 10
|
|
236
|
-
}, this);
|
|
237
|
-
$[8] = t7;
|
|
238
|
-
} else {
|
|
239
|
-
t7 = $[8];
|
|
240
|
-
}
|
|
241
|
-
const t8 = (tools === null || tools === void 0 ? void 0 : tools.endpoint) || "http://localhost:3684/api/mcp/mcp";
|
|
242
|
-
let t9;
|
|
243
|
-
if ($[9] !== t8) {
|
|
244
|
-
t9 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
245
|
-
children: [
|
|
246
|
-
t7,
|
|
247
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("code", {
|
|
248
|
-
className: "ml-3 px-4 py-2 bg-blue-100 text-blue-800 text-sm font-mono rounded",
|
|
249
|
-
children: t8
|
|
250
|
-
}, void 0, false, {
|
|
251
|
-
fileName: "[project]/app/page.tsx",
|
|
252
|
-
lineNumber: 77,
|
|
253
|
-
columnNumber: 19
|
|
254
|
-
}, this)
|
|
255
|
-
]
|
|
256
|
-
}, void 0, true, {
|
|
257
|
-
fileName: "[project]/app/page.tsx",
|
|
258
|
-
lineNumber: 77,
|
|
259
|
-
columnNumber: 10
|
|
260
|
-
}, this);
|
|
261
|
-
$[9] = t8;
|
|
262
|
-
$[10] = t9;
|
|
263
|
-
} else {
|
|
264
|
-
t9 = $[10];
|
|
265
|
-
}
|
|
266
|
-
let t10;
|
|
267
|
-
if ($[11] === Symbol.for("react.memo_cache_sentinel")) {
|
|
268
|
-
t10 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
269
|
-
className: "mb-3",
|
|
270
|
-
children: "Connect your AI tools to this MCP server for real-time development debugging:"
|
|
271
|
-
}, void 0, false, {
|
|
272
|
-
fileName: "[project]/app/page.tsx",
|
|
273
|
-
lineNumber: 85,
|
|
274
|
-
columnNumber: 11
|
|
275
|
-
}, this);
|
|
276
|
-
$[11] = t10;
|
|
277
|
-
} else {
|
|
278
|
-
t10 = $[11];
|
|
279
|
-
}
|
|
280
|
-
let t11;
|
|
281
|
-
if ($[12] === Symbol.for("react.memo_cache_sentinel")) {
|
|
282
|
-
t11 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
283
|
-
className: "text-sm text-blue-700",
|
|
284
|
-
children: [
|
|
285
|
-
t10,
|
|
286
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
287
|
-
className: "flex gap-6",
|
|
288
|
-
children: [
|
|
289
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("a", {
|
|
290
|
-
href: "https://github.com/vercel-labs/dev3000#claude-desktop",
|
|
291
|
-
target: "_blank",
|
|
292
|
-
rel: "noopener noreferrer",
|
|
293
|
-
className: "text-blue-600 hover:text-blue-800 font-medium",
|
|
294
|
-
children: "Claude Desktop Setup →"
|
|
295
|
-
}, void 0, false, {
|
|
296
|
-
fileName: "[project]/app/page.tsx",
|
|
297
|
-
lineNumber: 92,
|
|
298
|
-
columnNumber: 83
|
|
299
|
-
}, this),
|
|
300
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("a", {
|
|
301
|
-
href: "https://github.com/vercel-labs/dev3000#cursor",
|
|
302
|
-
target: "_blank",
|
|
303
|
-
rel: "noopener noreferrer",
|
|
304
|
-
className: "text-blue-600 hover:text-blue-800 font-medium",
|
|
305
|
-
children: "Cursor Setup →"
|
|
306
|
-
}, void 0, false, {
|
|
307
|
-
fileName: "[project]/app/page.tsx",
|
|
308
|
-
lineNumber: 92,
|
|
309
|
-
columnNumber: 273
|
|
310
|
-
}, this)
|
|
311
|
-
]
|
|
312
|
-
}, void 0, true, {
|
|
313
|
-
fileName: "[project]/app/page.tsx",
|
|
314
|
-
lineNumber: 92,
|
|
315
|
-
columnNumber: 55
|
|
316
|
-
}, this)
|
|
317
|
-
]
|
|
318
|
-
}, void 0, true, {
|
|
319
|
-
fileName: "[project]/app/page.tsx",
|
|
320
|
-
lineNumber: 92,
|
|
321
|
-
columnNumber: 11
|
|
322
|
-
}, this);
|
|
323
|
-
$[12] = t11;
|
|
324
|
-
} else {
|
|
325
|
-
t11 = $[12];
|
|
326
|
-
}
|
|
327
|
-
let t12;
|
|
328
|
-
if ($[13] !== t9) {
|
|
329
|
-
t12 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("section", {
|
|
330
|
-
className: "mb-16",
|
|
331
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
332
|
-
className: "bg-blue-50 border border-blue-200 rounded p-8",
|
|
333
|
-
children: [
|
|
334
|
-
t6,
|
|
335
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
336
|
-
className: "space-y-4",
|
|
337
|
-
children: [
|
|
338
|
-
t9,
|
|
339
|
-
t11
|
|
340
|
-
]
|
|
341
|
-
}, void 0, true, {
|
|
342
|
-
fileName: "[project]/app/page.tsx",
|
|
343
|
-
lineNumber: 99,
|
|
344
|
-
columnNumber: 105
|
|
345
|
-
}, this)
|
|
346
|
-
]
|
|
347
|
-
}, void 0, true, {
|
|
348
|
-
fileName: "[project]/app/page.tsx",
|
|
349
|
-
lineNumber: 99,
|
|
350
|
-
columnNumber: 38
|
|
351
|
-
}, this)
|
|
352
|
-
}, void 0, false, {
|
|
353
|
-
fileName: "[project]/app/page.tsx",
|
|
354
|
-
lineNumber: 99,
|
|
355
|
-
columnNumber: 11
|
|
356
|
-
}, this);
|
|
357
|
-
$[13] = t9;
|
|
358
|
-
$[14] = t12;
|
|
359
|
-
} else {
|
|
360
|
-
t12 = $[14];
|
|
361
|
-
}
|
|
362
|
-
let t13;
|
|
363
|
-
if ($[15] === Symbol.for("react.memo_cache_sentinel")) {
|
|
364
|
-
t13 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h2", {
|
|
365
|
-
className: "text-3xl font-bold text-gray-900 mb-3",
|
|
366
|
-
children: "Available Tools"
|
|
367
|
-
}, void 0, false, {
|
|
368
|
-
fileName: "[project]/app/page.tsx",
|
|
369
|
-
lineNumber: 107,
|
|
370
|
-
columnNumber: 11
|
|
371
|
-
}, this);
|
|
372
|
-
$[15] = t13;
|
|
373
|
-
} else {
|
|
374
|
-
t13 = $[15];
|
|
375
|
-
}
|
|
376
|
-
const t14 = loading ? "Loading MCP tools..." : "".concat((tools === null || tools === void 0 ? void 0 : tools.totalTools) || 0, " tools across ").concat((tools === null || tools === void 0 ? void 0 : tools.categories.length) || 0, " categories for AI-powered development debugging");
|
|
377
|
-
let t15;
|
|
378
|
-
if ($[16] !== t14) {
|
|
379
|
-
t15 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
380
|
-
className: "mb-12",
|
|
381
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
382
|
-
children: [
|
|
383
|
-
t13,
|
|
384
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
385
|
-
className: "text-gray-600 text-lg",
|
|
386
|
-
children: t14
|
|
387
|
-
}, void 0, false, {
|
|
388
|
-
fileName: "[project]/app/page.tsx",
|
|
389
|
-
lineNumber: 115,
|
|
390
|
-
columnNumber: 44
|
|
391
|
-
}, this)
|
|
392
|
-
]
|
|
393
|
-
}, void 0, true, {
|
|
394
|
-
fileName: "[project]/app/page.tsx",
|
|
395
|
-
lineNumber: 115,
|
|
396
|
-
columnNumber: 34
|
|
397
|
-
}, this)
|
|
398
|
-
}, void 0, false, {
|
|
399
|
-
fileName: "[project]/app/page.tsx",
|
|
400
|
-
lineNumber: 115,
|
|
401
|
-
columnNumber: 11
|
|
402
|
-
}, this);
|
|
403
|
-
$[16] = t14;
|
|
404
|
-
$[17] = t15;
|
|
405
|
-
} else {
|
|
406
|
-
t15 = $[17];
|
|
407
|
-
}
|
|
408
|
-
let t16;
|
|
409
|
-
if ($[18] !== loading || $[19] !== tools) {
|
|
410
|
-
t16 = loading ? /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
411
|
-
className: "text-center py-16",
|
|
412
|
-
children: [
|
|
413
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
414
|
-
className: "inline-block animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600"
|
|
415
|
-
}, void 0, false, {
|
|
416
|
-
fileName: "[project]/app/page.tsx",
|
|
417
|
-
lineNumber: 123,
|
|
418
|
-
columnNumber: 56
|
|
419
|
-
}, this),
|
|
420
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
421
|
-
className: "mt-6 text-gray-600",
|
|
422
|
-
children: "Loading tool documentation..."
|
|
423
|
-
}, void 0, false, {
|
|
424
|
-
fileName: "[project]/app/page.tsx",
|
|
425
|
-
lineNumber: 123,
|
|
426
|
-
columnNumber: 149
|
|
427
|
-
}, this)
|
|
428
|
-
]
|
|
429
|
-
}, void 0, true, {
|
|
430
|
-
fileName: "[project]/app/page.tsx",
|
|
431
|
-
lineNumber: 123,
|
|
432
|
-
columnNumber: 21
|
|
433
|
-
}, this) : tools ? /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
434
|
-
className: "grid gap-6 lg:grid-cols-2",
|
|
435
|
-
children: tools.tools.map(_temp3)
|
|
436
|
-
}, void 0, false, {
|
|
437
|
-
fileName: "[project]/app/page.tsx",
|
|
438
|
-
lineNumber: 123,
|
|
439
|
-
columnNumber: 233
|
|
440
|
-
}, this) : /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
441
|
-
className: "text-center py-16",
|
|
442
|
-
children: [
|
|
443
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
444
|
-
className: "text-red-600 mb-6",
|
|
445
|
-
children: "Failed to load tool documentation"
|
|
446
|
-
}, void 0, false, {
|
|
447
|
-
fileName: "[project]/app/page.tsx",
|
|
448
|
-
lineNumber: 123,
|
|
449
|
-
columnNumber: 345
|
|
450
|
-
}, this),
|
|
451
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("button", {
|
|
452
|
-
onClick: _temp4,
|
|
453
|
-
className: "px-6 py-3 bg-blue-600 text-white text-sm rounded hover:bg-blue-700 transition-colors",
|
|
454
|
-
type: "button",
|
|
455
|
-
children: "Retry"
|
|
456
|
-
}, void 0, false, {
|
|
457
|
-
fileName: "[project]/app/page.tsx",
|
|
458
|
-
lineNumber: 123,
|
|
459
|
-
columnNumber: 415
|
|
460
|
-
}, this)
|
|
461
|
-
]
|
|
462
|
-
}, void 0, true, {
|
|
463
|
-
fileName: "[project]/app/page.tsx",
|
|
464
|
-
lineNumber: 123,
|
|
465
|
-
columnNumber: 310
|
|
466
|
-
}, this);
|
|
467
|
-
$[18] = loading;
|
|
468
|
-
$[19] = tools;
|
|
469
|
-
$[20] = t16;
|
|
470
|
-
} else {
|
|
471
|
-
t16 = $[20];
|
|
472
|
-
}
|
|
473
|
-
let t17;
|
|
474
|
-
if ($[21] !== t15 || $[22] !== t16) {
|
|
475
|
-
t17 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("section", {
|
|
476
|
-
children: [
|
|
477
|
-
t15,
|
|
478
|
-
t16
|
|
479
|
-
]
|
|
480
|
-
}, void 0, true, {
|
|
481
|
-
fileName: "[project]/app/page.tsx",
|
|
482
|
-
lineNumber: 132,
|
|
483
|
-
columnNumber: 11
|
|
484
|
-
}, this);
|
|
485
|
-
$[21] = t15;
|
|
486
|
-
$[22] = t16;
|
|
487
|
-
$[23] = t17;
|
|
488
|
-
} else {
|
|
489
|
-
t17 = $[23];
|
|
490
|
-
}
|
|
491
|
-
let t18;
|
|
492
|
-
if ($[24] === Symbol.for("react.memo_cache_sentinel")) {
|
|
493
|
-
t18 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h2", {
|
|
494
|
-
className: "text-2xl font-semibold text-gray-900 mb-6 flex items-center gap-3",
|
|
495
|
-
children: "🪄 The Magic Workflow"
|
|
496
|
-
}, void 0, false, {
|
|
497
|
-
fileName: "[project]/app/page.tsx",
|
|
498
|
-
lineNumber: 141,
|
|
499
|
-
columnNumber: 11
|
|
500
|
-
}, this);
|
|
501
|
-
$[24] = t18;
|
|
502
|
-
} else {
|
|
503
|
-
t18 = $[24];
|
|
504
|
-
}
|
|
505
|
-
let t19;
|
|
506
|
-
if ($[25] === Symbol.for("react.memo_cache_sentinel")) {
|
|
507
|
-
t19 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
508
|
-
className: "text-center",
|
|
509
|
-
children: [
|
|
510
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
511
|
-
className: "w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4",
|
|
512
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
513
|
-
className: "text-blue-600 font-bold text-lg",
|
|
514
|
-
children: "1"
|
|
515
|
-
}, void 0, false, {
|
|
516
|
-
fileName: "[project]/app/page.tsx",
|
|
517
|
-
lineNumber: 148,
|
|
518
|
-
columnNumber: 138
|
|
519
|
-
}, this)
|
|
520
|
-
}, void 0, false, {
|
|
521
|
-
fileName: "[project]/app/page.tsx",
|
|
522
|
-
lineNumber: 148,
|
|
523
|
-
columnNumber: 40
|
|
524
|
-
}, this),
|
|
525
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h3", {
|
|
526
|
-
className: "font-semibold mb-3 text-lg",
|
|
527
|
-
children: "AI Finds Issues"
|
|
528
|
-
}, void 0, false, {
|
|
529
|
-
fileName: "[project]/app/page.tsx",
|
|
530
|
-
lineNumber: 148,
|
|
531
|
-
columnNumber: 202
|
|
532
|
-
}, this),
|
|
533
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
534
|
-
className: "text-gray-600 leading-relaxed",
|
|
535
|
-
children: "Tools like debug_my_app and monitor_for_new_errors automatically detect problems"
|
|
536
|
-
}, void 0, false, {
|
|
537
|
-
fileName: "[project]/app/page.tsx",
|
|
538
|
-
lineNumber: 148,
|
|
539
|
-
columnNumber: 265
|
|
540
|
-
}, this)
|
|
541
|
-
]
|
|
542
|
-
}, void 0, true, {
|
|
543
|
-
fileName: "[project]/app/page.tsx",
|
|
544
|
-
lineNumber: 148,
|
|
545
|
-
columnNumber: 11
|
|
546
|
-
}, this);
|
|
547
|
-
$[25] = t19;
|
|
548
|
-
} else {
|
|
549
|
-
t19 = $[25];
|
|
550
|
-
}
|
|
551
|
-
let t20;
|
|
552
|
-
if ($[26] === Symbol.for("react.memo_cache_sentinel")) {
|
|
553
|
-
t20 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
554
|
-
className: "text-center",
|
|
555
|
-
children: [
|
|
556
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
557
|
-
className: "w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-4",
|
|
558
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
559
|
-
className: "text-purple-600 font-bold text-lg",
|
|
560
|
-
children: "2"
|
|
561
|
-
}, void 0, false, {
|
|
562
|
-
fileName: "[project]/app/page.tsx",
|
|
563
|
-
lineNumber: 155,
|
|
564
|
-
columnNumber: 140
|
|
565
|
-
}, this)
|
|
566
|
-
}, void 0, false, {
|
|
567
|
-
fileName: "[project]/app/page.tsx",
|
|
568
|
-
lineNumber: 155,
|
|
569
|
-
columnNumber: 40
|
|
570
|
-
}, this),
|
|
571
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h3", {
|
|
572
|
-
className: "font-semibold mb-3 text-lg",
|
|
573
|
-
children: "AI Fixes Code"
|
|
574
|
-
}, void 0, false, {
|
|
575
|
-
fileName: "[project]/app/page.tsx",
|
|
576
|
-
lineNumber: 155,
|
|
577
|
-
columnNumber: 206
|
|
578
|
-
}, this),
|
|
579
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
580
|
-
className: "text-gray-600 leading-relaxed",
|
|
581
|
-
children: "AI analyzes errors and edits your code files to resolve issues"
|
|
582
|
-
}, void 0, false, {
|
|
583
|
-
fileName: "[project]/app/page.tsx",
|
|
584
|
-
lineNumber: 155,
|
|
585
|
-
columnNumber: 267
|
|
586
|
-
}, this)
|
|
587
|
-
]
|
|
588
|
-
}, void 0, true, {
|
|
589
|
-
fileName: "[project]/app/page.tsx",
|
|
590
|
-
lineNumber: 155,
|
|
591
|
-
columnNumber: 11
|
|
592
|
-
}, this);
|
|
593
|
-
$[26] = t20;
|
|
594
|
-
} else {
|
|
595
|
-
t20 = $[26];
|
|
596
|
-
}
|
|
597
|
-
let t21;
|
|
598
|
-
if ($[27] === Symbol.for("react.memo_cache_sentinel")) {
|
|
599
|
-
t21 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("section", {
|
|
600
|
-
className: "mt-20 bg-gradient-to-r from-purple-50 to-blue-50 border border-purple-200 rounded p-10",
|
|
601
|
-
children: [
|
|
602
|
-
t18,
|
|
603
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
604
|
-
className: "grid md:grid-cols-3 gap-8",
|
|
605
|
-
children: [
|
|
606
|
-
t19,
|
|
607
|
-
t20,
|
|
608
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
609
|
-
className: "text-center",
|
|
610
|
-
children: [
|
|
611
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
612
|
-
className: "w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4",
|
|
613
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
614
|
-
className: "text-green-600 font-bold text-lg",
|
|
615
|
-
children: "3"
|
|
616
|
-
}, void 0, false, {
|
|
617
|
-
fileName: "[project]/app/page.tsx",
|
|
618
|
-
lineNumber: 162,
|
|
619
|
-
columnNumber: 305
|
|
620
|
-
}, this)
|
|
621
|
-
}, void 0, false, {
|
|
622
|
-
fileName: "[project]/app/page.tsx",
|
|
623
|
-
lineNumber: 162,
|
|
624
|
-
columnNumber: 206
|
|
625
|
-
}, this),
|
|
626
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h3", {
|
|
627
|
-
className: "font-semibold mb-3 text-lg",
|
|
628
|
-
children: "AI Verifies Fixes"
|
|
629
|
-
}, void 0, false, {
|
|
630
|
-
fileName: "[project]/app/page.tsx",
|
|
631
|
-
lineNumber: 162,
|
|
632
|
-
columnNumber: 370
|
|
633
|
-
}, this),
|
|
634
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
635
|
-
className: "text-gray-600 leading-relaxed",
|
|
636
|
-
children: "execute_browser_action tests the fixes in real-time with screenshots"
|
|
637
|
-
}, void 0, false, {
|
|
638
|
-
fileName: "[project]/app/page.tsx",
|
|
639
|
-
lineNumber: 162,
|
|
640
|
-
columnNumber: 435
|
|
641
|
-
}, this)
|
|
642
|
-
]
|
|
643
|
-
}, void 0, true, {
|
|
644
|
-
fileName: "[project]/app/page.tsx",
|
|
645
|
-
lineNumber: 162,
|
|
646
|
-
columnNumber: 177
|
|
647
|
-
}, this)
|
|
648
|
-
]
|
|
649
|
-
}, void 0, true, {
|
|
650
|
-
fileName: "[project]/app/page.tsx",
|
|
651
|
-
lineNumber: 162,
|
|
652
|
-
columnNumber: 124
|
|
653
|
-
}, this)
|
|
654
|
-
]
|
|
655
|
-
}, void 0, true, {
|
|
656
|
-
fileName: "[project]/app/page.tsx",
|
|
657
|
-
lineNumber: 162,
|
|
658
|
-
columnNumber: 11
|
|
659
|
-
}, this);
|
|
660
|
-
$[27] = t21;
|
|
661
|
-
} else {
|
|
662
|
-
t21 = $[27];
|
|
663
|
-
}
|
|
664
|
-
let t22;
|
|
665
|
-
if ($[28] !== t12 || $[29] !== t17) {
|
|
666
|
-
t22 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("main", {
|
|
667
|
-
className: "flex-1 px-6 py-8 min-w-0 lg:pr-80",
|
|
668
|
-
children: [
|
|
669
|
-
t12,
|
|
670
|
-
t17,
|
|
671
|
-
t21
|
|
672
|
-
]
|
|
673
|
-
}, void 0, true, {
|
|
674
|
-
fileName: "[project]/app/page.tsx",
|
|
675
|
-
lineNumber: 169,
|
|
676
|
-
columnNumber: 11
|
|
677
|
-
}, this);
|
|
678
|
-
$[28] = t12;
|
|
679
|
-
$[29] = t17;
|
|
680
|
-
$[30] = t22;
|
|
681
|
-
} else {
|
|
682
|
-
t22 = $[30];
|
|
683
|
-
}
|
|
684
|
-
let t23;
|
|
685
|
-
if ($[31] === Symbol.for("react.memo_cache_sentinel")) {
|
|
686
|
-
t23 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h3", {
|
|
687
|
-
className: "text-sm font-semibold text-gray-900 mb-4",
|
|
688
|
-
children: "Tools"
|
|
689
|
-
}, void 0, false, {
|
|
690
|
-
fileName: "[project]/app/page.tsx",
|
|
691
|
-
lineNumber: 178,
|
|
692
|
-
columnNumber: 11
|
|
693
|
-
}, this);
|
|
694
|
-
$[31] = t23;
|
|
695
|
-
} else {
|
|
696
|
-
t23 = $[31];
|
|
697
|
-
}
|
|
698
|
-
let t24;
|
|
699
|
-
if ($[32] !== loading || $[33] !== tools) {
|
|
700
|
-
t24 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("aside", {
|
|
701
|
-
className: "lg:block w-72 flex-shrink-0 fixed right-0 top-0 h-screen overflow-y-auto z-10",
|
|
702
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
703
|
-
className: "p-6 bg-gray-50 border-l border-gray-200 h-full",
|
|
704
|
-
children: [
|
|
705
|
-
t23,
|
|
706
|
-
loading ? /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
707
|
-
className: "text-sm text-gray-500",
|
|
708
|
-
children: "Loading tools..."
|
|
709
|
-
}, void 0, false, {
|
|
710
|
-
fileName: "[project]/app/page.tsx",
|
|
711
|
-
lineNumber: 185,
|
|
712
|
-
columnNumber: 188
|
|
713
|
-
}, this) : tools ? /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("nav", {
|
|
714
|
-
className: "space-y-1 text-sm",
|
|
715
|
-
children: tools.tools.map(_temp5)
|
|
716
|
-
}, void 0, false, {
|
|
717
|
-
fileName: "[project]/app/page.tsx",
|
|
718
|
-
lineNumber: 185,
|
|
719
|
-
columnNumber: 260
|
|
720
|
-
}, this) : /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
721
|
-
className: "text-sm text-gray-500",
|
|
722
|
-
children: "Failed to load tools"
|
|
723
|
-
}, void 0, false, {
|
|
724
|
-
fileName: "[project]/app/page.tsx",
|
|
725
|
-
lineNumber: 185,
|
|
726
|
-
columnNumber: 329
|
|
727
|
-
}, this)
|
|
728
|
-
]
|
|
729
|
-
}, void 0, true, {
|
|
730
|
-
fileName: "[project]/app/page.tsx",
|
|
731
|
-
lineNumber: 185,
|
|
732
|
-
columnNumber: 108
|
|
733
|
-
}, this)
|
|
734
|
-
}, void 0, false, {
|
|
735
|
-
fileName: "[project]/app/page.tsx",
|
|
736
|
-
lineNumber: 185,
|
|
737
|
-
columnNumber: 11
|
|
738
|
-
}, this);
|
|
739
|
-
$[32] = loading;
|
|
740
|
-
$[33] = tools;
|
|
741
|
-
$[34] = t24;
|
|
742
|
-
} else {
|
|
743
|
-
t24 = $[34];
|
|
744
|
-
}
|
|
745
|
-
let t25;
|
|
746
|
-
if ($[35] !== t22 || $[36] !== t24) {
|
|
747
|
-
t25 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
748
|
-
className: "flex max-w-7xl mx-auto",
|
|
749
|
-
children: [
|
|
750
|
-
t22,
|
|
751
|
-
t24
|
|
752
|
-
]
|
|
753
|
-
}, void 0, true, {
|
|
754
|
-
fileName: "[project]/app/page.tsx",
|
|
755
|
-
lineNumber: 194,
|
|
756
|
-
columnNumber: 11
|
|
757
|
-
}, this);
|
|
758
|
-
$[35] = t22;
|
|
759
|
-
$[36] = t24;
|
|
760
|
-
$[37] = t25;
|
|
761
|
-
} else {
|
|
762
|
-
t25 = $[37];
|
|
763
|
-
}
|
|
764
|
-
let t26;
|
|
765
|
-
if ($[38] === Symbol.for("react.memo_cache_sentinel")) {
|
|
766
|
-
t26 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
767
|
-
children: [
|
|
768
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
769
|
-
className: "font-semibold",
|
|
770
|
-
children: "dev3000 MCP Server"
|
|
771
|
-
}, void 0, false, {
|
|
772
|
-
fileName: "[project]/app/page.tsx",
|
|
773
|
-
lineNumber: 203,
|
|
774
|
-
columnNumber: 16
|
|
775
|
-
}, this),
|
|
776
|
-
" - AI-powered development monitoring"
|
|
777
|
-
]
|
|
778
|
-
}, void 0, true, {
|
|
779
|
-
fileName: "[project]/app/page.tsx",
|
|
780
|
-
lineNumber: 203,
|
|
781
|
-
columnNumber: 11
|
|
782
|
-
}, this);
|
|
783
|
-
$[38] = t26;
|
|
784
|
-
} else {
|
|
785
|
-
t26 = $[38];
|
|
786
|
-
}
|
|
787
|
-
let t27;
|
|
788
|
-
if ($[39] === Symbol.for("react.memo_cache_sentinel")) {
|
|
789
|
-
t27 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("footer", {
|
|
790
|
-
className: "border-t border-gray-200 mt-20",
|
|
791
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
792
|
-
className: "max-w-7xl mx-auto px-6 py-8",
|
|
793
|
-
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
794
|
-
className: "flex items-center justify-between text-sm text-gray-600",
|
|
795
|
-
children: [
|
|
796
|
-
t26,
|
|
797
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
798
|
-
className: "flex items-center gap-8",
|
|
799
|
-
children: [
|
|
800
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("a", {
|
|
801
|
-
href: "https://github.com/vercel-labs/dev3000",
|
|
802
|
-
target: "_blank",
|
|
803
|
-
rel: "noopener noreferrer",
|
|
804
|
-
className: "hover:text-gray-900 transition-colors",
|
|
805
|
-
children: "GitHub"
|
|
806
|
-
}, void 0, false, {
|
|
807
|
-
fileName: "[project]/app/page.tsx",
|
|
808
|
-
lineNumber: 210,
|
|
809
|
-
columnNumber: 226
|
|
810
|
-
}, this),
|
|
811
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("a", {
|
|
812
|
-
href: "https://dev3000.ai",
|
|
813
|
-
target: "_blank",
|
|
814
|
-
rel: "noopener noreferrer",
|
|
815
|
-
className: "hover:text-gray-900 transition-colors",
|
|
816
|
-
children: "Homepage"
|
|
817
|
-
}, void 0, false, {
|
|
818
|
-
fileName: "[project]/app/page.tsx",
|
|
819
|
-
lineNumber: 210,
|
|
820
|
-
columnNumber: 377
|
|
821
|
-
}, this),
|
|
822
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$client$2f$app$2d$dir$2f$link$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["default"], {
|
|
823
|
-
href: "/logs",
|
|
824
|
-
className: "hover:text-gray-900 transition-colors",
|
|
825
|
-
children: "Logs"
|
|
826
|
-
}, void 0, false, {
|
|
827
|
-
fileName: "[project]/app/page.tsx",
|
|
828
|
-
lineNumber: 210,
|
|
829
|
-
columnNumber: 510
|
|
830
|
-
}, this)
|
|
831
|
-
]
|
|
832
|
-
}, void 0, true, {
|
|
833
|
-
fileName: "[project]/app/page.tsx",
|
|
834
|
-
lineNumber: 210,
|
|
835
|
-
columnNumber: 185
|
|
836
|
-
}, this)
|
|
837
|
-
]
|
|
838
|
-
}, void 0, true, {
|
|
839
|
-
fileName: "[project]/app/page.tsx",
|
|
840
|
-
lineNumber: 210,
|
|
841
|
-
columnNumber: 107
|
|
842
|
-
}, this)
|
|
843
|
-
}, void 0, false, {
|
|
844
|
-
fileName: "[project]/app/page.tsx",
|
|
845
|
-
lineNumber: 210,
|
|
846
|
-
columnNumber: 62
|
|
847
|
-
}, this)
|
|
848
|
-
}, void 0, false, {
|
|
849
|
-
fileName: "[project]/app/page.tsx",
|
|
850
|
-
lineNumber: 210,
|
|
851
|
-
columnNumber: 11
|
|
852
|
-
}, this);
|
|
853
|
-
$[39] = t27;
|
|
854
|
-
} else {
|
|
855
|
-
t27 = $[39];
|
|
856
|
-
}
|
|
857
|
-
let t28;
|
|
858
|
-
if ($[40] !== t25) {
|
|
859
|
-
t28 = /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
860
|
-
className: "min-h-screen bg-white",
|
|
861
|
-
children: [
|
|
862
|
-
t5,
|
|
863
|
-
t25,
|
|
864
|
-
t27
|
|
865
|
-
]
|
|
866
|
-
}, void 0, true, {
|
|
867
|
-
fileName: "[project]/app/page.tsx",
|
|
868
|
-
lineNumber: 217,
|
|
869
|
-
columnNumber: 11
|
|
870
|
-
}, this);
|
|
871
|
-
$[40] = t25;
|
|
872
|
-
$[41] = t28;
|
|
873
|
-
} else {
|
|
874
|
-
t28 = $[41];
|
|
875
|
-
}
|
|
876
|
-
return t28;
|
|
877
|
-
}
|
|
878
|
-
_s(HomePage, "Sd4qhwPzip2vH/U8R5eioSu/J4Q=");
|
|
879
|
-
_c = HomePage;
|
|
880
|
-
function _temp5(tool_0) {
|
|
881
|
-
return /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("a", {
|
|
882
|
-
href: "#".concat(tool_0.name),
|
|
883
|
-
className: "text-gray-600 hover:text-blue-600 transition-colors block py-2 px-3 rounded hover:bg-white",
|
|
884
|
-
children: tool_0.name
|
|
885
|
-
}, tool_0.name, false, {
|
|
886
|
-
fileName: "[project]/app/page.tsx",
|
|
887
|
-
lineNumber: 226,
|
|
888
|
-
columnNumber: 10
|
|
889
|
-
}, this);
|
|
890
|
-
}
|
|
891
|
-
function _temp4() {
|
|
892
|
-
return window.location.reload();
|
|
893
|
-
}
|
|
894
|
-
function _temp3(tool) {
|
|
895
|
-
return /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
896
|
-
id: tool.name,
|
|
897
|
-
className: "border border-gray-200 rounded p-6 hover:border-gray-300 transition-colors",
|
|
898
|
-
children: [
|
|
899
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
900
|
-
className: "mb-4",
|
|
901
|
-
children: [
|
|
902
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h4", {
|
|
903
|
-
className: "text-xl font-semibold text-gray-900 font-mono mb-3",
|
|
904
|
-
children: tool.name
|
|
905
|
-
}, void 0, false, {
|
|
906
|
-
fileName: "[project]/app/page.tsx",
|
|
907
|
-
lineNumber: 232,
|
|
908
|
-
columnNumber: 155
|
|
909
|
-
}, this),
|
|
910
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("p", {
|
|
911
|
-
className: "text-gray-600 leading-relaxed",
|
|
912
|
-
children: tool.description.replace(/🚨|⏰|🔍|🪄|📊|🌐|⚙️/g, "").trim()
|
|
913
|
-
}, void 0, false, {
|
|
914
|
-
fileName: "[project]/app/page.tsx",
|
|
915
|
-
lineNumber: 232,
|
|
916
|
-
columnNumber: 238
|
|
917
|
-
}, this)
|
|
918
|
-
]
|
|
919
|
-
}, void 0, true, {
|
|
920
|
-
fileName: "[project]/app/page.tsx",
|
|
921
|
-
lineNumber: 232,
|
|
922
|
-
columnNumber: 133
|
|
923
|
-
}, this),
|
|
924
|
-
tool.parameters.length > 0 && /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
925
|
-
children: [
|
|
926
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("h5", {
|
|
927
|
-
className: "text-sm font-semibold text-gray-800 mb-3",
|
|
928
|
-
children: "Parameters:"
|
|
929
|
-
}, void 0, false, {
|
|
930
|
-
fileName: "[project]/app/page.tsx",
|
|
931
|
-
lineNumber: 232,
|
|
932
|
-
columnNumber: 390
|
|
933
|
-
}, this),
|
|
934
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
935
|
-
className: "space-y-2",
|
|
936
|
-
children: tool.parameters.map(_temp2)
|
|
937
|
-
}, void 0, false, {
|
|
938
|
-
fileName: "[project]/app/page.tsx",
|
|
939
|
-
lineNumber: 232,
|
|
940
|
-
columnNumber: 463
|
|
941
|
-
}, this)
|
|
942
|
-
]
|
|
943
|
-
}, void 0, true, {
|
|
944
|
-
fileName: "[project]/app/page.tsx",
|
|
945
|
-
lineNumber: 232,
|
|
946
|
-
columnNumber: 385
|
|
947
|
-
}, this)
|
|
948
|
-
]
|
|
949
|
-
}, tool.name, true, {
|
|
950
|
-
fileName: "[project]/app/page.tsx",
|
|
951
|
-
lineNumber: 232,
|
|
952
|
-
columnNumber: 10
|
|
953
|
-
}, this);
|
|
954
|
-
}
|
|
955
|
-
function _temp2(param) {
|
|
956
|
-
return /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
957
|
-
className: "text-sm",
|
|
958
|
-
children: [
|
|
959
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
960
|
-
className: "flex items-start gap-2",
|
|
961
|
-
children: [
|
|
962
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
963
|
-
className: "font-mono text-blue-600 font-medium",
|
|
964
|
-
children: param.name
|
|
965
|
-
}, void 0, false, {
|
|
966
|
-
fileName: "[project]/app/page.tsx",
|
|
967
|
-
lineNumber: 235,
|
|
968
|
-
columnNumber: 92
|
|
969
|
-
}, this),
|
|
970
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
971
|
-
className: "text-gray-500 text-xs",
|
|
972
|
-
children: param.optional ? "(optional)" : "(required)"
|
|
973
|
-
}, void 0, false, {
|
|
974
|
-
fileName: "[project]/app/page.tsx",
|
|
975
|
-
lineNumber: 235,
|
|
976
|
-
columnNumber: 165
|
|
977
|
-
}, this),
|
|
978
|
-
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("span", {
|
|
979
|
-
className: "text-gray-400 text-xs",
|
|
980
|
-
children: [
|
|
981
|
-
"- ",
|
|
982
|
-
param.type
|
|
983
|
-
]
|
|
984
|
-
}, void 0, true, {
|
|
985
|
-
fileName: "[project]/app/page.tsx",
|
|
986
|
-
lineNumber: 235,
|
|
987
|
-
columnNumber: 258
|
|
988
|
-
}, this)
|
|
989
|
-
]
|
|
990
|
-
}, void 0, true, {
|
|
991
|
-
fileName: "[project]/app/page.tsx",
|
|
992
|
-
lineNumber: 235,
|
|
993
|
-
columnNumber: 52
|
|
994
|
-
}, this),
|
|
995
|
-
param.description && /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])("div", {
|
|
996
|
-
className: "text-gray-600 ml-1 mt-1 text-sm",
|
|
997
|
-
children: param.description
|
|
998
|
-
}, void 0, false, {
|
|
999
|
-
fileName: "[project]/app/page.tsx",
|
|
1000
|
-
lineNumber: 235,
|
|
1001
|
-
columnNumber: 347
|
|
1002
|
-
}, this)
|
|
1003
|
-
]
|
|
1004
|
-
}, param.name, true, {
|
|
1005
|
-
fileName: "[project]/app/page.tsx",
|
|
1006
|
-
lineNumber: 235,
|
|
1007
|
-
columnNumber: 10
|
|
1008
|
-
}, this);
|
|
1009
|
-
}
|
|
1010
|
-
function _temp(res) {
|
|
1011
|
-
return res.json();
|
|
1012
|
-
}
|
|
1013
|
-
var _c;
|
|
1014
|
-
__turbopack_context__.k.register(_c, "HomePage");
|
|
1015
|
-
if (typeof globalThis.$RefreshHelpers$ === 'object' && globalThis.$RefreshHelpers !== null) {
|
|
1016
|
-
__turbopack_context__.k.registerExports(__turbopack_context__.m, globalThis.$RefreshHelpers$);
|
|
1017
|
-
}
|
|
1018
|
-
}),
|
|
1019
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1020
|
-
"use strict";
|
|
1021
|
-
|
|
1022
|
-
/**
|
|
1023
|
-
* @license React
|
|
1024
|
-
* react-jsx-dev-runtime.development.js
|
|
1025
|
-
*
|
|
1026
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1027
|
-
*
|
|
1028
|
-
* This source code is licensed under the MIT license found in the
|
|
1029
|
-
* LICENSE file in the root directory of this source tree.
|
|
1030
|
-
*/ var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1031
|
-
"use strict";
|
|
1032
|
-
"production" !== ("TURBOPACK compile-time value", "development") && function() {
|
|
1033
|
-
function getComponentNameFromType(type) {
|
|
1034
|
-
if (null == type) return null;
|
|
1035
|
-
if ("function" === typeof type) return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
|
|
1036
|
-
if ("string" === typeof type) return type;
|
|
1037
|
-
switch(type){
|
|
1038
|
-
case REACT_FRAGMENT_TYPE:
|
|
1039
|
-
return "Fragment";
|
|
1040
|
-
case REACT_PROFILER_TYPE:
|
|
1041
|
-
return "Profiler";
|
|
1042
|
-
case REACT_STRICT_MODE_TYPE:
|
|
1043
|
-
return "StrictMode";
|
|
1044
|
-
case REACT_SUSPENSE_TYPE:
|
|
1045
|
-
return "Suspense";
|
|
1046
|
-
case REACT_SUSPENSE_LIST_TYPE:
|
|
1047
|
-
return "SuspenseList";
|
|
1048
|
-
case REACT_ACTIVITY_TYPE:
|
|
1049
|
-
return "Activity";
|
|
1050
|
-
}
|
|
1051
|
-
if ("object" === typeof type) switch("number" === typeof type.tag && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), type.$$typeof){
|
|
1052
|
-
case REACT_PORTAL_TYPE:
|
|
1053
|
-
return "Portal";
|
|
1054
|
-
case REACT_CONTEXT_TYPE:
|
|
1055
|
-
return type.displayName || "Context";
|
|
1056
|
-
case REACT_CONSUMER_TYPE:
|
|
1057
|
-
return (type._context.displayName || "Context") + ".Consumer";
|
|
1058
|
-
case REACT_FORWARD_REF_TYPE:
|
|
1059
|
-
var innerType = type.render;
|
|
1060
|
-
type = type.displayName;
|
|
1061
|
-
type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
|
|
1062
|
-
return type;
|
|
1063
|
-
case REACT_MEMO_TYPE:
|
|
1064
|
-
return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
|
|
1065
|
-
case REACT_LAZY_TYPE:
|
|
1066
|
-
innerType = type._payload;
|
|
1067
|
-
type = type._init;
|
|
1068
|
-
try {
|
|
1069
|
-
return getComponentNameFromType(type(innerType));
|
|
1070
|
-
} catch (x) {}
|
|
1071
|
-
}
|
|
1072
|
-
return null;
|
|
1073
|
-
}
|
|
1074
|
-
function testStringCoercion(value) {
|
|
1075
|
-
return "" + value;
|
|
1076
|
-
}
|
|
1077
|
-
function checkKeyStringCoercion(value) {
|
|
1078
|
-
try {
|
|
1079
|
-
testStringCoercion(value);
|
|
1080
|
-
var JSCompiler_inline_result = !1;
|
|
1081
|
-
} catch (e) {
|
|
1082
|
-
JSCompiler_inline_result = !0;
|
|
1083
|
-
}
|
|
1084
|
-
if (JSCompiler_inline_result) {
|
|
1085
|
-
JSCompiler_inline_result = console;
|
|
1086
|
-
var JSCompiler_temp_const = JSCompiler_inline_result.error;
|
|
1087
|
-
var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
|
|
1088
|
-
JSCompiler_temp_const.call(JSCompiler_inline_result, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", JSCompiler_inline_result$jscomp$0);
|
|
1089
|
-
return testStringCoercion(value);
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
function getTaskName(type) {
|
|
1093
|
-
if (type === REACT_FRAGMENT_TYPE) return "<>";
|
|
1094
|
-
if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE) return "<...>";
|
|
1095
|
-
try {
|
|
1096
|
-
var name = getComponentNameFromType(type);
|
|
1097
|
-
return name ? "<" + name + ">" : "<...>";
|
|
1098
|
-
} catch (x) {
|
|
1099
|
-
return "<...>";
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
function getOwner() {
|
|
1103
|
-
var dispatcher = ReactSharedInternals.A;
|
|
1104
|
-
return null === dispatcher ? null : dispatcher.getOwner();
|
|
1105
|
-
}
|
|
1106
|
-
function UnknownOwner() {
|
|
1107
|
-
return Error("react-stack-top-frame");
|
|
1108
|
-
}
|
|
1109
|
-
function hasValidKey(config) {
|
|
1110
|
-
if (hasOwnProperty.call(config, "key")) {
|
|
1111
|
-
var getter = Object.getOwnPropertyDescriptor(config, "key").get;
|
|
1112
|
-
if (getter && getter.isReactWarning) return !1;
|
|
1113
|
-
}
|
|
1114
|
-
return void 0 !== config.key;
|
|
1115
|
-
}
|
|
1116
|
-
function defineKeyPropWarningGetter(props, displayName) {
|
|
1117
|
-
function warnAboutAccessingKey() {
|
|
1118
|
-
specialPropKeyWarningShown || (specialPropKeyWarningShown = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", displayName));
|
|
1119
|
-
}
|
|
1120
|
-
warnAboutAccessingKey.isReactWarning = !0;
|
|
1121
|
-
Object.defineProperty(props, "key", {
|
|
1122
|
-
get: warnAboutAccessingKey,
|
|
1123
|
-
configurable: !0
|
|
1124
|
-
});
|
|
1125
|
-
}
|
|
1126
|
-
function elementRefGetterWithDeprecationWarning() {
|
|
1127
|
-
var componentName = getComponentNameFromType(this.type);
|
|
1128
|
-
didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."));
|
|
1129
|
-
componentName = this.props.ref;
|
|
1130
|
-
return void 0 !== componentName ? componentName : null;
|
|
1131
|
-
}
|
|
1132
|
-
function ReactElement(type, key, props, owner, debugStack, debugTask) {
|
|
1133
|
-
var refProp = props.ref;
|
|
1134
|
-
type = {
|
|
1135
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
1136
|
-
type: type,
|
|
1137
|
-
key: key,
|
|
1138
|
-
props: props,
|
|
1139
|
-
_owner: owner
|
|
1140
|
-
};
|
|
1141
|
-
null !== (void 0 !== refProp ? refProp : null) ? Object.defineProperty(type, "ref", {
|
|
1142
|
-
enumerable: !1,
|
|
1143
|
-
get: elementRefGetterWithDeprecationWarning
|
|
1144
|
-
}) : Object.defineProperty(type, "ref", {
|
|
1145
|
-
enumerable: !1,
|
|
1146
|
-
value: null
|
|
1147
|
-
});
|
|
1148
|
-
type._store = {};
|
|
1149
|
-
Object.defineProperty(type._store, "validated", {
|
|
1150
|
-
configurable: !1,
|
|
1151
|
-
enumerable: !1,
|
|
1152
|
-
writable: !0,
|
|
1153
|
-
value: 0
|
|
1154
|
-
});
|
|
1155
|
-
Object.defineProperty(type, "_debugInfo", {
|
|
1156
|
-
configurable: !1,
|
|
1157
|
-
enumerable: !1,
|
|
1158
|
-
writable: !0,
|
|
1159
|
-
value: null
|
|
1160
|
-
});
|
|
1161
|
-
Object.defineProperty(type, "_debugStack", {
|
|
1162
|
-
configurable: !1,
|
|
1163
|
-
enumerable: !1,
|
|
1164
|
-
writable: !0,
|
|
1165
|
-
value: debugStack
|
|
1166
|
-
});
|
|
1167
|
-
Object.defineProperty(type, "_debugTask", {
|
|
1168
|
-
configurable: !1,
|
|
1169
|
-
enumerable: !1,
|
|
1170
|
-
writable: !0,
|
|
1171
|
-
value: debugTask
|
|
1172
|
-
});
|
|
1173
|
-
Object.freeze && (Object.freeze(type.props), Object.freeze(type));
|
|
1174
|
-
return type;
|
|
1175
|
-
}
|
|
1176
|
-
function jsxDEVImpl(type, config, maybeKey, isStaticChildren, debugStack, debugTask) {
|
|
1177
|
-
var children = config.children;
|
|
1178
|
-
if (void 0 !== children) if (isStaticChildren) if (isArrayImpl(children)) {
|
|
1179
|
-
for(isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++)validateChildKeys(children[isStaticChildren]);
|
|
1180
|
-
Object.freeze && Object.freeze(children);
|
|
1181
|
-
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
1182
|
-
else validateChildKeys(children);
|
|
1183
|
-
if (hasOwnProperty.call(config, "key")) {
|
|
1184
|
-
children = getComponentNameFromType(type);
|
|
1185
|
-
var keys = Object.keys(config).filter(function(k) {
|
|
1186
|
-
return "key" !== k;
|
|
1187
|
-
});
|
|
1188
|
-
isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1189
|
-
didWarnAboutKeySpread[children + isStaticChildren] || (keys = 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}", console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />', isStaticChildren, children, keys, children), didWarnAboutKeySpread[children + isStaticChildren] = !0);
|
|
1190
|
-
}
|
|
1191
|
-
children = null;
|
|
1192
|
-
void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
|
|
1193
|
-
hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
|
|
1194
|
-
if ("key" in config) {
|
|
1195
|
-
maybeKey = {};
|
|
1196
|
-
for(var propName in config)"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
1197
|
-
} else maybeKey = config;
|
|
1198
|
-
children && defineKeyPropWarningGetter(maybeKey, "function" === typeof type ? type.displayName || type.name || "Unknown" : type);
|
|
1199
|
-
return ReactElement(type, children, maybeKey, getOwner(), debugStack, debugTask);
|
|
1200
|
-
}
|
|
1201
|
-
function validateChildKeys(node) {
|
|
1202
|
-
isValidElement(node) ? node._store && (node._store.validated = 1) : "object" === typeof node && null !== node && node.$$typeof === REACT_LAZY_TYPE && ("fulfilled" === node._payload.status ? isValidElement(node._payload.value) && node._payload.value._store && (node._payload.value._store.validated = 1) : node._store && (node._store.validated = 1));
|
|
1203
|
-
}
|
|
1204
|
-
function isValidElement(object) {
|
|
1205
|
-
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
1206
|
-
}
|
|
1207
|
-
var React = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/index.js [app-client] (ecmascript)"), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
|
|
1208
|
-
return null;
|
|
1209
|
-
};
|
|
1210
|
-
React = {
|
|
1211
|
-
react_stack_bottom_frame: function(callStackForError) {
|
|
1212
|
-
return callStackForError();
|
|
1213
|
-
}
|
|
1214
|
-
};
|
|
1215
|
-
var specialPropKeyWarningShown;
|
|
1216
|
-
var didWarnAboutElementRef = {};
|
|
1217
|
-
var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(React, UnknownOwner)();
|
|
1218
|
-
var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
|
|
1219
|
-
var didWarnAboutKeySpread = {};
|
|
1220
|
-
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
1221
|
-
exports.jsxDEV = function(type, config, maybeKey, isStaticChildren) {
|
|
1222
|
-
var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
|
|
1223
|
-
return jsxDEVImpl(type, config, maybeKey, isStaticChildren, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
|
|
1224
|
-
};
|
|
1225
|
-
}();
|
|
1226
|
-
}),
|
|
1227
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/jsx-dev-runtime.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1228
|
-
"use strict";
|
|
1229
|
-
|
|
1230
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1231
|
-
'use strict';
|
|
1232
|
-
if ("TURBOPACK compile-time falsy", 0) //TURBOPACK unreachable
|
|
1233
|
-
;
|
|
1234
|
-
else {
|
|
1235
|
-
module.exports = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js [app-client] (ecmascript)");
|
|
1236
|
-
}
|
|
1237
|
-
}),
|
|
1238
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/cjs/react-compiler-runtime.development.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1239
|
-
"use strict";
|
|
1240
|
-
|
|
1241
|
-
/**
|
|
1242
|
-
* @license React
|
|
1243
|
-
* react-compiler-runtime.development.js
|
|
1244
|
-
*
|
|
1245
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1246
|
-
*
|
|
1247
|
-
* This source code is licensed under the MIT license found in the
|
|
1248
|
-
* LICENSE file in the root directory of this source tree.
|
|
1249
|
-
*/ var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1250
|
-
"use strict";
|
|
1251
|
-
"production" !== ("TURBOPACK compile-time value", "development") && function() {
|
|
1252
|
-
var ReactSharedInternals = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/index.js [app-client] (ecmascript)").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
1253
|
-
exports.c = function(size) {
|
|
1254
|
-
var dispatcher = ReactSharedInternals.H;
|
|
1255
|
-
null === dispatcher && console.error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.");
|
|
1256
|
-
return dispatcher.useMemoCache(size);
|
|
1257
|
-
};
|
|
1258
|
-
}();
|
|
1259
|
-
}),
|
|
1260
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/compiler-runtime.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1261
|
-
"use strict";
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1265
|
-
*
|
|
1266
|
-
* This source code is licensed under the MIT license found in the
|
|
1267
|
-
* LICENSE file in the root directory of this source tree.
|
|
1268
|
-
*/ var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1269
|
-
'use strict';
|
|
1270
|
-
if ("TURBOPACK compile-time falsy", 0) //TURBOPACK unreachable
|
|
1271
|
-
;
|
|
1272
|
-
else {
|
|
1273
|
-
module.exports = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/cjs/react-compiler-runtime.development.js [app-client] (ecmascript)");
|
|
1274
|
-
}
|
|
1275
|
-
}),
|
|
1276
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/router/utils/querystring.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1277
|
-
"use strict";
|
|
1278
|
-
|
|
1279
|
-
Object.defineProperty(exports, "__esModule", {
|
|
1280
|
-
value: true
|
|
1281
|
-
});
|
|
1282
|
-
0 && (module.exports = {
|
|
1283
|
-
assign: null,
|
|
1284
|
-
searchParamsToUrlQuery: null,
|
|
1285
|
-
urlQueryToSearchParams: null
|
|
1286
|
-
});
|
|
1287
|
-
function _export(target, all) {
|
|
1288
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
1289
|
-
enumerable: true,
|
|
1290
|
-
get: all[name]
|
|
1291
|
-
});
|
|
1292
|
-
}
|
|
1293
|
-
_export(exports, {
|
|
1294
|
-
assign: function() {
|
|
1295
|
-
return assign;
|
|
1296
|
-
},
|
|
1297
|
-
searchParamsToUrlQuery: function() {
|
|
1298
|
-
return searchParamsToUrlQuery;
|
|
1299
|
-
},
|
|
1300
|
-
urlQueryToSearchParams: function() {
|
|
1301
|
-
return urlQueryToSearchParams;
|
|
1302
|
-
}
|
|
1303
|
-
});
|
|
1304
|
-
function searchParamsToUrlQuery(searchParams) {
|
|
1305
|
-
const query = {};
|
|
1306
|
-
for (const [key, value] of searchParams.entries()){
|
|
1307
|
-
const existing = query[key];
|
|
1308
|
-
if (typeof existing === 'undefined') {
|
|
1309
|
-
query[key] = value;
|
|
1310
|
-
} else if (Array.isArray(existing)) {
|
|
1311
|
-
existing.push(value);
|
|
1312
|
-
} else {
|
|
1313
|
-
query[key] = [
|
|
1314
|
-
existing,
|
|
1315
|
-
value
|
|
1316
|
-
];
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
return query;
|
|
1320
|
-
}
|
|
1321
|
-
function stringifyUrlQueryParam(param) {
|
|
1322
|
-
if (typeof param === 'string') {
|
|
1323
|
-
return param;
|
|
1324
|
-
}
|
|
1325
|
-
if (typeof param === 'number' && !isNaN(param) || typeof param === 'boolean') {
|
|
1326
|
-
return String(param);
|
|
1327
|
-
} else {
|
|
1328
|
-
return '';
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
|
-
function urlQueryToSearchParams(query) {
|
|
1332
|
-
const searchParams = new URLSearchParams();
|
|
1333
|
-
for (const [key, value] of Object.entries(query)){
|
|
1334
|
-
if (Array.isArray(value)) {
|
|
1335
|
-
for (const item of value){
|
|
1336
|
-
searchParams.append(key, stringifyUrlQueryParam(item));
|
|
1337
|
-
}
|
|
1338
|
-
} else {
|
|
1339
|
-
searchParams.set(key, stringifyUrlQueryParam(value));
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
return searchParams;
|
|
1343
|
-
}
|
|
1344
|
-
function assign(target) {
|
|
1345
|
-
for(var _len = arguments.length, searchParamsList = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
|
|
1346
|
-
searchParamsList[_key - 1] = arguments[_key];
|
|
1347
|
-
}
|
|
1348
|
-
for (const searchParams of searchParamsList){
|
|
1349
|
-
for (const key of searchParams.keys()){
|
|
1350
|
-
target.delete(key);
|
|
1351
|
-
}
|
|
1352
|
-
for (const [key, value] of searchParams.entries()){
|
|
1353
|
-
target.append(key, value);
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
return target;
|
|
1357
|
-
} //# sourceMappingURL=querystring.js.map
|
|
1358
|
-
}),
|
|
1359
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/router/utils/format-url.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1360
|
-
"use strict";
|
|
1361
|
-
|
|
1362
|
-
// Format function modified from nodejs
|
|
1363
|
-
// Copyright Joyent, Inc. and other Node contributors.
|
|
1364
|
-
//
|
|
1365
|
-
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
1366
|
-
// copy of this software and associated documentation files (the
|
|
1367
|
-
// "Software"), to deal in the Software without restriction, including
|
|
1368
|
-
// without limitation the rights to use, copy, modify, merge, publish,
|
|
1369
|
-
// distribute, sublicense, and/or sell copies of the Software, and to permit
|
|
1370
|
-
// persons to whom the Software is furnished to do so, subject to the
|
|
1371
|
-
// following conditions:
|
|
1372
|
-
//
|
|
1373
|
-
// The above copyright notice and this permission notice shall be included
|
|
1374
|
-
// in all copies or substantial portions of the Software.
|
|
1375
|
-
//
|
|
1376
|
-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
1377
|
-
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1378
|
-
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
|
1379
|
-
// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
1380
|
-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
1381
|
-
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1382
|
-
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1383
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1384
|
-
"use strict";
|
|
1385
|
-
Object.defineProperty(exports, "__esModule", {
|
|
1386
|
-
value: true
|
|
1387
|
-
});
|
|
1388
|
-
0 && (module.exports = {
|
|
1389
|
-
formatUrl: null,
|
|
1390
|
-
formatWithValidation: null,
|
|
1391
|
-
urlObjectKeys: null
|
|
1392
|
-
});
|
|
1393
|
-
function _export(target, all) {
|
|
1394
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
1395
|
-
enumerable: true,
|
|
1396
|
-
get: all[name]
|
|
1397
|
-
});
|
|
1398
|
-
}
|
|
1399
|
-
_export(exports, {
|
|
1400
|
-
formatUrl: function() {
|
|
1401
|
-
return formatUrl;
|
|
1402
|
-
},
|
|
1403
|
-
formatWithValidation: function() {
|
|
1404
|
-
return formatWithValidation;
|
|
1405
|
-
},
|
|
1406
|
-
urlObjectKeys: function() {
|
|
1407
|
-
return urlObjectKeys;
|
|
1408
|
-
}
|
|
1409
|
-
});
|
|
1410
|
-
const _interop_require_wildcard = __turbopack_context__.r("[project]/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs [app-client] (ecmascript)");
|
|
1411
|
-
const _querystring = /*#__PURE__*/ _interop_require_wildcard._(__turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/router/utils/querystring.js [app-client] (ecmascript)"));
|
|
1412
|
-
const slashedProtocols = /https?|ftp|gopher|file/;
|
|
1413
|
-
function formatUrl(urlObj) {
|
|
1414
|
-
let { auth, hostname } = urlObj;
|
|
1415
|
-
let protocol = urlObj.protocol || '';
|
|
1416
|
-
let pathname = urlObj.pathname || '';
|
|
1417
|
-
let hash = urlObj.hash || '';
|
|
1418
|
-
let query = urlObj.query || '';
|
|
1419
|
-
let host = false;
|
|
1420
|
-
auth = auth ? encodeURIComponent(auth).replace(/%3A/i, ':') + '@' : '';
|
|
1421
|
-
if (urlObj.host) {
|
|
1422
|
-
host = auth + urlObj.host;
|
|
1423
|
-
} else if (hostname) {
|
|
1424
|
-
host = auth + (~hostname.indexOf(':') ? "[" + hostname + "]" : hostname);
|
|
1425
|
-
if (urlObj.port) {
|
|
1426
|
-
host += ':' + urlObj.port;
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
if (query && typeof query === 'object') {
|
|
1430
|
-
query = String(_querystring.urlQueryToSearchParams(query));
|
|
1431
|
-
}
|
|
1432
|
-
let search = urlObj.search || query && "?" + query || '';
|
|
1433
|
-
if (protocol && !protocol.endsWith(':')) protocol += ':';
|
|
1434
|
-
if (urlObj.slashes || (!protocol || slashedProtocols.test(protocol)) && host !== false) {
|
|
1435
|
-
host = '//' + (host || '');
|
|
1436
|
-
if (pathname && pathname[0] !== '/') pathname = '/' + pathname;
|
|
1437
|
-
} else if (!host) {
|
|
1438
|
-
host = '';
|
|
1439
|
-
}
|
|
1440
|
-
if (hash && hash[0] !== '#') hash = '#' + hash;
|
|
1441
|
-
if (search && search[0] !== '?') search = '?' + search;
|
|
1442
|
-
pathname = pathname.replace(/[?#]/g, encodeURIComponent);
|
|
1443
|
-
search = search.replace('#', '%23');
|
|
1444
|
-
return "" + protocol + host + pathname + search + hash;
|
|
1445
|
-
}
|
|
1446
|
-
const urlObjectKeys = [
|
|
1447
|
-
'auth',
|
|
1448
|
-
'hash',
|
|
1449
|
-
'host',
|
|
1450
|
-
'hostname',
|
|
1451
|
-
'href',
|
|
1452
|
-
'path',
|
|
1453
|
-
'pathname',
|
|
1454
|
-
'port',
|
|
1455
|
-
'protocol',
|
|
1456
|
-
'query',
|
|
1457
|
-
'search',
|
|
1458
|
-
'slashes'
|
|
1459
|
-
];
|
|
1460
|
-
function formatWithValidation(url) {
|
|
1461
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
1462
|
-
if (url !== null && typeof url === 'object') {
|
|
1463
|
-
Object.keys(url).forEach((key)=>{
|
|
1464
|
-
if (!urlObjectKeys.includes(key)) {
|
|
1465
|
-
console.warn("Unknown key passed via urlObject into url.format: " + key);
|
|
1466
|
-
}
|
|
1467
|
-
});
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
return formatUrl(url);
|
|
1471
|
-
} //# sourceMappingURL=format-url.js.map
|
|
1472
|
-
}),
|
|
1473
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/use-merged-ref.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1474
|
-
"use strict";
|
|
1475
|
-
|
|
1476
|
-
Object.defineProperty(exports, "__esModule", {
|
|
1477
|
-
value: true
|
|
1478
|
-
});
|
|
1479
|
-
Object.defineProperty(exports, "useMergedRef", {
|
|
1480
|
-
enumerable: true,
|
|
1481
|
-
get: function() {
|
|
1482
|
-
return useMergedRef;
|
|
1483
|
-
}
|
|
1484
|
-
});
|
|
1485
|
-
const _react = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/index.js [app-client] (ecmascript)");
|
|
1486
|
-
function useMergedRef(refA, refB) {
|
|
1487
|
-
const cleanupA = (0, _react.useRef)(null);
|
|
1488
|
-
const cleanupB = (0, _react.useRef)(null);
|
|
1489
|
-
// NOTE: In theory, we could skip the wrapping if only one of the refs is non-null.
|
|
1490
|
-
// (this happens often if the user doesn't pass a ref to Link/Form/Image)
|
|
1491
|
-
// But this can cause us to leak a cleanup-ref into user code (previously via `<Link legacyBehavior>`),
|
|
1492
|
-
// and the user might pass that ref into ref-merging library that doesn't support cleanup refs
|
|
1493
|
-
// (because it hasn't been updated for React 19)
|
|
1494
|
-
// which can then cause things to blow up, because a cleanup-returning ref gets called with `null`.
|
|
1495
|
-
// So in practice, it's safer to be defensive and always wrap the ref, even on React 19.
|
|
1496
|
-
return (0, _react.useCallback)((current)=>{
|
|
1497
|
-
if (current === null) {
|
|
1498
|
-
const cleanupFnA = cleanupA.current;
|
|
1499
|
-
if (cleanupFnA) {
|
|
1500
|
-
cleanupA.current = null;
|
|
1501
|
-
cleanupFnA();
|
|
1502
|
-
}
|
|
1503
|
-
const cleanupFnB = cleanupB.current;
|
|
1504
|
-
if (cleanupFnB) {
|
|
1505
|
-
cleanupB.current = null;
|
|
1506
|
-
cleanupFnB();
|
|
1507
|
-
}
|
|
1508
|
-
} else {
|
|
1509
|
-
if (refA) {
|
|
1510
|
-
cleanupA.current = applyRef(refA, current);
|
|
1511
|
-
}
|
|
1512
|
-
if (refB) {
|
|
1513
|
-
cleanupB.current = applyRef(refB, current);
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
}, [
|
|
1517
|
-
refA,
|
|
1518
|
-
refB
|
|
1519
|
-
]);
|
|
1520
|
-
}
|
|
1521
|
-
function applyRef(refA, current) {
|
|
1522
|
-
if (typeof refA === 'function') {
|
|
1523
|
-
const cleanup = refA(current);
|
|
1524
|
-
if (typeof cleanup === 'function') {
|
|
1525
|
-
return cleanup;
|
|
1526
|
-
} else {
|
|
1527
|
-
return ()=>refA(null);
|
|
1528
|
-
}
|
|
1529
|
-
} else {
|
|
1530
|
-
refA.current = current;
|
|
1531
|
-
return ()=>{
|
|
1532
|
-
refA.current = null;
|
|
1533
|
-
};
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
if ((typeof exports.default === 'function' || typeof exports.default === 'object' && exports.default !== null) && typeof exports.default.__esModule === 'undefined') {
|
|
1537
|
-
Object.defineProperty(exports.default, '__esModule', {
|
|
1538
|
-
value: true
|
|
1539
|
-
});
|
|
1540
|
-
Object.assign(exports.default, exports);
|
|
1541
|
-
module.exports = exports.default;
|
|
1542
|
-
} //# sourceMappingURL=use-merged-ref.js.map
|
|
1543
|
-
}),
|
|
1544
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/utils.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1545
|
-
"use strict";
|
|
1546
|
-
|
|
1547
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1548
|
-
"use strict";
|
|
1549
|
-
Object.defineProperty(exports, "__esModule", {
|
|
1550
|
-
value: true
|
|
1551
|
-
});
|
|
1552
|
-
0 && (module.exports = {
|
|
1553
|
-
DecodeError: null,
|
|
1554
|
-
MiddlewareNotFoundError: null,
|
|
1555
|
-
MissingStaticPage: null,
|
|
1556
|
-
NormalizeError: null,
|
|
1557
|
-
PageNotFoundError: null,
|
|
1558
|
-
SP: null,
|
|
1559
|
-
ST: null,
|
|
1560
|
-
WEB_VITALS: null,
|
|
1561
|
-
execOnce: null,
|
|
1562
|
-
getDisplayName: null,
|
|
1563
|
-
getLocationOrigin: null,
|
|
1564
|
-
getURL: null,
|
|
1565
|
-
isAbsoluteUrl: null,
|
|
1566
|
-
isResSent: null,
|
|
1567
|
-
loadGetInitialProps: null,
|
|
1568
|
-
normalizeRepeatedSlashes: null,
|
|
1569
|
-
stringifyError: null
|
|
1570
|
-
});
|
|
1571
|
-
function _export(target, all) {
|
|
1572
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
1573
|
-
enumerable: true,
|
|
1574
|
-
get: all[name]
|
|
1575
|
-
});
|
|
1576
|
-
}
|
|
1577
|
-
_export(exports, {
|
|
1578
|
-
DecodeError: function() {
|
|
1579
|
-
return DecodeError;
|
|
1580
|
-
},
|
|
1581
|
-
MiddlewareNotFoundError: function() {
|
|
1582
|
-
return MiddlewareNotFoundError;
|
|
1583
|
-
},
|
|
1584
|
-
MissingStaticPage: function() {
|
|
1585
|
-
return MissingStaticPage;
|
|
1586
|
-
},
|
|
1587
|
-
NormalizeError: function() {
|
|
1588
|
-
return NormalizeError;
|
|
1589
|
-
},
|
|
1590
|
-
PageNotFoundError: function() {
|
|
1591
|
-
return PageNotFoundError;
|
|
1592
|
-
},
|
|
1593
|
-
SP: function() {
|
|
1594
|
-
return SP;
|
|
1595
|
-
},
|
|
1596
|
-
ST: function() {
|
|
1597
|
-
return ST;
|
|
1598
|
-
},
|
|
1599
|
-
WEB_VITALS: function() {
|
|
1600
|
-
return WEB_VITALS;
|
|
1601
|
-
},
|
|
1602
|
-
execOnce: function() {
|
|
1603
|
-
return execOnce;
|
|
1604
|
-
},
|
|
1605
|
-
getDisplayName: function() {
|
|
1606
|
-
return getDisplayName;
|
|
1607
|
-
},
|
|
1608
|
-
getLocationOrigin: function() {
|
|
1609
|
-
return getLocationOrigin;
|
|
1610
|
-
},
|
|
1611
|
-
getURL: function() {
|
|
1612
|
-
return getURL;
|
|
1613
|
-
},
|
|
1614
|
-
isAbsoluteUrl: function() {
|
|
1615
|
-
return isAbsoluteUrl;
|
|
1616
|
-
},
|
|
1617
|
-
isResSent: function() {
|
|
1618
|
-
return isResSent;
|
|
1619
|
-
},
|
|
1620
|
-
loadGetInitialProps: function() {
|
|
1621
|
-
return loadGetInitialProps;
|
|
1622
|
-
},
|
|
1623
|
-
normalizeRepeatedSlashes: function() {
|
|
1624
|
-
return normalizeRepeatedSlashes;
|
|
1625
|
-
},
|
|
1626
|
-
stringifyError: function() {
|
|
1627
|
-
return stringifyError;
|
|
1628
|
-
}
|
|
1629
|
-
});
|
|
1630
|
-
const WEB_VITALS = [
|
|
1631
|
-
'CLS',
|
|
1632
|
-
'FCP',
|
|
1633
|
-
'FID',
|
|
1634
|
-
'INP',
|
|
1635
|
-
'LCP',
|
|
1636
|
-
'TTFB'
|
|
1637
|
-
];
|
|
1638
|
-
function execOnce(fn) {
|
|
1639
|
-
let used = false;
|
|
1640
|
-
let result;
|
|
1641
|
-
return function() {
|
|
1642
|
-
for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){
|
|
1643
|
-
args[_key] = arguments[_key];
|
|
1644
|
-
}
|
|
1645
|
-
if (!used) {
|
|
1646
|
-
used = true;
|
|
1647
|
-
result = fn(...args);
|
|
1648
|
-
}
|
|
1649
|
-
return result;
|
|
1650
|
-
};
|
|
1651
|
-
}
|
|
1652
|
-
// Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
|
|
1653
|
-
// Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
|
|
1654
|
-
const ABSOLUTE_URL_REGEX = /^[a-zA-Z][a-zA-Z\d+\-.]*?:/;
|
|
1655
|
-
const isAbsoluteUrl = (url)=>ABSOLUTE_URL_REGEX.test(url);
|
|
1656
|
-
function getLocationOrigin() {
|
|
1657
|
-
const { protocol, hostname, port } = window.location;
|
|
1658
|
-
return protocol + "//" + hostname + (port ? ':' + port : '');
|
|
1659
|
-
}
|
|
1660
|
-
function getURL() {
|
|
1661
|
-
const { href } = window.location;
|
|
1662
|
-
const origin = getLocationOrigin();
|
|
1663
|
-
return href.substring(origin.length);
|
|
1664
|
-
}
|
|
1665
|
-
function getDisplayName(Component) {
|
|
1666
|
-
return typeof Component === 'string' ? Component : Component.displayName || Component.name || 'Unknown';
|
|
1667
|
-
}
|
|
1668
|
-
function isResSent(res) {
|
|
1669
|
-
return res.finished || res.headersSent;
|
|
1670
|
-
}
|
|
1671
|
-
function normalizeRepeatedSlashes(url) {
|
|
1672
|
-
const urlParts = url.split('?');
|
|
1673
|
-
const urlNoQuery = urlParts[0];
|
|
1674
|
-
return urlNoQuery // first we replace any non-encoded backslashes with forward
|
|
1675
|
-
// then normalize repeated forward slashes
|
|
1676
|
-
.replace(/\\/g, '/').replace(/\/\/+/g, '/') + (urlParts[1] ? "?" + urlParts.slice(1).join('?') : '');
|
|
1677
|
-
}
|
|
1678
|
-
async function loadGetInitialProps(App, ctx) {
|
|
1679
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
1680
|
-
var _App_prototype;
|
|
1681
|
-
if ((_App_prototype = App.prototype) == null ? void 0 : _App_prototype.getInitialProps) {
|
|
1682
|
-
const message = '"' + getDisplayName(App) + '.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';
|
|
1683
|
-
throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
|
|
1684
|
-
value: "E394",
|
|
1685
|
-
enumerable: false,
|
|
1686
|
-
configurable: true
|
|
1687
|
-
});
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
// when called from _app `ctx` is nested in `ctx`
|
|
1691
|
-
const res = ctx.res || ctx.ctx && ctx.ctx.res;
|
|
1692
|
-
if (!App.getInitialProps) {
|
|
1693
|
-
if (ctx.ctx && ctx.Component) {
|
|
1694
|
-
// @ts-ignore pageProps default
|
|
1695
|
-
return {
|
|
1696
|
-
pageProps: await loadGetInitialProps(ctx.Component, ctx.ctx)
|
|
1697
|
-
};
|
|
1698
|
-
}
|
|
1699
|
-
return {};
|
|
1700
|
-
}
|
|
1701
|
-
const props = await App.getInitialProps(ctx);
|
|
1702
|
-
if (res && isResSent(res)) {
|
|
1703
|
-
return props;
|
|
1704
|
-
}
|
|
1705
|
-
if (!props) {
|
|
1706
|
-
const message = '"' + getDisplayName(App) + '.getInitialProps()" should resolve to an object. But found "' + props + '" instead.';
|
|
1707
|
-
throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
|
|
1708
|
-
value: "E394",
|
|
1709
|
-
enumerable: false,
|
|
1710
|
-
configurable: true
|
|
1711
|
-
});
|
|
1712
|
-
}
|
|
1713
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
1714
|
-
if (Object.keys(props).length === 0 && !ctx.ctx) {
|
|
1715
|
-
console.warn("" + getDisplayName(App) + " returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps");
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1718
|
-
return props;
|
|
1719
|
-
}
|
|
1720
|
-
const SP = typeof performance !== 'undefined';
|
|
1721
|
-
const ST = SP && [
|
|
1722
|
-
'mark',
|
|
1723
|
-
'measure',
|
|
1724
|
-
'getEntriesByName'
|
|
1725
|
-
].every((method)=>typeof performance[method] === 'function');
|
|
1726
|
-
class DecodeError extends Error {
|
|
1727
|
-
}
|
|
1728
|
-
class NormalizeError extends Error {
|
|
1729
|
-
}
|
|
1730
|
-
class PageNotFoundError extends Error {
|
|
1731
|
-
constructor(page){
|
|
1732
|
-
super();
|
|
1733
|
-
this.code = 'ENOENT';
|
|
1734
|
-
this.name = 'PageNotFoundError';
|
|
1735
|
-
this.message = "Cannot find module for page: " + page;
|
|
1736
|
-
}
|
|
1737
|
-
}
|
|
1738
|
-
class MissingStaticPage extends Error {
|
|
1739
|
-
constructor(page, message){
|
|
1740
|
-
super();
|
|
1741
|
-
this.message = "Failed to load static file for page: " + page + " " + message;
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
class MiddlewareNotFoundError extends Error {
|
|
1745
|
-
constructor(){
|
|
1746
|
-
super();
|
|
1747
|
-
this.code = 'ENOENT';
|
|
1748
|
-
this.message = "Cannot find the middleware module";
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
function stringifyError(error) {
|
|
1752
|
-
return JSON.stringify({
|
|
1753
|
-
message: error.message,
|
|
1754
|
-
stack: error.stack
|
|
1755
|
-
});
|
|
1756
|
-
} //# sourceMappingURL=utils.js.map
|
|
1757
|
-
}),
|
|
1758
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/router/utils/is-local-url.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1759
|
-
"use strict";
|
|
1760
|
-
|
|
1761
|
-
Object.defineProperty(exports, "__esModule", {
|
|
1762
|
-
value: true
|
|
1763
|
-
});
|
|
1764
|
-
Object.defineProperty(exports, "isLocalURL", {
|
|
1765
|
-
enumerable: true,
|
|
1766
|
-
get: function() {
|
|
1767
|
-
return isLocalURL;
|
|
1768
|
-
}
|
|
1769
|
-
});
|
|
1770
|
-
const _utils = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/utils.js [app-client] (ecmascript)");
|
|
1771
|
-
const _hasbasepath = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/has-base-path.js [app-client] (ecmascript)");
|
|
1772
|
-
function isLocalURL(url) {
|
|
1773
|
-
// prevent a hydration mismatch on href for url with anchor refs
|
|
1774
|
-
if (!(0, _utils.isAbsoluteUrl)(url)) return true;
|
|
1775
|
-
try {
|
|
1776
|
-
// absolute urls can be local if they are on the same origin
|
|
1777
|
-
const locationOrigin = (0, _utils.getLocationOrigin)();
|
|
1778
|
-
const resolved = new URL(url, locationOrigin);
|
|
1779
|
-
return resolved.origin === locationOrigin && (0, _hasbasepath.hasBasePath)(resolved.pathname);
|
|
1780
|
-
} catch (_) {
|
|
1781
|
-
return false;
|
|
1782
|
-
}
|
|
1783
|
-
} //# sourceMappingURL=is-local-url.js.map
|
|
1784
|
-
}),
|
|
1785
|
-
"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/app-dir/link.js [app-client] (ecmascript)", ((__turbopack_context__, module, exports) => {
|
|
1786
|
-
"use strict";
|
|
1787
|
-
|
|
1788
|
-
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f2e$pnpm$2f$next$40$15$2e$5$2e$1$2d$canary$2e$30_babel$2d$plugin$2d$react$2d$compiler$40$19$2e$1$2e$0$2d$rc$2e$3_react$2d$dom$40$19$2e$2$2e$0$2d$canary$2d$d_5eea965284f26eb4e30482e6426df099$2f$node_modules$2f$next$2f$dist$2f$build$2f$polyfills$2f$process$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__ = /*#__PURE__*/ __turbopack_context__.i("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/build/polyfills/process.js [app-client] (ecmascript)");
|
|
1789
|
-
'use client';
|
|
1790
|
-
"use strict";
|
|
1791
|
-
Object.defineProperty(exports, "__esModule", {
|
|
1792
|
-
value: true
|
|
1793
|
-
});
|
|
1794
|
-
0 && (module.exports = {
|
|
1795
|
-
default: null,
|
|
1796
|
-
useLinkStatus: null
|
|
1797
|
-
});
|
|
1798
|
-
function _export(target, all) {
|
|
1799
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
1800
|
-
enumerable: true,
|
|
1801
|
-
get: all[name]
|
|
1802
|
-
});
|
|
1803
|
-
}
|
|
1804
|
-
_export(exports, {
|
|
1805
|
-
/**
|
|
1806
|
-
* A React component that extends the HTML `<a>` element to provide
|
|
1807
|
-
* [prefetching](https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating#2-prefetching)
|
|
1808
|
-
* and client-side navigation. This is the primary way to navigate between routes in Next.js.
|
|
1809
|
-
*
|
|
1810
|
-
* @remarks
|
|
1811
|
-
* - Prefetching is only enabled in production.
|
|
1812
|
-
*
|
|
1813
|
-
* @see https://nextjs.org/docs/app/api-reference/components/link
|
|
1814
|
-
*/ default: function() {
|
|
1815
|
-
return LinkComponent;
|
|
1816
|
-
},
|
|
1817
|
-
useLinkStatus: function() {
|
|
1818
|
-
return useLinkStatus;
|
|
1819
|
-
}
|
|
1820
|
-
});
|
|
1821
|
-
const _interop_require_wildcard = __turbopack_context__.r("[project]/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs [app-client] (ecmascript)");
|
|
1822
|
-
const _jsxruntime = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/jsx-runtime.js [app-client] (ecmascript)");
|
|
1823
|
-
const _react = /*#__PURE__*/ _interop_require_wildcard._(__turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/react/index.js [app-client] (ecmascript)"));
|
|
1824
|
-
const _formaturl = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/router/utils/format-url.js [app-client] (ecmascript)");
|
|
1825
|
-
const _approutercontextsharedruntime = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js [app-client] (ecmascript)");
|
|
1826
|
-
const _usemergedref = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/use-merged-ref.js [app-client] (ecmascript)");
|
|
1827
|
-
const _utils = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/utils.js [app-client] (ecmascript)");
|
|
1828
|
-
const _addbasepath = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/add-base-path.js [app-client] (ecmascript)");
|
|
1829
|
-
const _warnonce = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/utils/warn-once.js [app-client] (ecmascript)");
|
|
1830
|
-
const _links = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/links.js [app-client] (ecmascript)");
|
|
1831
|
-
const _islocalurl = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/router/utils/is-local-url.js [app-client] (ecmascript)");
|
|
1832
|
-
const _approuterinstance = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-instance.js [app-client] (ecmascript)");
|
|
1833
|
-
const _segmentcache = __turbopack_context__.r("[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/segment-cache.js [app-client] (ecmascript)");
|
|
1834
|
-
function isModifiedEvent(event) {
|
|
1835
|
-
const eventTarget = event.currentTarget;
|
|
1836
|
-
const target = eventTarget.getAttribute('target');
|
|
1837
|
-
return target && target !== '_self' || event.metaKey || event.ctrlKey || event.shiftKey || event.altKey || // triggers resource download
|
|
1838
|
-
event.nativeEvent && event.nativeEvent.which === 2;
|
|
1839
|
-
}
|
|
1840
|
-
function linkClicked(e, href, as, linkInstanceRef, replace, scroll, onNavigate) {
|
|
1841
|
-
if (isModifiedEvent(e) || e.currentTarget.hasAttribute('download')) {
|
|
1842
|
-
// ignore click for browser’s default behavior
|
|
1843
|
-
return;
|
|
1844
|
-
}
|
|
1845
|
-
if (!(0, _islocalurl.isLocalURL)(href)) {
|
|
1846
|
-
if (replace) {
|
|
1847
|
-
// browser default behavior does not replace the history state
|
|
1848
|
-
// so we need to do it manually
|
|
1849
|
-
e.preventDefault();
|
|
1850
|
-
location.replace(href);
|
|
1851
|
-
}
|
|
1852
|
-
// ignore click for browser’s default behavior
|
|
1853
|
-
return;
|
|
1854
|
-
}
|
|
1855
|
-
e.preventDefault();
|
|
1856
|
-
if (onNavigate) {
|
|
1857
|
-
let isDefaultPrevented = false;
|
|
1858
|
-
onNavigate({
|
|
1859
|
-
preventDefault: ()=>{
|
|
1860
|
-
isDefaultPrevented = true;
|
|
1861
|
-
}
|
|
1862
|
-
});
|
|
1863
|
-
if (isDefaultPrevented) {
|
|
1864
|
-
return;
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
_react.default.startTransition(()=>{
|
|
1868
|
-
(0, _approuterinstance.dispatchNavigateAction)(as || href, replace ? 'replace' : 'push', scroll != null ? scroll : true, linkInstanceRef.current);
|
|
1869
|
-
});
|
|
1870
|
-
}
|
|
1871
|
-
function formatStringOrUrl(urlObjOrString) {
|
|
1872
|
-
if (typeof urlObjOrString === 'string') {
|
|
1873
|
-
return urlObjOrString;
|
|
1874
|
-
}
|
|
1875
|
-
return (0, _formaturl.formatUrl)(urlObjOrString);
|
|
1876
|
-
}
|
|
1877
|
-
function LinkComponent(props) {
|
|
1878
|
-
const [linkStatus, setOptimisticLinkStatus] = (0, _react.useOptimistic)(_links.IDLE_LINK_STATUS);
|
|
1879
|
-
const linkInstanceRef = (0, _react.useRef)(null);
|
|
1880
|
-
const { href: hrefProp, as: asProp, children, prefetch: prefetchProp = null, replace, shallow, scroll, onClick, onMouseEnter: onMouseEnterProp, onTouchStart: onTouchStartProp, onNavigate, ref: forwardedRef, unstable_dynamicOnHover, ...restProps } = props;
|
|
1881
|
-
const router = _react.default.useContext(_approutercontextsharedruntime.AppRouterContext);
|
|
1882
|
-
const prefetchEnabled = prefetchProp !== false;
|
|
1883
|
-
const fetchStrategy = prefetchProp !== false ? getFetchStrategyFromPrefetchProp(prefetchProp) : _segmentcache.FetchStrategy.PPR;
|
|
1884
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
1885
|
-
function createPropError(args) {
|
|
1886
|
-
return Object.defineProperty(new Error("Failed prop type: The prop `" + args.key + "` expects a " + args.expected + " in `<Link>`, but got `" + args.actual + "` instead." + (typeof window !== 'undefined' ? "\nOpen your browser's console to view the Component stack trace." : '')), "__NEXT_ERROR_CODE", {
|
|
1887
|
-
value: "E319",
|
|
1888
|
-
enumerable: false,
|
|
1889
|
-
configurable: true
|
|
1890
|
-
});
|
|
1891
|
-
}
|
|
1892
|
-
// TypeScript trick for type-guarding:
|
|
1893
|
-
const requiredPropsGuard = {
|
|
1894
|
-
href: true
|
|
1895
|
-
};
|
|
1896
|
-
const requiredProps = Object.keys(requiredPropsGuard);
|
|
1897
|
-
requiredProps.forEach((key)=>{
|
|
1898
|
-
if (key === 'href') {
|
|
1899
|
-
if (props[key] == null || typeof props[key] !== 'string' && typeof props[key] !== 'object') {
|
|
1900
|
-
throw createPropError({
|
|
1901
|
-
key,
|
|
1902
|
-
expected: '`string` or `object`',
|
|
1903
|
-
actual: props[key] === null ? 'null' : typeof props[key]
|
|
1904
|
-
});
|
|
1905
|
-
}
|
|
1906
|
-
} else {
|
|
1907
|
-
// TypeScript trick for type-guarding:
|
|
1908
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1909
|
-
const _ = key;
|
|
1910
|
-
}
|
|
1911
|
-
});
|
|
1912
|
-
// TypeScript trick for type-guarding:
|
|
1913
|
-
const optionalPropsGuard = {
|
|
1914
|
-
as: true,
|
|
1915
|
-
replace: true,
|
|
1916
|
-
scroll: true,
|
|
1917
|
-
shallow: true,
|
|
1918
|
-
prefetch: true,
|
|
1919
|
-
unstable_dynamicOnHover: true,
|
|
1920
|
-
onClick: true,
|
|
1921
|
-
onMouseEnter: true,
|
|
1922
|
-
onTouchStart: true,
|
|
1923
|
-
onNavigate: true
|
|
1924
|
-
};
|
|
1925
|
-
const optionalProps = Object.keys(optionalPropsGuard);
|
|
1926
|
-
optionalProps.forEach((key)=>{
|
|
1927
|
-
const valType = typeof props[key];
|
|
1928
|
-
if (key === 'as') {
|
|
1929
|
-
if (props[key] && valType !== 'string' && valType !== 'object') {
|
|
1930
|
-
throw createPropError({
|
|
1931
|
-
key,
|
|
1932
|
-
expected: '`string` or `object`',
|
|
1933
|
-
actual: valType
|
|
1934
|
-
});
|
|
1935
|
-
}
|
|
1936
|
-
} else if (key === 'onClick' || key === 'onMouseEnter' || key === 'onTouchStart' || key === 'onNavigate') {
|
|
1937
|
-
if (props[key] && valType !== 'function') {
|
|
1938
|
-
throw createPropError({
|
|
1939
|
-
key,
|
|
1940
|
-
expected: '`function`',
|
|
1941
|
-
actual: valType
|
|
1942
|
-
});
|
|
1943
|
-
}
|
|
1944
|
-
} else if (key === 'replace' || key === 'scroll' || key === 'shallow' || key === 'unstable_dynamicOnHover') {
|
|
1945
|
-
if (props[key] != null && valType !== 'boolean') {
|
|
1946
|
-
throw createPropError({
|
|
1947
|
-
key,
|
|
1948
|
-
expected: '`boolean`',
|
|
1949
|
-
actual: valType
|
|
1950
|
-
});
|
|
1951
|
-
}
|
|
1952
|
-
} else if (key === 'prefetch') {
|
|
1953
|
-
if (props[key] != null && valType !== 'boolean' && props[key] !== 'auto' && props[key] !== 'unstable_forceStale') {
|
|
1954
|
-
throw createPropError({
|
|
1955
|
-
key,
|
|
1956
|
-
expected: '`boolean | "auto" | "unstable_forceStale"`',
|
|
1957
|
-
actual: valType
|
|
1958
|
-
});
|
|
1959
|
-
}
|
|
1960
|
-
} else {
|
|
1961
|
-
// TypeScript trick for type-guarding:
|
|
1962
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1963
|
-
const _ = key;
|
|
1964
|
-
}
|
|
1965
|
-
});
|
|
1966
|
-
}
|
|
1967
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
1968
|
-
if (props.locale) {
|
|
1969
|
-
(0, _warnonce.warnOnce)('The `locale` prop is not supported in `next/link` while using the `app` router. Read more about app router internalization: https://nextjs.org/docs/app/building-your-application/routing/internationalization');
|
|
1970
|
-
}
|
|
1971
|
-
if (!asProp) {
|
|
1972
|
-
let href;
|
|
1973
|
-
if (typeof hrefProp === 'string') {
|
|
1974
|
-
href = hrefProp;
|
|
1975
|
-
} else if (typeof hrefProp === 'object' && typeof hrefProp.pathname === 'string') {
|
|
1976
|
-
href = hrefProp.pathname;
|
|
1977
|
-
}
|
|
1978
|
-
if (href) {
|
|
1979
|
-
const hasDynamicSegment = href.split('/').some((segment)=>segment.startsWith('[') && segment.endsWith(']'));
|
|
1980
|
-
if (hasDynamicSegment) {
|
|
1981
|
-
throw Object.defineProperty(new Error("Dynamic href `" + href + "` found in <Link> while using the `/app` router, this is not supported. Read more: https://nextjs.org/docs/messages/app-dir-dynamic-href"), "__NEXT_ERROR_CODE", {
|
|
1982
|
-
value: "E267",
|
|
1983
|
-
enumerable: false,
|
|
1984
|
-
configurable: true
|
|
1985
|
-
});
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
const { href, as } = _react.default.useMemo({
|
|
1991
|
-
"LinkComponent.useMemo": ()=>{
|
|
1992
|
-
const resolvedHref = formatStringOrUrl(hrefProp);
|
|
1993
|
-
return {
|
|
1994
|
-
href: resolvedHref,
|
|
1995
|
-
as: asProp ? formatStringOrUrl(asProp) : resolvedHref
|
|
1996
|
-
};
|
|
1997
|
-
}
|
|
1998
|
-
}["LinkComponent.useMemo"], [
|
|
1999
|
-
hrefProp,
|
|
2000
|
-
asProp
|
|
2001
|
-
]);
|
|
2002
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
2003
|
-
if ((children == null ? void 0 : children.type) === 'a') {
|
|
2004
|
-
throw Object.defineProperty(new Error('Invalid <Link> with <a> child. Please remove <a>.\nLearn more: https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor'), "__NEXT_ERROR_CODE", {
|
|
2005
|
-
value: "E794",
|
|
2006
|
-
enumerable: false,
|
|
2007
|
-
configurable: true
|
|
2008
|
-
});
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
// Use a callback ref to attach an IntersectionObserver to the anchor tag on
|
|
2012
|
-
// mount. In the future we will also use this to keep track of all the
|
|
2013
|
-
// currently mounted <Link> instances, e.g. so we can re-prefetch them after
|
|
2014
|
-
// a revalidation or refresh.
|
|
2015
|
-
const observeLinkVisibilityOnMount = _react.default.useCallback({
|
|
2016
|
-
"LinkComponent.useCallback[observeLinkVisibilityOnMount]": (element)=>{
|
|
2017
|
-
if (router !== null) {
|
|
2018
|
-
linkInstanceRef.current = (0, _links.mountLinkInstance)(element, href, router, fetchStrategy, prefetchEnabled, setOptimisticLinkStatus);
|
|
2019
|
-
}
|
|
2020
|
-
return ({
|
|
2021
|
-
"LinkComponent.useCallback[observeLinkVisibilityOnMount]": ()=>{
|
|
2022
|
-
if (linkInstanceRef.current) {
|
|
2023
|
-
(0, _links.unmountLinkForCurrentNavigation)(linkInstanceRef.current);
|
|
2024
|
-
linkInstanceRef.current = null;
|
|
2025
|
-
}
|
|
2026
|
-
(0, _links.unmountPrefetchableInstance)(element);
|
|
2027
|
-
}
|
|
2028
|
-
})["LinkComponent.useCallback[observeLinkVisibilityOnMount]"];
|
|
2029
|
-
}
|
|
2030
|
-
}["LinkComponent.useCallback[observeLinkVisibilityOnMount]"], [
|
|
2031
|
-
prefetchEnabled,
|
|
2032
|
-
href,
|
|
2033
|
-
router,
|
|
2034
|
-
fetchStrategy,
|
|
2035
|
-
setOptimisticLinkStatus
|
|
2036
|
-
]);
|
|
2037
|
-
const mergedRef = (0, _usemergedref.useMergedRef)(observeLinkVisibilityOnMount, forwardedRef);
|
|
2038
|
-
const anchorProps = {
|
|
2039
|
-
ref: mergedRef,
|
|
2040
|
-
onClick (e) {
|
|
2041
|
-
if (typeof onClick === 'function') {
|
|
2042
|
-
onClick(e);
|
|
2043
|
-
}
|
|
2044
|
-
if (!router) {
|
|
2045
|
-
return;
|
|
2046
|
-
}
|
|
2047
|
-
if (e.defaultPrevented) {
|
|
2048
|
-
return;
|
|
2049
|
-
}
|
|
2050
|
-
linkClicked(e, href, as, linkInstanceRef, replace, scroll, onNavigate);
|
|
2051
|
-
},
|
|
2052
|
-
onMouseEnter (e) {
|
|
2053
|
-
if (typeof onMouseEnterProp === 'function') {
|
|
2054
|
-
onMouseEnterProp(e);
|
|
2055
|
-
}
|
|
2056
|
-
if (!router) {
|
|
2057
|
-
return;
|
|
2058
|
-
}
|
|
2059
|
-
if ("TURBOPACK compile-time truthy", 1) {
|
|
2060
|
-
return;
|
|
2061
|
-
}
|
|
2062
|
-
//TURBOPACK unreachable
|
|
2063
|
-
;
|
|
2064
|
-
const upgradeToDynamicPrefetch = undefined;
|
|
2065
|
-
},
|
|
2066
|
-
onTouchStart: ("TURBOPACK compile-time falsy", 0) ? "TURBOPACK unreachable" : function onTouchStart(e) {
|
|
2067
|
-
if (typeof onTouchStartProp === 'function') {
|
|
2068
|
-
onTouchStartProp(e);
|
|
2069
|
-
}
|
|
2070
|
-
if (!router) {
|
|
2071
|
-
return;
|
|
2072
|
-
}
|
|
2073
|
-
if (!prefetchEnabled) {
|
|
2074
|
-
return;
|
|
2075
|
-
}
|
|
2076
|
-
const upgradeToDynamicPrefetch = unstable_dynamicOnHover === true;
|
|
2077
|
-
(0, _links.onNavigationIntent)(e.currentTarget, upgradeToDynamicPrefetch);
|
|
2078
|
-
}
|
|
2079
|
-
};
|
|
2080
|
-
// If the url is absolute, we can bypass the logic to prepend the basePath.
|
|
2081
|
-
if ((0, _utils.isAbsoluteUrl)(as)) {
|
|
2082
|
-
anchorProps.href = as;
|
|
2083
|
-
} else {
|
|
2084
|
-
anchorProps.href = (0, _addbasepath.addBasePath)(as);
|
|
2085
|
-
}
|
|
2086
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)(LinkStatusContext.Provider, {
|
|
2087
|
-
value: linkStatus,
|
|
2088
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)("a", {
|
|
2089
|
-
...restProps,
|
|
2090
|
-
...anchorProps,
|
|
2091
|
-
children: children
|
|
2092
|
-
})
|
|
2093
|
-
});
|
|
2094
|
-
}
|
|
2095
|
-
const LinkStatusContext = /*#__PURE__*/ (0, _react.createContext)(_links.IDLE_LINK_STATUS);
|
|
2096
|
-
const useLinkStatus = ()=>{
|
|
2097
|
-
return (0, _react.useContext)(LinkStatusContext);
|
|
2098
|
-
};
|
|
2099
|
-
function getFetchStrategyFromPrefetchProp(prefetchProp) {
|
|
2100
|
-
if ("TURBOPACK compile-time falsy", 0) //TURBOPACK unreachable
|
|
2101
|
-
;
|
|
2102
|
-
else {
|
|
2103
|
-
return prefetchProp === null || prefetchProp === 'auto' ? _segmentcache.FetchStrategy.PPR : // (although invalid values should've been filtered out by prop validation in dev)
|
|
2104
|
-
_segmentcache.FetchStrategy.Full;
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
|
-
if ((typeof exports.default === 'function' || typeof exports.default === 'object' && exports.default !== null) && typeof exports.default.__esModule === 'undefined') {
|
|
2108
|
-
Object.defineProperty(exports.default, '__esModule', {
|
|
2109
|
-
value: true
|
|
2110
|
-
});
|
|
2111
|
-
Object.assign(exports.default, exports);
|
|
2112
|
-
module.exports = exports.default;
|
|
2113
|
-
} //# sourceMappingURL=link.js.map
|
|
2114
|
-
}),
|
|
2115
|
-
]);
|
|
2116
|
-
|
|
2117
|
-
//# sourceMappingURL=_9429dbc3._.js.map
|