Created
May 30, 2024 08:40
-
-
Save michaelschufi/638a0a9bc5bc8568c86b50a8c0c0e723 to your computer and use it in GitHub Desktop.
TS Server logs
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Info 0 [10:25:00.017] Starting TS Server | |
Info 1 [10:25:00.017] Version: 5.5.0-dev | |
Info 2 [10:25:00.018] Arguments: /home/michael/.vscode-server-insiders/bin/c6e45e96a6b0fe94e0dae5b13ab4167d69ec9788/node /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /tmp/vscode-typescript1000/aba7309e4f5da73ccfe4/tscancellation-72deaeaa3bd6d1d629ca.tmp* --logVerbosity verbose --logFile "/home/michael/.vscode-server-insiders/data/logs/20240530T092000/exthost2/vscode.typescript-language-features/tsserver-log-o0TAVb/tsserver.log" --locale en --noGetErrOnBackgroundUpdate --canUseWatchEvents --validateDefaultNpmLocation --useNodeIpc | |
Info 3 [10:25:00.018] Platform: linux NodeVersion: v20.11.1 CaseSensitive: true | |
Info 4 [10:25:00.018] ServerMode: undefined hasUnknownServerMode: undefined | |
Info 5 [10:25:00.027] Binding... | |
Info 6 [10:25:00.033] request: | |
{ | |
"seq": 0, | |
"type": "request", | |
"command": "configure", | |
"arguments": { | |
"hostInfo": "vscode", | |
"preferences": { | |
"providePrefixAndSuffixTextForRename": true, | |
"allowRenameOfImportPath": true, | |
"includePackageJsonAutoImports": "auto", | |
"excludeLibrarySymbolsInNavTo": true | |
}, | |
"watchOptions": {} | |
} | |
} | |
Info 7 [10:25:00.033] Host information vscode | |
Info 8 [10:25:00.034] Host watch options changed to undefined, it will be take effect for next watches. | |
Info 9 [10:25:00.034] response: | |
{"seq":0,"type":"response","command":"configure","request_seq":0,"success":true} | |
Perf 10 [10:25:00.034] 0::configure: async elapsed time (in milliseconds) 1.3746 | |
Info 11 [10:25:00.034] request: | |
{ | |
"seq": 1, | |
"type": "request", | |
"command": "compilerOptionsForInferredProjects", | |
"arguments": { | |
"options": { | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"target": "ES2020", | |
"jsx": "react", | |
"allowImportingTsExtensions": true, | |
"strictNullChecks": true, | |
"strictFunctionTypes": true, | |
"sourceMap": true, | |
"allowJs": true, | |
"allowSyntheticDefaultImports": true, | |
"allowNonTsExtensions": true, | |
"resolveJsonModule": true | |
} | |
} | |
} | |
Perf 12 [10:25:00.035] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.3906 | |
Info 13 [10:25:00.035] response: | |
{"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true} | |
Info 14 [10:25:00.035] request: | |
{ | |
"seq": 2, | |
"type": "request", | |
"command": "updateOpen", | |
"arguments": { | |
"changedFiles": [], | |
"closedFiles": [], | |
"openFiles": [ | |
{ | |
"file": "/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/page.tsx", | |
"fileContent": "const Page = () => {\n // import suggestion for lodash is working\n const bar = sum(1, 2)\n\n // internal @repo/ui package exports don't work\n const foo = getFoo();\n const bar = getBar();\n\n return (\n // also not in jsx\n <Card>\n <h1>Hello, world!</h1>\n <p>Welcome to your new app!</p>\n </div>\n );\n};\n\nexport default Page;\n", | |
"projectRootPath": "/home/michael/repos/repro-monorepo-tsserver-import", | |
"scriptKindName": "TSX" | |
}, | |
{ | |
"file": "/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/layout.tsx", | |
"fileContent": "import \"./globals.css\";\nimport type { Metadata } from \"next\";\nimport { Inter } from \"next/font/google\";\n\nconst inter = Inter({ subsets: [\"latin\"] });\n\nexport const metadata: Metadata = {\n title: \"Create Turborepo\",\n description: \"Generated by create turbo\",\n};\n\nexport default function RootLayout({\n children,\n}: {\n children: React.ReactNode;\n}): JSX.Element {\n return (\n <html lang=\"en\">\n <body className={inter.className}>{children}</body>\n </html>\n );\n}\n", | |
"projectRootPath": "/home/michael/repos/repro-monorepo-tsserver-import", | |
"scriptKindName": "TSX" | |
} | |
] | |
} | |
} | |
Info 15 [10:25:00.037] getConfigFileNameForFile:: File: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/page.tsx ProjectRootPath: /home/michael/repos/repro-monorepo-tsserver-import:: Result: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json | |
Info 16 [10:25:00.038] Creating configuration project /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json | |
Info 17 [10:25:00.041] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Config file | |
Info 18 [10:25:00.041] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":1,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json"}} | |
Info 19 [10:25:00.041] event: | |
{"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json","reason":"Creating possible configured project for /home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/page.tsx to open"}} | |
Info 20 [10:25:00.062] Config: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json : { | |
"rootNames": [ | |
"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/next-env.d.ts", | |
"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/next.config.js", | |
"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/route.ts", | |
"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/layout.tsx", | |
"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/page.tsx" | |
], | |
"options": { | |
"declaration": true, | |
"declarationMap": true, | |
"esModuleInterop": true, | |
"incremental": false, | |
"isolatedModules": true, | |
"lib": [ | |
"lib.es2022.d.ts", | |
"lib.dom.d.ts", | |
"lib.dom.iterable.d.ts" | |
], | |
"module": 99, | |
"moduleDetection": 3, | |
"moduleResolution": 100, | |
"noUncheckedIndexedAccess": true, | |
"resolveJsonModule": true, | |
"skipLibCheck": true, | |
"strict": true, | |
"target": 9, | |
"plugins": [ | |
{ | |
"name": "next" | |
} | |
], | |
"allowJs": true, | |
"jsx": 1, | |
"noEmit": true, | |
"configFilePath": "/home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json" | |
} | |
} | |
Info 21 [10:25:00.062] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/typescript-config/nextjs.json 2000 undefined Config: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Extended config file | |
Info 22 [10:25:00.062] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":2,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/typescript-config/nextjs.json"}} | |
Info 23 [10:25:00.062] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/typescript-config/base.json 2000 undefined Config: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Extended config file | |
Info 24 [10:25:00.063] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":3,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/typescript-config/base.json"}} | |
Info 25 [10:25:00.064] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web 1 undefined Config: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Wild card directory | |
Info 26 [10:25:00.064] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":4,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web","recursive":true,"ignoreUpdate":true}} | |
Info 27 [10:25:00.064] Elapsed:: 0.18250000000000455ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web 1 undefined Config: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Wild card directory | |
Info 28 [10:25:00.064] Enabling plugin next from candidate paths: /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js/../../.. | |
Info 29 [10:25:00.064] Loading next from /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js/../../.. (resolved to /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules) | |
Info 30 [10:25:00.081] Failed to load module 'next' from /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules: Error: Could not resolve JS module 'next' starting at '/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules'. Looked in: /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules/next/package.json, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules/next.js, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules/next.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules/next/index.js, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/node_modules/next/index.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/node_modules/next/package.json, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/node_modules/next.js, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/node_modules/next.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/node_modules/next/index.js, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/node_modules/next/index.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/next/package.json, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/next.js, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/next.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/next/index.js, /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/next/index.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/node_modules/next/package.json, /home/michael/.local/share/pnpm/global/5/.pnpm/node_modules/next.js, /home/michael/.local/share/pnpm/global/5/.pnpm/node_modules/next.jsx, /home/michael/.local/share/pnpm/global/5/.pnpm/node_modules/next/index.js, /home/michael/.local/share/pnpm/global/5/.pnpm/node_modules/next/index.jsx, /home/michael/.local/share/pnpm/global/5/node_modules/next/package.json, /home/michael/.local/share/pnpm/global/5/node_modules/next.js, /home/michael/.local/share/pnpm/global/5/node_modules/next.jsx, /home/michael/.local/share/pnpm/global/5/node_modules/next/index.js, /home/michael/.local/share/pnpm/global/5/node_modules/next/index.jsx, /home/michael/.local/share/pnpm/global/node_modules/next/package.json, /home/michael/.local/share/pnpm/global/node_modules/next.js, /home/michael/.local/share/pnpm/global/node_modules/next.jsx, /home/michael/.local/share/pnpm/global/node_modules/next/index.js, /home/michael/.local/share/pnpm/global/node_modules/next/index.jsx, /home/michael/.local/share/pnpm/node_modules/next/package.json, /home/michael/.local/share/pnpm/node_modules/next.js, /home/michael/.local/share/pnpm/node_modules/next.jsx, /home/michael/.local/share/pnpm/node_modules/next/index.js, /home/michael/.local/share/pnpm/node_modules/next/index.jsx, /home/michael/.local/share/node_modules/next/package.json, /home/michael/.local/share/node_modules/next.js, /home/michael/.local/share/node_modules/next.jsx, /home/michael/.local/share/node_modules/next/index.js, /home/michael/.local/share/node_modules/next/index.jsx, /home/michael/.local/node_modules/next/package.json, /home/michael/.local/node_modules/next.js, /home/michael/.local/node_modules/next.jsx, /home/michael/.local/node_modules/next/index.js, /home/michael/.local/node_modules/next/index.jsx, /home/michael/node_modules/next/package.json, /home/michael/node_modules/next.js, /home/michael/node_modules/next.jsx, /home/michael/node_modules/next/index.js, /home/michael/node_modules/next/index.jsx, /home/node_modules/next/package.json, /home/node_modules/next.js, /home/node_modules/next.jsx, /home/node_modules/next/index.js, /home/node_modules/next/index.jsx, /node_modules/next/package.json, /node_modules/next.js, /node_modules/next.jsx, /node_modules/next/index.js, /node_modules/next/index.jsx | |
at resolveJSModule (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:44083:11) | |
at Object.require (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:8543:30) | |
at _Project.importServicePluginSync (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:182265:27) | |
at _ProjectService.requestEnablePlugin (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187900:16) | |
at ConfiguredProject2.enablePlugin (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:183575:25) | |
at ConfiguredProject2.enablePluginsWithOptions (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:184365:14) | |
at _ProjectService.loadConfiguredProject (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:186199:13) | |
at _ProjectService.reloadConfiguredProject (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:186451:10) | |
at ConfiguredProject2.updateGraph (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:184294:29) | |
at updateWithTriggerFile (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:184781:11) | |
at updateConfiguredProject (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:184789:9) | |
at _ProjectService.findCreateOrReloadConfiguredProject (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187313:44) | |
at _ProjectService.tryFindDefaultConfiguredProjectForOpenScriptInfo (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187337:25) | |
at _ProjectService.tryFindDefaultConfiguredProjectAndLoadAncestorsForOpenScriptInfo (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187383:25) | |
at _ProjectService.assignProjectToOpenedScriptInfo (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187268:27) | |
at /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187641:25 | |
at Array.forEach (<anonymous>) | |
at _ProjectService.applyChangesInOpenFiles (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:187639:56) | |
at updateOpen (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:188848:29) | |
at /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:191481:69 | |
at IpcIOSession.executeWithRequestId (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:191473:14) | |
at IpcIOSession.executeCommand (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:191481:29) | |
at IpcIOSession.onMessage (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/typescript.js:191523:51) | |
at process.<anonymous> (/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/tsserver.js:530:14) | |
at process.emit (node:events:518:28) | |
at emit (node:internal/child_process:951:14) | |
at process.processTicksAndRejections (node:internal/process/task_queues:83:21) | |
Info 31 [10:25:00.081] Couldn't find next | |
Info 32 [10:25:00.082] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/next-env.d.ts 500 undefined WatchType: Closed Script info | |
Info 33 [10:25:00.082] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":5,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/next-env.d.ts"}} | |
Info 34 [10:25:00.082] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/next.config.js 500 undefined WatchType: Closed Script info | |
Info 35 [10:25:00.082] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":6,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/next.config.js"}} | |
Info 36 [10:25:00.083] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/route.ts 500 undefined WatchType: Closed Script info | |
Info 37 [10:25:00.083] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":7,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/route.ts"}} | |
Info 38 [10:25:00.108] Starting updateGraphWorker: Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json | |
Info 39 [10:25:00.131] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 40 [10:25:00.131] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":8,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules","recursive":true}} | |
Info 41 [10:25:00.131] Elapsed:: 0.1493000000000393ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 42 [10:25:00.131] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 43 [10:25:00.131] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":9,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules","recursive":true}} | |
Info 44 [10:25:00.132] Elapsed:: 0.0947999999999638ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 45 [10:25:00.132] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 46 [10:25:00.132] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":10,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules","recursive":true}} | |
Info 47 [10:25:00.132] Elapsed:: 0.10460000000000491ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 48 [10:25:00.132] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 49 [10:25:00.132] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":11,"path":"/home/michael/repos/node_modules","recursive":true}} | |
Info 50 [10:25:00.132] Elapsed:: 0.07179999999999609ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/node_modules 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 51 [10:25:00.133] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 52 [10:25:00.133] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":12,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/package.json"}} | |
Info 53 [10:25:00.133] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/react/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 54 [10:25:00.133] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":13,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/react/package.json"}} | |
Info 55 [10:25:00.133] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 56 [10:25:00.133] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":14,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/package.json"}} | |
Info 57 [10:25:00.134] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/next 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 58 [10:25:00.134] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":15,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/next","recursive":true,"ignoreUpdate":true}} | |
Info 59 [10:25:00.134] Elapsed:: 0.08729999999997062ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/next 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 60 [10:25:00.139] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache | |
Info 61 [10:25:00.139] Elapsed:: 0.015099999999961256ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache | |
Info 62 [10:25:00.448] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 63 [10:25:00.448] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":16,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/package.json"}} | |
Info 64 [10:25:00.481] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 65 [10:25:00.481] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":17,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/package.json"}} | |
Info 66 [10:25:00.812] DirectoryWatcher:: Added:: WatchInfo: /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache | |
Info 67 [10:25:00.812] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":18,"path":"/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules","recursive":true}} | |
Info 68 [10:25:00.812] Elapsed:: 0.10799999999994725ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules 1 undefined WatchType: node_modules for closed script infos and package.jsons affecting module specifier cache | |
Info 69 [10:25:00.933] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 70 [10:25:00.933] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":19,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/package.json"}} | |
Info 71 [10:25:00.937] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 72 [10:25:00.937] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":20,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react","recursive":true,"ignoreUpdate":true}} | |
Info 73 [10:25:00.937] Elapsed:: 0.09269999999992251ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 74 [10:25:00.937] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 75 [10:25:00.937] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":21,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 76 [10:25:00.937] Elapsed:: 0.09000000000014552ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 77 [10:25:00.938] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 78 [10:25:00.938] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":22,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 79 [10:25:00.938] Elapsed:: 0.07590000000004693ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 80 [10:25:00.938] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 81 [10:25:00.938] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":23,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react","recursive":true,"ignoreUpdate":true}} | |
Info 82 [10:25:00.938] Elapsed:: 0.03939999999988686ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 83 [10:25:00.939] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 84 [10:25:00.939] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":24,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/package.json"}} | |
Info 85 [10:25:00.940] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 86 [10:25:00.940] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":25,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react-dom","recursive":true,"ignoreUpdate":true}} | |
Info 87 [10:25:00.940] Elapsed:: 0.080600000000004ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 88 [10:25:00.941] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 89 [10:25:00.941] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":26,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-dom","recursive":true,"ignoreUpdate":true}} | |
Info 90 [10:25:00.941] Elapsed:: 0.06890000000021246ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 91 [10:25:00.941] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 92 [10:25:00.941] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":27,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react-dom","recursive":true,"ignoreUpdate":true}} | |
Info 93 [10:25:00.941] Elapsed:: 0.10900000000015098ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 94 [10:25:00.941] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 95 [10:25:00.941] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":28,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react-dom","recursive":true,"ignoreUpdate":true}} | |
Info 96 [10:25:00.942] Elapsed:: 0.04549999999994725ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react-dom 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 97 [10:25:01.155] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/app 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 98 [10:25:01.155] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":29,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app","recursive":true,"ignoreUpdate":true}} | |
Info 99 [10:25:01.155] Elapsed:: 0.10220000000003893ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/app 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 100 [10:25:01.323] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 101 [10:25:01.323] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":30,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/package.json"}} | |
Info 102 [10:25:01.324] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 103 [10:25:01.324] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":31,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/package.json"}} | |
Info 104 [10:25:02.106] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 105 [10:25:02.107] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":32,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json"}} | |
Info 106 [10:25:02.108] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 107 [10:25:02.108] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":33,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/package.json"}} | |
Info 108 [10:25:02.108] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 109 [10:25:02.108] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":34,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/package.json"}} | |
Info 110 [10:25:02.109] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 111 [10:25:02.109] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":35,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler","recursive":true,"ignoreUpdate":true}} | |
Info 112 [10:25:02.109] Elapsed:: 0.0787000000000262ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Failed Lookup Locations | |
Info 113 [10:25:02.109] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 114 [10:25:02.109] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":36,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/package.json"}} | |
Info 115 [10:25:02.111] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/buffer/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 116 [10:25:02.111] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":37,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/buffer/package.json"}} | |
Info 117 [10:25:02.111] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 118 [10:25:02.111] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":38,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/package.json"}} | |
Info 119 [10:25:02.115] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 120 [10:25:02.115] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":39,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json"}} | |
Info 121 [10:25:02.115] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/superstruct/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 122 [10:25:02.115] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":40,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/superstruct/package.json"}} | |
Info 123 [10:25:02.121] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 124 [10:25:02.121] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":41,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/package.json"}} | |
Info 125 [10:25:02.122] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/estree/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 126 [10:25:02.122] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":42,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/estree/package.json"}} | |
Info 127 [10:25:02.123] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/json-schema/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 128 [10:25:02.123] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":43,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/json-schema/package.json"}} | |
Info 129 [10:25:02.123] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 130 [10:25:02.123] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":44,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/package.json"}} | |
Info 131 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 132 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":45,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/package.json"}} | |
Info 133 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 134 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":46,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/package.json"}} | |
Info 135 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 136 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":47,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/package.json"}} | |
Info 137 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 138 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":48,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/package.json"}} | |
Info 139 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 140 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":49,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/package.json"}} | |
Info 141 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 142 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":50,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/package.json"}} | |
Info 143 [10:25:02.124] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 144 [10:25:02.124] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":51,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/package.json"}} | |
Info 145 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 146 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":52,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/package.json"}} | |
Info 147 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 148 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":53,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/package.json"}} | |
Info 149 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 150 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":54,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/package.json"}} | |
Info 151 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 152 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":55,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/package.json"}} | |
Info 153 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 154 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":56,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/package.json"}} | |
Info 155 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 156 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":57,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/package.json"}} | |
Info 157 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 158 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":58,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/package.json"}} | |
Info 159 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 160 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":59,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/package.json"}} | |
Info 161 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 162 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":60,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/package.json"}} | |
Info 163 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 164 [10:25:02.125] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":61,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/package.json"}} | |
Info 165 [10:25:02.125] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 166 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":62,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/package.json"}} | |
Info 167 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 168 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":63,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/package.json"}} | |
Info 169 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 170 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":64,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/package.json"}} | |
Info 171 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 172 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":65,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/package.json"}} | |
Info 173 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 174 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":66,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/package.json"}} | |
Info 175 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 176 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":67,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/package.json"}} | |
Info 177 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 178 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":68,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/package.json"}} | |
Info 179 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 180 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":69,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/package.json"}} | |
Info 181 [10:25:02.126] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 182 [10:25:02.126] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":70,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/package.json"}} | |
Info 183 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 184 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":71,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/package.json"}} | |
Info 185 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 186 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":72,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/package.json"}} | |
Info 187 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 188 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":73,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/package.json"}} | |
Info 189 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 190 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":74,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/package.json"}} | |
Info 191 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 192 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":75,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/package.json"}} | |
Info 193 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 194 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":76,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/package.json"}} | |
Info 195 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 196 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":77,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/package.json"}} | |
Info 197 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 198 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":78,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/package.json"}} | |
Info 199 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 200 [10:25:02.127] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":79,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/package.json"}} | |
Info 201 [10:25:02.127] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 202 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":80,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/package.json"}} | |
Info 203 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 204 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":81,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/package.json"}} | |
Info 205 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 206 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":82,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/package.json"}} | |
Info 207 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 208 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":83,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/package.json"}} | |
Info 209 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 210 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":84,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/package.json"}} | |
Info 211 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 212 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":85,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/package.json"}} | |
Info 213 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 214 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":86,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/package.json"}} | |
Info 215 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 216 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":87,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/package.json"}} | |
Info 217 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 218 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":88,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/package.json"}} | |
Info 219 [10:25:02.128] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 220 [10:25:02.128] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":89,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/package.json"}} | |
Info 221 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 222 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":90,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/package.json"}} | |
Info 223 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 224 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":91,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/package.json"}} | |
Info 225 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 226 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":92,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/package.json"}} | |
Info 227 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 228 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":93,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/package.json"}} | |
Info 229 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 230 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":94,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/package.json"}} | |
Info 231 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 232 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":95,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/package.json"}} | |
Info 233 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 234 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":96,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/package.json"}} | |
Info 235 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 236 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":97,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/package.json"}} | |
Info 237 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 238 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":98,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/package.json"}} | |
Info 239 [10:25:02.129] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 240 [10:25:02.129] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":99,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/package.json"}} | |
Info 241 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 242 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":100,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/package.json"}} | |
Info 243 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 244 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":101,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json"}} | |
Info 245 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 246 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":102,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/package.json"}} | |
Info 247 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 248 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":103,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/package.json"}} | |
Info 249 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 250 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":104,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/package.json"}} | |
Info 251 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 252 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":105,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/package.json"}} | |
Info 253 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 254 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":106,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/package.json"}} | |
Info 255 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/google/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 256 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":107,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/google/package.json"}} | |
Info 257 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/google/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 258 [10:25:02.130] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":108,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/google/package.json"}} | |
Info 259 [10:25:02.130] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 260 [10:25:02.131] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":109,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/package.json"}} | |
Info 261 [10:25:02.131] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/package.json 2000 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: File location affecting resolution | |
Info 262 [10:25:02.131] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":110,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/package.json"}} | |
Info 263 [10:25:02.131] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 264 [10:25:02.131] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":111,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types","recursive":true,"ignoreUpdate":true}} | |
Info 265 [10:25:02.131] Elapsed:: 0.04329999999981737ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 266 [10:25:02.131] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 267 [10:25:02.131] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":112,"path":"/home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules/@types","recursive":true,"ignoreUpdate":true}} | |
Info 268 [10:25:02.131] Elapsed:: 0.027800000000297587ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 269 [10:25:02.131] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 270 [10:25:02.131] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":113,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/@types","recursive":true,"ignoreUpdate":true}} | |
Info 271 [10:25:02.131] Elapsed:: 0.029899999999997817ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 272 [10:25:02.132] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 273 [10:25:02.132] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":114,"path":"/home/michael/repos/node_modules/@types","recursive":true,"ignoreUpdate":true}} | |
Info 274 [10:25:02.132] Elapsed:: 0.02289999999993597ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/node_modules/@types 1 undefined Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json WatchType: Type roots | |
Info 275 [10:25:02.132] Finishing updateGraphWorker: Project: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json projectStateVersion: 1 projectProgramVersion: 0 structureChanged: true structureIsReused:: Not Elapsed: 2023.620494ms | |
Info 276 [10:25:02.132] Project '/home/michael/repos/repro-monorepo-tsserver-import/apps/web/tsconfig.json' (Configured) | |
Info 277 [10:25:02.151] Files (395) | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es5.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.dom.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.dom.iterable.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.core.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.collection.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.generator.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.iterable.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.promise.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.proxy.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.reflect.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.symbol.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.array.include.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.date.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.object.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.sharedmemory.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.string.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.typedarrays.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asyncgenerator.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asynciterable.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.promise.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.regexp.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.array.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.object.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.string.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.symbol.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.bigint.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.date.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.promise.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.sharedmemory.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.string.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.number.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.promise.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.string.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.weakref.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.array.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.error.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.object.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.sharedmemory.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.string.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.regexp.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.esnext.intl.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.decorators.d.ts | |
/home/michael/.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.decorators.legacy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/css.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/tracing.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/macro.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/style.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/amp.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert/strict.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/buffer/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/header.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/readable.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/connector.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/global-dispatcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/global-origin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/pool-stats.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/handlers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/api.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/patch.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/content-type.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/cache.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/interceptors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/async_hooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/buffer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/child_process.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/cluster.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/console.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/crypto.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dgram.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/diagnostics_channel.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/domain.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dom-events.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/events.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/http.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/http2.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/https.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/inspector.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/net.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/os.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/path.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/perf_hooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/process.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/punycode.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/querystring.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/repl.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/consumers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/web.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/string_decoder.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/test.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/tls.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/trace_events.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/tty.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/util.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/v8.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/vm.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/wasi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/worker_threads.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/zlib.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/get-page-files.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/canary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/experimental.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/webpack.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/load-custom-routes.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-kind.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/route-match.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router-headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-environment.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-polyfill-crypto.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/page-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/revalidate.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/cookies.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/setup-exception-listeners.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/font-utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/route-module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/mitt.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/bloom-filter.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/page-extensions-type.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/app-dir-module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/hooks-server-context.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/create-error-handler.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/render-from-template-context.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/action-async-storage.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-bailout.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/searchparams-bailout-proxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/preloads.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/taint.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/pages.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/normalizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/suffix.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefix.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/next-data.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/coalesced-function.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/shared.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/load-jsconfig.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/parse-version-info.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/storage.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/path-match.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/extra-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/manifest-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/app.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/unstable-cache.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/revalidate-path.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/revalidate-tag.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/unstable-no-store.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/runtime-config.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/document.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/dynamic.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dynamic.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/error.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/head.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/draft-mode.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect-status-code.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/navigation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/script.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/user-agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/image-response.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/compiled.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/apps/web/next-env.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/apps/web/next.config.js | |
/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/route.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/google/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/google/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/layout.tsx | |
/home/michael/repos/repro-monorepo-tsserver-import/apps/web/app/page.tsx | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/helpers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/estree/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/json-schema/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/common.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/array.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/collection.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/date.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/function.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/lang.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/math.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/number.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/object.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/seq.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/string.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/util.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es5.d.ts | |
Library referenced via 'es5' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts | |
Library referenced via 'es2015' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.d.ts | |
Library referenced via 'es2016' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts | |
Library referenced via 'es2017' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts | |
Library referenced via 'es2018' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts | |
Library referenced via 'es2019' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts | |
Library referenced via 'es2020' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
Library referenced via 'es2020' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts | |
Library referenced via 'es2021' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts | |
Library 'lib.es2022.d.ts' specified in compilerOptions | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.dom.d.ts | |
Library 'lib.dom.d.ts' specified in compilerOptions | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.dom.iterable.d.ts | |
Library 'lib.dom.iterable.d.ts' specified in compilerOptions | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.core.d.ts | |
Library referenced via 'es2015.core' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.collection.d.ts | |
Library referenced via 'es2015.collection' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.generator.d.ts | |
Library referenced via 'es2015.generator' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.iterable.d.ts | |
Library referenced via 'es2015.iterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
Library referenced via 'es2015.iterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.generator.d.ts' | |
Library referenced via 'es2015.iterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asynciterable.d.ts' | |
Library referenced via 'es2015.iterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.object.d.ts' | |
Library referenced via 'es2015.iterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.string.d.ts' | |
Library referenced via 'es2015.iterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.promise.d.ts | |
Library referenced via 'es2015.promise' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.proxy.d.ts | |
Library referenced via 'es2015.proxy' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.reflect.d.ts | |
Library referenced via 'es2015.reflect' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.symbol.d.ts | |
Library referenced via 'es2015.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.iterable.d.ts' | |
Library referenced via 'es2015.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
Library referenced via 'es2015.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts' | |
Library referenced via 'es2015.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.sharedmemory.d.ts' | |
Library referenced via 'es2015.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asynciterable.d.ts' | |
Library referenced via 'es2015.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.symbol.wellknown.d.ts | |
Library referenced via 'es2015.symbol.wellknown' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2015.d.ts' | |
Library referenced via 'es2015.symbol.wellknown' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.sharedmemory.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.array.include.d.ts | |
Library referenced via 'es2016.array.include' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.intl.d.ts | |
Library referenced via 'es2016.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2016.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.date.d.ts | |
Library referenced via 'es2017.date' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.object.d.ts | |
Library referenced via 'es2017.object' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.sharedmemory.d.ts | |
Library referenced via 'es2017.sharedmemory' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.string.d.ts | |
Library referenced via 'es2017.string' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.intl.d.ts | |
Library referenced via 'es2017.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.typedarrays.d.ts | |
Library referenced via 'es2017.typedarrays' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2017.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asyncgenerator.d.ts | |
Library referenced via 'es2018.asyncgenerator' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asynciterable.d.ts | |
Library referenced via 'es2018.asynciterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts' | |
Library referenced via 'es2018.asynciterable' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.asyncgenerator.d.ts' | |
Library referenced via 'esnext.asynciterable' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.intl.d.ts | |
Library referenced via 'es2018.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts' | |
Library referenced via 'es2018.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.intl.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.promise.d.ts | |
Library referenced via 'es2018.promise' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.regexp.d.ts | |
Library referenced via 'es2018.regexp' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2018.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.array.d.ts | |
Library referenced via 'es2019.array' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.object.d.ts | |
Library referenced via 'es2019.object' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.string.d.ts | |
Library referenced via 'es2019.string' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.symbol.d.ts | |
Library referenced via 'es2019.symbol' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.intl.d.ts | |
Library referenced via 'es2019.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2019.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.bigint.d.ts | |
Library referenced via 'es2020.bigint' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
Library referenced via 'esnext.bigint' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.date.d.ts | |
Library referenced via 'es2020.date' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.promise.d.ts | |
Library referenced via 'es2020.promise' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.sharedmemory.d.ts | |
Library referenced via 'es2020.sharedmemory' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.string.d.ts | |
Library referenced via 'es2020.string' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.symbol.wellknown.d.ts | |
Library referenced via 'es2020.symbol.wellknown' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.intl.d.ts | |
Library referenced via 'es2020.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.bigint.d.ts' | |
Library referenced via 'es2020.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.date.d.ts' | |
Library referenced via 'es2020.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.number.d.ts' | |
Library referenced via 'es2020.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.number.d.ts | |
Library referenced via 'es2020.number' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2020.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.promise.d.ts | |
Library referenced via 'es2021.promise' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.string.d.ts | |
Library referenced via 'es2021.string' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.weakref.d.ts | |
Library referenced via 'es2021.weakref' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.intl.d.ts | |
Library referenced via 'es2021.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2021.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.array.d.ts | |
Library referenced via 'es2022.array' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.error.d.ts | |
Library referenced via 'es2022.error' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.intl.d.ts | |
Library referenced via 'es2022.intl' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.object.d.ts | |
Library referenced via 'es2022.object' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.sharedmemory.d.ts | |
Library referenced via 'es2022.sharedmemory' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.string.d.ts | |
Library referenced via 'es2022.string' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.regexp.d.ts | |
Library referenced via 'es2022.regexp' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es2022.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.esnext.intl.d.ts | |
Library referenced via 'esnext.intl' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.decorators.d.ts | |
Library referenced via 'decorators' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es5.d.ts' | |
../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.decorators.legacy.d.ts | |
Library referenced via 'decorators.legacy' from file '../../../../.local/share/pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/every-ts/.data/TypeScript/lib/lib.es5.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/css.d.ts | |
Type library referenced via './css' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts' with packageId 'next/dist/styled-jsx/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/global.d.ts | |
Referenced via 'global.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' | |
../../node_modules/.pnpm/[email protected]/node_modules/csstype/index.d.ts | |
Imported via "csstype" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' with packageId 'csstype/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/index.d.ts | |
Imported via "prop-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' with packageId '@types/prop-types/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/tracing.d.ts | |
Imported via "scheduler/tracing" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' with packageId '@types/scheduler/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "." from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/canary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "./" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "./" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/render-from-template-context.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/dynamic.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts' with packageId '@types/react/[email protected]' | |
Entry point for implicit type library 'react' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/index.d.ts | |
Type library referenced via './index' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts' with packageId 'next/dist/styled-jsx/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/macro.d.ts | |
Type library referenced via './macro' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts' with packageId 'next/dist/styled-jsx/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/style.d.ts | |
Type library referenced via './style' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts' with packageId 'next/dist/styled-jsx/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts | |
Referenced via './dist/styled-jsx/types/global.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp.d.ts | |
Imported via './dist/shared/lib/amp' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/amp.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/amp.d.ts | |
Referenced via './amp.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert.d.ts | |
Referenced via 'assert.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert/strict.d.ts | |
Referenced via 'assert/strict.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/[email protected]/node_modules/buffer/index.d.ts | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/readable.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'buffer/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/header.d.ts | |
Imported via './header' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./header" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './header' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './header' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/readable.d.ts | |
Imported via './readable' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts | |
Imported via './file' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './file' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './file' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cache.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/connector.d.ts | |
Imported via "./connector" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './connector' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './connector' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./connector" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './connector' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-errors.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/global-dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/handlers.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/api.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/interceptors.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/global-dispatcher.d.ts | |
Imported via './global-dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './global-dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './global-dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/global-origin.d.ts | |
Imported via './global-origin' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool-stats.d.ts | |
Imported via './pool-stats' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./pool" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool-stats.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/handlers.d.ts | |
Imported via './handlers' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './handlers' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './handlers' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts | |
Imported via './balanced-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './balanced-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts | |
Imported via './mock-client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts | |
Imported via './mock-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-errors.d.ts | |
Imported via './mock-errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts | |
Imported via './proxy-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/api.d.ts | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts | |
Imported via './cookies' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/patch.d.ts | |
Imported via './patch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './patch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts | |
Imported via './filereader' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './filereader' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts | |
Imported via './diagnostics-channel' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts | |
Imported via './websocket' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/content-type.d.ts | |
Imported via './content-type' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cache.d.ts | |
Imported via './cache' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './cache' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/interceptors.d.ts | |
Imported via './interceptors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts | |
Referenced via 'globals.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/async_hooks.d.ts | |
Referenced via 'async_hooks.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/buffer.d.ts | |
Referenced via 'buffer.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/child_process.d.ts | |
Referenced via 'child_process.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/cluster.d.ts | |
Referenced via 'cluster.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/console.d.ts | |
Referenced via 'console.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/constants.d.ts | |
Referenced via 'constants.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/crypto.d.ts | |
Referenced via 'crypto.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dgram.d.ts | |
Referenced via 'dgram.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/diagnostics_channel.d.ts | |
Referenced via 'diagnostics_channel.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns.d.ts | |
Referenced via 'dns.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns/promises.d.ts | |
Referenced via 'dns/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
Referenced via 'dns/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/domain.d.ts | |
Referenced via 'domain.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dom-events.d.ts | |
Referenced via 'dom-events.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/events.d.ts | |
Referenced via 'events.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs.d.ts | |
Referenced via 'fs.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs/promises.d.ts | |
Referenced via 'fs/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/http.d.ts | |
Referenced via 'http.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/http2.d.ts | |
Referenced via 'http2.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/https.d.ts | |
Referenced via 'https.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/inspector.d.ts | |
Referenced via 'inspector.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/module.d.ts | |
Referenced via 'module.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/net.d.ts | |
Referenced via 'net.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/os.d.ts | |
Referenced via 'os.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/path.d.ts | |
Referenced via 'path.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/perf_hooks.d.ts | |
Referenced via 'perf_hooks.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/process.d.ts | |
Referenced via 'process.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/punycode.d.ts | |
Referenced via 'punycode.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/querystring.d.ts | |
Referenced via 'querystring.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline.d.ts | |
Referenced via 'readline.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline/promises.d.ts | |
Referenced via 'readline/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/repl.d.ts | |
Referenced via 'repl.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream.d.ts | |
Referenced via 'stream.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/promises.d.ts | |
Referenced via 'stream/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/consumers.d.ts | |
Referenced via 'stream/consumers.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/web.d.ts | |
Referenced via 'stream/web.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/string_decoder.d.ts | |
Referenced via 'string_decoder.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/test.d.ts | |
Referenced via 'test.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers.d.ts | |
Referenced via 'timers.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers/promises.d.ts | |
Referenced via 'timers/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/tls.d.ts | |
Referenced via 'tls.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/trace_events.d.ts | |
Referenced via 'trace_events.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/tty.d.ts | |
Referenced via 'tty.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/url.d.ts | |
Referenced via 'url.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/util.d.ts | |
Referenced via 'util.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/v8.d.ts | |
Referenced via 'v8.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/vm.d.ts | |
Referenced via 'vm.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/wasi.d.ts | |
Referenced via 'wasi.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/worker_threads.d.ts | |
Referenced via 'worker_threads.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/zlib.d.ts | |
Referenced via 'zlib.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.global.d.ts | |
Referenced via 'globals.global.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/patch.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/content-type.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/action-async-storage.external.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/global.d.ts' with packageId '@types/node/[email protected]' | |
Entry point for implicit type library 'node' with packageId '@types/node/[email protected]' | |
Entry point for implicit type library 'node' with packageId '@types/node/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/get-page-files.d.ts | |
Imported via '../../server/get-page-files' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './get-page-files' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/get-page-files' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/canary.d.ts | |
Imported via "./canary" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/experimental.d.ts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/experimental.d.ts | |
Type library referenced via 'react/experimental' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react/experimental' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/index.d.ts | |
Type library referenced via 'react-dom' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react-dom/[email protected]' | |
Imported via "." from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts' with packageId '@types/react-dom/[email protected]' | |
Entry point for implicit type library 'react-dom' with packageId '@types/react-dom/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts | |
Imported via "./canary" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts' with packageId '@types/react-dom/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts | |
Type library referenced via 'react-dom/experimental' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react-dom/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/webpack.d.ts | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts | |
Imported via '../server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/load-custom-routes.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../dist/server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/load-custom-routes.d.ts | |
Imported via '../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/load-custom-routes.js' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../../../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via "../../../lib/load-custom-routes" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via "../../../lib/load-custom-routes" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config.d.ts | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts | |
Imported via '../build/webpack/plugins/subresource-integrity-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts | |
Imported via './body-streams' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../body-streams' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-kind.d.ts | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../../server/future/route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../future/route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/route-definition.d.ts | |
Imported via '../route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/route-match.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/route-module.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via './route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via './route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../future/route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../future/route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/route-match.d.ts | |
Imported via './future/route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via './future/route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via './route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via '../route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via '../route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router-headers.d.ts | |
Imported via '../client/components/app-router-headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../client/components/app-router-headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/load-jsconfig.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts' | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via './index' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/base-http/[email protected][email protected][email protected]' | |
Imported via '../../../../server/base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts' | |
Imported via '../../server/base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts | |
Imported via '../dist/server/api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts' | |
Imported via '../server/api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' | |
Imported via './api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-environment.d.ts | |
Imported via './node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.d.ts | |
Imported via './require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-polyfill-crypto.d.ts | |
Imported via './node-polyfill-crypto' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/node-polyfill-crypto' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './node-polyfill-crypto' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/page-types.d.ts | |
Imported via '../../lib/page-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts | |
Imported via '../../analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../../../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via './analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts | |
Imported via '../loaders/get-module-build-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected][email protected][email protected]' | |
Imported via '../webpack/loaders/get-module-build-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts | |
Imported via '../build/webpack/plugins/middleware-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via './webpack/plugins/middleware-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/revalidate.d.ts | |
Imported via './lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../server/lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../../server/lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts | |
Imported via './render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via "./render-result" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via "./render-result" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts | |
Imported via '../future/helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
Imported via '../helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
Imported via '../helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
Imported via './future/helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts | |
Imported via '../next-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via '../next-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts | |
Imported via 'next/dist/compiled/@edge-runtime/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/cookies.d.ts' with packageId '@edge-runtime/cookies/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/cookies.d.ts | |
Imported via './cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via './cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../web/spec-extension/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts | |
Imported via './spec-extension/request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via './request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../web/spec-extension/request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts | |
Imported via './spec-extension/fetch-event' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/fetch-event' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts | |
Imported via './spec-extension/response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts | |
Imported via './web/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via '../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via "../web/types" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via "../web/types" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/setup-exception-listeners.d.ts | |
Imported via '../lib/setup-exception-listeners' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/constants.d.ts | |
Imported via '../lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts | |
Imported via '../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via '../../../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts' | |
Imported via '../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via '../../../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts | |
Imported via '../build/webpack/plugins/pages-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/pages-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/pages-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts | |
Imported via './route-regex' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts | |
Imported via '../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via './route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts | |
Imported via '../shared/lib/router/utils/parse-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/router/utils/parse-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts | |
Imported via './base-http/node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/base-http/[email protected][email protected][email protected]' | |
Imported via '../base-http/node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/base-http/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/font-utils.d.ts | |
Imported via './font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts | |
Imported via '../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/route-module.d.ts | |
Imported via './future/route-modules/route-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/server/future/route-modules/[email protected][email protected][email protected]' | |
Imported via '../route-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/future/route-modules/[email protected][email protected][email protected]' | |
Imported via '../route-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/future/route-modules/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts | |
Imported via './load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts | |
Imported via '../shared/lib/router/utils/middleware-route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/router/utils/middleware-route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/router/utils/middleware-route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts | |
Imported via '../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts | |
Imported via './locale-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via './locale-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts | |
Imported via '../../route-definitions/pages-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/mitt.d.ts | |
Imported via '../mitt' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts | |
Imported via './with-router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts | |
Imported via '../../../client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via '../client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts | |
Imported via './route-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts | |
Imported via '../../../client/page-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via '../../../client/page-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via "../../../client/page-loader" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/bloom-filter.d.ts | |
Imported via '../../lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts | |
Imported via './router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
Imported via './router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/loadable-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/loadable-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/loadable.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/loadable.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/image-config-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/image-config-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/hooks-client-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/hooks-client-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/head-manager-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/head-manager-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts | |
Imported via '../../route-definitions/app-page-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts | |
Imported via './modern-browserslist-target' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/constants.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/constants.d.ts | |
Imported via '../../../shared/lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/types.d.ts | |
Imported via './metadata/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/build/webpack/loaders/metadata/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/page-extensions-type.d.ts | |
Imported via '../../page-extensions-type' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
Imported via './page-extensions-type' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts | |
Imported via '../../build/webpack/loaders/next-app-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/app-dir-module.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/app-dir-module.d.ts | |
Imported via '../../../lib/app-dir-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../../server/lib/app-dir-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../server/lib/app-dir-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts' with packageId 'next/dist/server/response-cache/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts' with packageId 'next/dist/server/response-cache/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts | |
Imported via '../../response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts' | |
Imported via './response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via './response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts | |
Imported via '../../server/lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' | |
Imported via '../server/lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' | |
Imported via '../lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' | |
Imported via './lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via '../lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' | |
Imported via '../lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/hooks-server-context.d.ts | |
Imported via './hooks-server-context' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/hooks-server-context' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts | |
Imported via '../../client/components/static-generation-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/static-generation-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts | |
Imported via '../web/spec-extension/adapters/request-cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/adapters/request-cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/adapters/request-cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts | |
Imported via '../../server/async-storage/draft-mode-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/async-storage/[email protected][email protected][email protected]' | |
Imported via '../../server/async-storage/draft-mode-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/draft-mode.d.ts' with packageId 'next/dist/server/async-storage/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts | |
Imported via '../../server/web/spec-extension/adapters/headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
Imported via "../../server/web/spec-extension/adapters/headers" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts | |
Imported via '../../client/components/request-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/request-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/create-error-handler.d.ts | |
Imported via './create-error-handler' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts | |
Imported via '../../../app-render/app-render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/server-inserted-html.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/server-inserted-html.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/server-inserted-html.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/amp-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/amp-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts | |
Imported via './vendored/contexts/entrypoints' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/vendored/contexts/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts | |
Imported via '../../server/future/route-modules/app-page/module.compiled' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts | |
Imported via './error-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via './error-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/error-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts | |
Imported via './router-reducer/create-initial-router-state' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts | |
Imported via '../../client/components/app-router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts | |
Imported via '../../client/components/layout-router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/render-from-template-context.d.ts | |
Imported via '../../client/components/render-from-template-context' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/action-async-storage.external.d.ts | |
Imported via '../../client/components/action-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts | |
Imported via './webpack/plugins/app-build-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts | |
Imported via '../../build/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-bailout.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-bailout.d.ts | |
Imported via '../../client/components/static-generation-bailout' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts | |
Imported via '../../client/components/static-generation-searchparams-bailout-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/searchparams-bailout-proxy.d.ts | |
Imported via '../../client/components/searchparams-bailout-proxy' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts | |
Imported via '../../client/components/not-found-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/preloads.d.ts | |
Imported via '../../server/app-render/rsc/preloads' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/server/app-render/rsc/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/taint.d.ts | |
Imported via '../../server/app-render/rsc/taint' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/server/app-render/rsc/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts | |
Imported via '../../server/app-render/entry-base' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts | |
Imported via '../../../../build/templates/app-page' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/build/templates/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts | |
Imported via '../future/route-modules/app-page/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
Imported via '../future/route-modules/app-page/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
Imported via './module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
Imported via '../server/future/route-modules/app-page/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts | |
Imported via '../../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../../app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via './app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts | |
Imported via './fetch-server-response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
Imported via '../../client/components/router-reducer/fetch-server-response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts | |
Imported via '../../client/components/router-reducer/router-reducer-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
Imported via './router-reducer/router-reducer-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
Imported via './router-reducer-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via "../../../shared/lib/app-router-context.shared-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts | |
Imported via './vendored/contexts/entrypoints' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/future/route-modules/pages/vendored/contexts/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts | |
Imported via '../../server/future/route-modules/pages/module.compiled' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/pages.d.ts' with packageId 'next/dist/server/future/route-modules/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/pages.d.ts | |
Imported via '../../../../build/templates/pages' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/build/templates/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts | |
Imported via './future/route-modules/pages/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/future/route-modules/pages/[email protected][email protected][email protected]' | |
Imported via './module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts' with packageId 'next/dist/server/future/route-modules/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts | |
Imported via './render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts | |
Imported via '../route-definitions/pages-api-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts | |
Imported via './future/route-matches/pages-api-route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via './future/route-matches/pages-api-route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts | |
Imported via '../route-matchers/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts' with packageId 'next/dist/server/future/route-matchers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts | |
Imported via '../route-matcher-providers/route-matcher-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts' with packageId 'next/dist/server/future/route-matcher-providers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts | |
Imported via './future/route-matcher-managers/route-matcher-manager' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/route-matcher-managers/[email protected][email protected][email protected]' | |
Imported via '../future/route-matcher-managers/route-matcher-manager' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/future/route-matcher-managers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/normalizer.d.ts | |
Imported via './normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
Imported via '../normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
Imported via '../normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/suffix.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
Imported via '../normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefix.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts | |
Imported via './future/normalizers/locale-route-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/next-data.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/suffix.d.ts | |
Imported via './suffix' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './suffix' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts | |
Imported via './future/normalizers/request/rsc' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefix.d.ts | |
Imported via './prefix' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts | |
Imported via './future/normalizers/request/postponed' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts | |
Imported via './future/normalizers/request/prefetch-rsc' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/next-data.d.ts | |
Imported via './future/normalizers/request/next-data' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts | |
Imported via './base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts | |
Imported via './image-optimizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts | |
Imported via '../next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/coalesced-function.d.ts | |
Imported via '../../../lib/coalesced-function' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/types.d.ts | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.d.ts | |
Imported via './trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/shared.d.ts | |
Imported via './shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts | |
Imported via '../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' | |
Imported via '../../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' | |
Imported via '../../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' | |
Imported via '../../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/load-jsconfig.d.ts | |
Imported via './load-jsconfig' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts | |
Imported via '../../build/webpack-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts | |
Imported via '../webpack/plugins/define-env-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts | |
Imported via '../../build/swc' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/parse-version-info.d.ts | |
Imported via './parse-version-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts | |
Imported via '../../dev/hot-reloader-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/storage.d.ts | |
Imported via '../../../telemetry/storage' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/telemetry/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/types.d.ts | |
Imported via './router-utils/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' with packageId 'next/dist/server/lib/router-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts | |
Imported via './render-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts | |
Imported via '../router-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/path-match.d.ts | |
Imported via '../../../shared/lib/router/utils/path-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via "../../../shared/lib/router/utils/path-match" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts | |
Imported via './filesystem' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/lib/router-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts | |
Imported via './router-utils/setup-dev-bundler' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts' with packageId 'next/dist/server/lib/router-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts | |
Imported via '../lib/dev-bundler-service' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './dev-bundler-service' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts | |
Imported via './static-paths-worker' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts | |
Imported via './dev/next-dev-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts | |
Imported via '../dist/server/next' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../next' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts | |
Imported via './alternative-urls-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/extra-types.d.ts | |
Imported via './extra-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts | |
Imported via './metadata-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
Imported via './metadata-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
Imported via './metadata-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/manifest-types.d.ts | |
Imported via './manifest-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts | |
Imported via './opengraph-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts | |
Imported via './twitter-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts | |
Imported via '../dist/lib/metadata/types/metadata-interface' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via '../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via '../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/constants.d.ts' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via '../../../../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' | |
Imported via '../../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts | |
Imported via './html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/index.d.ts | |
Imported via '@next/env' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@next/env/dist/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts | |
Imported via './dist/pages/_app' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/app.d.ts' with packageId 'next/dist/pages/[email protected][email protected][email protected]' | |
Imported via './dist/pages/_app' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/app.d.ts' with packageId 'next/dist/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/app.d.ts | |
Referenced via './app.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/unstable-cache.d.ts | |
Imported via 'next/dist/server/web/spec-extension/unstable-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/revalidate-path.d.ts | |
Imported via 'next/dist/server/web/spec-extension/revalidate-path' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/revalidate-tag.d.ts | |
Imported via 'next/dist/server/web/spec-extension/revalidate-tag' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/unstable-no-store.d.ts | |
Imported via 'next/dist/server/web/spec-extension/unstable-no-store' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts | |
Referenced via './cache.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/runtime-config.external.d.ts | |
Imported via './dist/shared/lib/runtime-config.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './dist/shared/lib/runtime-config.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/config.d.ts | |
Referenced via './config.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts | |
Imported via './dist/pages/_document' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/document.d.ts' with packageId 'next/dist/pages/[email protected][email protected][email protected]' | |
Imported via './dist/pages/_document' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/document.d.ts' with packageId 'next/dist/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/document.d.ts | |
Referenced via './document.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/dynamic.d.ts | |
Imported via './dist/shared/lib/dynamic' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dynamic.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './dist/shared/lib/dynamic' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dynamic.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dynamic.d.ts | |
Referenced via './dynamic.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts | |
Imported via './dist/pages/_error' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/error.d.ts' with packageId 'next/dist/pages/[email protected][email protected][email protected]' | |
Imported via './dist/pages/_error' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/error.d.ts' with packageId 'next/dist/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/error.d.ts | |
Referenced via './error.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts | |
Imported via './dist/shared/lib/head' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/head.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './dist/shared/lib/head' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/head.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/head.d.ts | |
Referenced via './head.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/draft-mode.d.ts | |
Imported via './draft-mode' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts | |
Imported via './dist/client/components/headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/headers.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/headers.d.ts | |
Referenced via './headers.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts | |
Imported via './get-img-props' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/get-img-props' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via "../shared/lib/get-img-props" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via "../shared/lib/get-img-props" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via "./get-img-props" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts | |
Imported via '../../client/image-component' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts | |
Imported via './dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/image-external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image.d.ts | |
Referenced via './image.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts | |
Imported via './dist/client/link' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/link' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts | |
Referenced via './link.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect-status-code.d.ts | |
Imported via './redirect-status-code' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect.d.ts | |
Imported via './redirect' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found.d.ts | |
Imported via './not-found' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts | |
Imported via './dist/client/components/navigation' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/navigation.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/navigation.d.ts | |
Referenced via './navigation.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts | |
Referenced via './router.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts | |
Imported via './dist/client/script' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/script.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/script' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/script.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/script.d.ts | |
Referenced via './script.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/user-agent.d.ts | |
Imported via 'next/dist/server/web/spec-extension/user-agent' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/user-agent' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/url.d.ts | |
Imported via 'next/dist/compiled/@edge-runtime/primitives/url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/compiled/@edge-runtime/primitives/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/image-response.d.ts | |
Imported via 'next/dist/server/web/spec-extension/image-response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts | |
Imported via "next/dist/compiled/@vercel/og/satori" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId 'next/dist/compiled/@vercel/og/satori/[email protected][email protected][email protected]' | |
File is ECMAScript module because '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json' has field "type" with value "module" | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/index.d.ts | |
Imported via './emoji' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' | |
File is ECMAScript module because '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json' has field "type" with value "module" | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts | |
Imported via 'next/dist/compiled/@vercel/og/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/compiled/@vercel/og/[email protected][email protected][email protected]' | |
File is ECMAScript module because '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json' has field "type" with value "module" | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts | |
Referenced via './server.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/global.d.ts | |
Type library referenced via './types/global' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/compiled.d.ts | |
Type library referenced via './types/compiled' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts | |
Type library referenced via 'next' from file 'next-env.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
Imported via 'next' from file 'next.config.js' with packageId 'next/[email protected][email protected][email protected]' | |
Imported via "next" from file 'app/layout.tsx' with packageId 'next/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image-types/global.d.ts | |
Type library referenced via 'next/image-types/global' from file 'next-env.d.ts' with packageId 'next/image-types/[email protected][email protected][email protected]' | |
next-env.d.ts | |
Matched by include pattern 'next-env.d.ts' in 'tsconfig.json' | |
next.config.js | |
Matched by include pattern 'next.config.js' in 'tsconfig.json' | |
app/route.ts | |
Matched by include pattern '**/*.ts' in 'tsconfig.json' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/types.d.ts | |
Imported via '../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/google/index.d.ts' with packageId 'next/dist/compiled/@next/font/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@next/font/dist/google/index.d.ts | |
Imported via 'next/dist/compiled/@next/font/dist/google' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/google/index.d.ts' with packageId 'next/dist/compiled/@next/font/dist/google/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/font/google/index.d.ts | |
Imported via "next/font/google" from file 'app/layout.tsx' with packageId 'next/font/google/[email protected][email protected][email protected]' | |
app/layout.tsx | |
Matched by include pattern '**/*.tsx' in 'tsconfig.json' | |
app/page.tsx | |
Matched by include pattern '**/*.tsx' in 'tsconfig.json' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/helpers.d.ts | |
Referenced via 'helpers.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/estree/index.d.ts | |
Imported via "estree" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/index.d.ts' with packageId '@types/estree/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/json-schema/index.d.ts | |
Imported via "json-schema" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/index.d.ts' with packageId '@types/json-schema/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/eslint/index.d.ts | |
Entry point for implicit type library 'eslint' with packageId '@types/eslint/[email protected]' | |
Entry point for implicit type library 'eslint' with packageId '@types/eslint/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/common.d.ts | |
Referenced via './common/common.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
Imported via "./common" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/object.d.ts' with packageId '@types/lodash/common/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/array.d.ts | |
Referenced via './common/array.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/collection.d.ts | |
Referenced via './common/collection.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/date.d.ts | |
Referenced via './common/date.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/function.d.ts | |
Referenced via './common/function.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/lang.d.ts | |
Referenced via './common/lang.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/math.d.ts | |
Referenced via './common/math.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/number.d.ts | |
Referenced via './common/number.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/object.d.ts | |
Referenced via './common/object.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/seq.d.ts | |
Referenced via './common/seq.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/string.d.ts | |
Referenced via './common/string.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/util.d.ts | |
Referenced via './common/util.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/index.d.ts | |
Entry point for implicit type library 'lodash' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/common.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/array.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/collection.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/date.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/function.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/lang.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/math.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/number.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/object.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/seq.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/string.d.ts' with packageId '@types/lodash/[email protected]' | |
Imported via "../index" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/lodash/common/util.d.ts' with packageId '@types/lodash/[email protected]' | |
Info 278 [10:25:02.153] ----------------------------------------------- | |
Info 279 [10:25:02.157] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/package.json 250 undefined WatchType: package.json file | |
Info 280 [10:25:02.157] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/package.json 250 undefined WatchType: package.json file | |
Info 281 [10:25:02.157] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":115,"path":"/home/michael/repos/repro-monorepo-tsserver-import/package.json"}} | |
Info 282 [10:25:02.175] AutoImportProviderProject: found 99 root files in 10 dependencies 0 referenced projects in 19.065606000000116 ms | |
Info 283 [10:25:02.180] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/button.tsx 500 undefined WatchType: Closed Script info | |
Info 284 [10:25:02.180] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":116,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/button.tsx"}} | |
Info 285 [10:25:02.180] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/card.tsx 500 undefined WatchType: Closed Script info | |
Info 286 [10:25:02.181] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":117,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/card.tsx"}} | |
Info 287 [10:25:02.181] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/code.tsx 500 undefined WatchType: Closed Script info | |
Info 288 [10:25:02.181] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":118,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/code.tsx"}} | |
Info 289 [10:25:02.181] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/get-foo.ts 500 undefined WatchType: Closed Script info | |
Info 290 [10:25:02.181] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":119,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/get-foo.ts"}} | |
Info 291 [10:25:02.181] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/get-foo-bar.ts 500 undefined WatchType: Closed Script info | |
Info 292 [10:25:02.181] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":120,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/get-foo-bar.ts"}} | |
Info 293 [10:25:02.181] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* | |
Info 294 [10:25:02.184] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 295 [10:25:02.184] Elapsed:: 0.007599999999911233ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 296 [10:25:02.184] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 297 [10:25:02.184] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":121,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/package.json"}} | |
Info 298 [10:25:02.341] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 299 [10:25:02.341] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":122,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/package.json"}} | |
Info 300 [10:25:02.341] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 301 [10:25:02.341] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/react/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 302 [10:25:02.341] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 303 [10:25:02.348] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 304 [10:25:02.348] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":123,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/package.json"}} | |
Info 305 [10:25:02.357] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 306 [10:25:02.358] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":124,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/package.json"}} | |
Info 307 [10:25:02.383] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 308 [10:25:02.385] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 309 [10:25:02.407] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 310 [10:25:02.408] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 311 [10:25:02.408] Elapsed:: 0.006199999999807915ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 312 [10:25:02.408] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 313 [10:25:02.408] Elapsed:: 0.004500000000007276ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 314 [10:25:02.409] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 315 [10:25:02.409] Elapsed:: 0.004500000000007276ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 316 [10:25:02.409] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 317 [10:25:02.409] Elapsed:: 0.005200000000058935ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 318 [10:25:02.409] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 319 [10:25:02.409] Elapsed:: 0.003200000000106229ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 320 [10:25:02.409] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 321 [10:25:02.409] Elapsed:: 0.0027000000000043656ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 322 [10:25:02.410] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 323 [10:25:02.411] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 324 [10:25:02.411] Elapsed:: 0.004500000000007276ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules/@types/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 325 [10:25:02.411] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 326 [10:25:02.411] Elapsed:: 0.004600000000209548ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 327 [10:25:02.412] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 328 [10:25:02.412] Elapsed:: 0.003200000000106229ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 329 [10:25:02.412] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 330 [10:25:02.412] Elapsed:: 0.0030999999999039574ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/node_modules/@types/react-dom 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 331 [10:25:02.478] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 332 [10:25:02.478] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":125,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/package.json"}} | |
Info 333 [10:25:02.563] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 334 [10:25:02.563] Elapsed:: 0.0065999999997075065ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/apps/web/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 335 [10:25:02.587] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 336 [10:25:02.587] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":126,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/package.json"}} | |
Info 337 [10:25:02.590] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 338 [10:25:02.590] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":127,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/package.json"}} | |
Info 339 [10:25:02.665] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 340 [10:25:02.665] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":128,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/package.json"}} | |
Info 341 [10:25:02.665] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 342 [10:25:02.665] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":129,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/package.json"}} | |
Info 343 [10:25:02.742] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 344 [10:25:02.742] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":130,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/package.json"}} | |
Info 345 [10:25:02.789] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 346 [10:25:02.789] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":131,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/package.json"}} | |
Info 347 [10:25:02.796] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 348 [10:25:02.796] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":132,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/package.json"}} | |
Info 349 [10:25:02.914] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 350 [10:25:02.914] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":133,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/package.json"}} | |
Info 351 [10:25:02.921] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 352 [10:25:02.921] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":134,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/package.json"}} | |
Info 353 [10:25:02.921] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 354 [10:25:02.924] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/internal/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 355 [10:25:02.924] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":135,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/internal/package.json"}} | |
Info 356 [10:25:02.924] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 357 [10:25:02.925] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":136,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 358 [10:25:02.925] Elapsed:: 0.06460000000015498ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 359 [10:25:02.925] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 360 [10:25:02.925] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":137,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 361 [10:25:02.925] Elapsed:: 0.07319999999981519ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 362 [10:25:02.926] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 363 [10:25:02.926] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":138,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 364 [10:25:02.926] Elapsed:: 0.10410000000001673ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 365 [10:25:02.931] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 366 [10:25:02.933] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 367 [10:25:02.933] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":139,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 368 [10:25:02.933] Elapsed:: 0.07160000000021682ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 369 [10:25:02.934] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 370 [10:25:02.934] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":140,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 371 [10:25:02.934] Elapsed:: 0.1014999999997599ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 372 [10:25:02.935] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 373 [10:25:02.935] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":141,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages","recursive":true,"ignoreUpdate":true}} | |
Info 374 [10:25:02.935] Elapsed:: 0.057699999999840657ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 375 [10:25:02.935] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 376 [10:25:02.935] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":142,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/node_modules","recursive":true}} | |
Info 377 [10:25:02.935] Elapsed:: 0.032700000000204454ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/node_modules 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 378 [10:25:02.935] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 379 [10:25:02.935] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":143,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/node_modules/react","recursive":true,"ignoreUpdate":true}} | |
Info 380 [10:25:02.935] Elapsed:: 0.05139999999983047ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/node_modules/react 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 381 [10:25:02.935] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 382 [10:25:02.935] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":144,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/package.json"}} | |
Info 383 [10:25:02.936] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/react/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 384 [10:25:02.936] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":145,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/react/package.json"}} | |
Info 385 [10:25:02.936] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 386 [10:25:02.942] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 387 [10:25:02.942] Elapsed:: 0.007999999999810825ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 388 [10:25:02.942] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 389 [10:25:02.942] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/dequal/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 390 [10:25:02.943] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":146,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/dequal/package.json"}} | |
Info 391 [10:25:02.943] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/error/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 392 [10:25:02.943] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":147,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/error/package.json"}} | |
Info 393 [10:25:02.943] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/errors/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 394 [10:25:02.943] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":148,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/errors/package.json"}} | |
Info 395 [10:25:02.945] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/next 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 396 [10:25:02.945] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":149,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/next","recursive":true,"ignoreUpdate":true}} | |
Info 397 [10:25:02.946] Elapsed:: 0.06120000000009895ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/next 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 398 [10:25:02.946] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/buffer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 399 [10:25:02.948] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 400 [10:25:02.950] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 401 [10:25:02.950] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/superstruct/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 402 [10:25:02.954] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/telemetry/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 403 [10:25:02.954] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":150,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/telemetry/package.json"}} | |
Info 404 [10:25:02.954] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/internal/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 405 [10:25:02.954] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":151,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/internal/package.json"}} | |
Info 406 [10:25:02.958] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/server 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 407 [10:25:02.958] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":152,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/server","recursive":true,"ignoreUpdate":true}} | |
Info 408 [10:25:02.958] Elapsed:: 0.1735009999997601ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/server 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 409 [10:25:02.960] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/server 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 410 [10:25:02.960] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":153,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/server","recursive":true,"ignoreUpdate":true}} | |
Info 411 [10:25:02.960] Elapsed:: 0.06399999999985084ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/server 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 412 [10:25:02.965] DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/client 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 413 [10:25:02.965] event: | |
{"seq":0,"type":"event","event":"createDirectoryWatcher","body":{"id":154,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/client","recursive":true,"ignoreUpdate":true}} | |
Info 414 [10:25:02.965] Elapsed:: 0.09400000000005093ms DirectoryWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/client 1 undefined Project: /dev/null/autoImportProviderProject1* WatchType: Failed Lookup Locations | |
Info 415 [10:25:02.970] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 416 [10:25:02.970] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":155,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/dist/package.json"}} | |
Info 417 [10:25:02.970] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 418 [10:25:02.970] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":156,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/package.json"}} | |
Info 419 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 420 [10:25:02.971] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":157,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/package.json"}} | |
Info 421 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 422 [10:25:02.971] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":158,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/package.json"}} | |
Info 423 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 424 [10:25:02.971] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":159,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/package.json"}} | |
Info 425 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 426 [10:25:02.971] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":160,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/package.json"}} | |
Info 427 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 428 [10:25:02.971] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":161,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/package.json"}} | |
Info 429 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 430 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 431 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 432 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 433 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 434 [10:25:02.971] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 435 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 436 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 437 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 438 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 439 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 440 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 441 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 442 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 443 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 444 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 445 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 446 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 447 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 448 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 449 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 450 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 451 [10:25:02.972] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 452 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 453 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 454 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 455 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 456 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 457 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 458 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 459 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 460 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 461 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 462 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 463 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 464 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 465 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 466 [10:25:02.973] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 467 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 468 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 469 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 470 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 471 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 472 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 473 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 474 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 475 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 476 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 477 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 478 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 479 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 480 [10:25:02.974] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 481 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 482 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 483 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 484 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 485 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 486 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 487 [10:25:02.975] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":162,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/package.json"}} | |
Info 488 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 489 [10:25:02.975] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":163,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/package.json"}} | |
Info 490 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 491 [10:25:02.975] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":164,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/package.json"}} | |
Info 492 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 493 [10:25:02.975] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":165,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/package.json"}} | |
Info 494 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 495 [10:25:02.975] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":166,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/package.json"}} | |
Info 496 [10:25:02.975] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 497 [10:25:02.976] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":167,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/package.json"}} | |
Info 498 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 499 [10:25:02.976] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":168,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/package.json"}} | |
Info 500 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/util/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 501 [10:25:02.976] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":169,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/util/package.json"}} | |
Info 502 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 503 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 504 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 505 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 506 [10:25:02.976] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":170,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/package.json"}} | |
Info 507 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 508 [10:25:02.976] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":171,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/package.json"}} | |
Info 509 [10:25:02.976] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 510 [10:25:02.976] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":172,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/package.json"}} | |
Info 511 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 512 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":173,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/package.json"}} | |
Info 513 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 514 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":174,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/package.json"}} | |
Info 515 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/observable/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 516 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":175,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/observable/package.json"}} | |
Info 517 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 518 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":176,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/package.json"}} | |
Info 519 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 520 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":177,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/package.json"}} | |
Info 521 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 522 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":178,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/package.json"}} | |
Info 523 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 524 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":179,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/package.json"}} | |
Info 525 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/clientish/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 526 [10:25:02.977] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":180,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/clientish/package.json"}} | |
Info 527 [10:25:02.977] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 528 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":181,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/package.json"}} | |
Info 529 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 530 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":182,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/package.json"}} | |
Info 531 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/internals/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 532 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":183,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/internals/package.json"}} | |
Info 533 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 534 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":184,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/package.json"}} | |
Info 535 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/internals/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 536 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":185,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/internals/package.json"}} | |
Info 537 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 538 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":186,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/package.json"}} | |
Info 539 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/@trpc/server/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 540 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":187,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/@trpc/server/package.json"}} | |
Info 541 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/@trpc/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 542 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":188,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/@trpc/package.json"}} | |
Info 543 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 544 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":189,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/package.json"}} | |
Info 545 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 546 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":190,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/package.json"}} | |
Info 547 [10:25:02.978] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 548 [10:25:02.978] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":191,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/package.json"}} | |
Info 549 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/hooks/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 550 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":192,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/hooks/package.json"}} | |
Info 551 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/proxy/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 552 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":193,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/proxy/package.json"}} | |
Info 553 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/utils/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 554 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":194,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/utils/package.json"}} | |
Info 555 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 556 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":195,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/package.json"}} | |
Info 557 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/server/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 558 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":196,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/server/package.json"}} | |
Info 559 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 560 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":197,"path":"/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/package.json"}} | |
Info 561 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/test-utils/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 562 [10:25:02.979] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":198,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/test-utils/package.json"}} | |
Info 563 [10:25:02.979] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 564 [10:25:02.980] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":199,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/package.json"}} | |
Info 565 [10:25:02.980] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 566 [10:25:02.980] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":200,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/package.json"}} | |
Info 567 [10:25:02.980] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 568 [10:25:02.980] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":201,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/package.json"}} | |
Info 569 [10:25:02.980] FileWatcher:: Added:: WatchInfo: /home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/locales/package.json 2000 undefined Project: /dev/null/autoImportProviderProject1* WatchType: File location affecting resolution | |
Info 570 [10:25:02.980] event: | |
{"seq":0,"type":"event","event":"createFileWatcher","body":{"id":202,"path":"/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/locales/package.json"}} | |
Info 571 [10:25:02.980] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* projectStateVersion: 1 projectProgramVersion: 0 structureChanged: true structureIsReused:: Not Elapsed: 799.1591349999999ms | |
Info 572 [10:25:02.980] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) | |
Info 573 [10:25:03.007] Files (658) | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ar-SA.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/en-US.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/fr-FR.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/da-DK.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/de-DE.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/it-IT.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-BR.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-PT.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-ES.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ru-RU.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sv-SE.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/tr-TR.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-NL.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-BE.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ja-JP.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/he-IL.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/cs-CZ.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-CN.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-TW.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ko-KR.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nb-NO.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/vi-VN.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pl-PL.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/el-GR.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sk-SK.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/uk-UA.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ro-RO.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-MX.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/bg-BG.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/th-TH.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ca-ES.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/hu-HU.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ar-SA.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/en-US.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/fr-FR.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/da-DK.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/de-DE.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/it-IT.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-BR.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-PT.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-ES.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ru-RU.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sv-SE.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/tr-TR.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-NL.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-BE.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ja-JP.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/he-IL.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/cs-CZ.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-CN.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-TW.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ko-KR.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nb-NO.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/vi-VN.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pl-PL.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/el-GR.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sk-SK.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/uk-UA.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ro-RO.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-MX.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/bg-BG.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/th-TH.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ca-ES.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/hu-HU.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/mn-MN.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/mn-MN.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sr-RS.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sr-RS.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/csstype/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/tracing.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/controlComponents-CzpRUsyv.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/error.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/dequal/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/react/index.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/controlComponents.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/uiComponents.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/errors.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/hooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/ClerkProvider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/controlComponents.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/components.server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert/strict.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/buffer/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/header.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/readable.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/connector.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/global-dispatcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/global-origin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/pool-stats.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/handlers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/api.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/patch.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/content-type.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/cache.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/interceptors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/async_hooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/buffer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/child_process.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/cluster.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/console.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/crypto.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dgram.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/diagnostics_channel.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/domain.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/dom-events.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/events.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/http.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/http2.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/https.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/inspector.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/net.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/os.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/path.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/perf_hooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/process.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/punycode.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/querystring.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/repl.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/consumers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/web.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/string_decoder.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/test.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers/promises.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/tls.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/trace_events.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/tty.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/util.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/v8.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/vm.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/wasi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/worker_threads.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/zlib.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/webpack.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/load-custom-routes.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/get-page-files.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/canary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/experimental.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-environment.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-polyfill-crypto.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/page-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/revalidate.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-kind.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/route-match.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router-headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/cookies.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/setup-exception-listeners.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/font-utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/route-module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/mitt.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/bloom-filter.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/page-extensions-type.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/app-dir-module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/hooks-server-context.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/create-error-handler.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/render-from-template-context.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/action-async-storage.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-bailout.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/searchparams-bailout-proxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/preloads.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/taint.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/pages.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/normalizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/suffix.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefix.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/next-data.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/coalesced-function.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/shared.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/load-jsconfig.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/parse-version-info.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/storage.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/path-match.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/extra-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/manifest-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/user-agent.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/url.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/image-response.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/routeMatcher.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/telemetry.d.mts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/request.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/AllowlistIdentifier.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Deserializer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/AllowlistIdentifierApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Session.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Client.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/DeletedObject.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/DomainApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Email.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/IdentificationLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Verification.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/EmailAddress.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/ExternalAccount.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Invitation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/OauthAccessToken.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Organization.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/OrganizationInvitation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/OrganizationMembership.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/PhoneNumber.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/RedirectUrl.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/SignInTokens.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/SMSMessage.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Token.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/SamlAccount.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Web3Wallet.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/User.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/SamlConnection.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/TestingToken.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Webhooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/EmailAddressApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/util-types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/PhoneNumberApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/RedirectUrlApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SignInTokenApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/TestingTokenApi.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/factory.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/verifyJwt.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/signJwt.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/keys.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/verify.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/clerkUrl.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/clerkRequest.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/authenticateContext.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/authObjects.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/authStatus.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/factory.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/clerkClient.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/constants.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/createRedirect.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/request.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/util/decorateObjectWithResources.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/internal.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/css.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/macro.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/style.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/amp.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/app.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/unstable-cache.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/revalidate-path.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/revalidate-tag.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/unstable-no-store.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/cache.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/runtime-config.external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/config.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/document.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/dynamic.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dynamic.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/error.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/head.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/draft-mode.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/headers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/image.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect-status-code.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/navigation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/script.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/global.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/compiled.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/createGetAuth.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/buildClerkProps.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/protect.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/auth.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/currentUser.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/clerkMiddleware.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/authMiddleware.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/redirectHelpers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/internal.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/removable.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/subscribable.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/hydration-yBB_smkL.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/notifyManager.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/focusManager.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/onlineManager.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useQueries.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useMutation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/isRestoring.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useQueries.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/queryOptions.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useMutationState.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useMutation.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/isRestoring.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/removable.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/subscribable.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/hydration-DAs3cQH5.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/notifyManager.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/focusManager.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/onlineManager.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@tanstack/query-core/build/modern/index.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/types.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useQueries.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/queryOptions.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useQuery.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useMutationState.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useMutation.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/isRestoring.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/index.d.cts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/observable/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/observable/observable.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/observable/operators.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/observable/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/codes.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/TRPCError.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/parser.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/middleware.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/utils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/procedure.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/envelopes.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/transformer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rpc/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/formatter.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/rootConfig.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/router.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/clientish/inferrable.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/clientish/serialize.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/clientish/inference.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/createProxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/error/getErrorShape.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/batchStreamFormatter.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/contentType.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/contentTypeParsers.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/getHTTPStatusCode.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/resolveResponse.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/http/toURL.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/initTRPC.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import/stream/stream.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/unstable-core-do-not-import.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/internals/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/TRPCClientError.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/internals/contentTypes.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/internals/TRPCUntypedClient.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/createTRPCUntypedClient.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/createTRPCClient.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/getFetch.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/internals/transformer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/unstable-internals.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/internals/httpUtils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/HTTPBatchLinkOptions.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/@trpc/server/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/httpBatchLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/httpBatchStreamLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/httpLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/loggerLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/splitLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links/wsLink.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/links.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/context.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/hooks/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/hooks/createHooksInternal.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/proxy/decorationProxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/proxy/utilsProxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/proxy/useQueriesProxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/hooks/createRootHooks.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/queryClient.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/utils/inferReactQueryProcedure.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/mutationLike.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/queryLike.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/routerLike.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/utilsLike.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/polymorphism/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/getClientArgs.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/useQueries.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/createTRPCReact.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/getQueryKey.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/utils/createUtilityFunctions.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/createTRPCQueryUtils.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/server/ssgProxy.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/server/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/button.tsx | |
/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/card.tsx | |
/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/code.tsx | |
/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/get-foo.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/packages/ui/src/get-foo-bar.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-dev-runtime.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/client.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/server.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/test-utils/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/transformer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/plainer.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/registry.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/class-registry.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/custom-transformer-registry.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/superjson/dist/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/typeAliases.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/util.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/ZodError.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/locales/en.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/errors.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/parseUtil.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/enumUtil.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/errorUtil.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/helpers/partialUtil.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/types.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/external.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.d.ts | |
/home/michael/repos/repro-monorepo-tsserver-import/node_modules/.pnpm/[email protected]/node_modules/zod/index.d.ts | |
../../node_modules/.pnpm/[email protected]/node_modules/csstype/index.d.ts | |
Imported via 'csstype' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/dist/index.d.ts' with packageId 'csstype/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/types/dist/index.d.ts | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ar-SA.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/en-US.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/fr-FR.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/da-DK.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/de-DE.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/it-IT.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-BR.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-PT.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-ES.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ru-RU.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sv-SE.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/tr-TR.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-NL.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-BE.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ja-JP.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/he-IL.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/cs-CZ.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-CN.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-TW.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ko-KR.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nb-NO.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/vi-VN.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pl-PL.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/el-GR.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sk-SK.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/uk-UA.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ro-RO.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-MX.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/bg-BG.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/th-TH.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ca-ES.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/hu-HU.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ar-SA.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/en-US.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/fr-FR.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/da-DK.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/de-DE.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/it-IT.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-BR.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-PT.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-ES.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ru-RU.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sv-SE.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/tr-TR.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-NL.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-BE.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ja-JP.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/he-IL.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/cs-CZ.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-CN.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-TW.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ko-KR.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nb-NO.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/vi-VN.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pl-PL.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/el-GR.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sk-SK.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/uk-UA.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ro-RO.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-MX.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/bg-BG.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/th-TH.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ca-ES.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/hu-HU.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/mn-MN.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/mn-MN.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sr-RS.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sr-RS.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/controlComponents-CzpRUsyv.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/controlComponents-CzpRUsyv.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/react/index.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/error.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/uiComponents.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/ClerkProvider.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/types.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/routeMatcher.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/telemetry.d.mts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/index.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/request.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/verify.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/verifyJwt.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via "@clerk/types" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/index.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via "@clerk/types" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/index.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via "@clerk/types" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/jwt/index.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/authStatus.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/tokens/authObjects.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via "@clerk/types" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/index.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via "@clerk/types" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/createGetAuth.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
Imported via '@clerk/types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/protect.d.ts' with packageId '@clerk/types/dist/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ar-SA.d.ts | |
Imported via './ar-SA.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/en-US.d.ts | |
Imported via './en-US.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/fr-FR.d.ts | |
Imported via './fr-FR.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/da-DK.d.ts | |
Imported via './da-DK.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/de-DE.d.ts | |
Imported via './de-DE.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/it-IT.d.ts | |
Imported via './it-IT.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-BR.d.ts | |
Imported via './pt-BR.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-PT.d.ts | |
Imported via './pt-PT.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-ES.d.ts | |
Imported via './es-ES.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ru-RU.d.ts | |
Imported via './ru-RU.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sv-SE.d.ts | |
Imported via './sv-SE.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/tr-TR.d.ts | |
Imported via './tr-TR.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-NL.d.ts | |
Imported via './nl-NL.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-BE.d.ts | |
Imported via './nl-BE.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ja-JP.d.ts | |
Imported via './ja-JP.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/he-IL.d.ts | |
Imported via './he-IL.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/cs-CZ.d.ts | |
Imported via './cs-CZ.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-CN.d.ts | |
Imported via './zh-CN.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-TW.d.ts | |
Imported via './zh-TW.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ko-KR.d.ts | |
Imported via './ko-KR.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nb-NO.d.ts | |
Imported via './nb-NO.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/vi-VN.d.ts | |
Imported via './vi-VN.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pl-PL.d.ts | |
Imported via './pl-PL.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/el-GR.d.ts | |
Imported via './el-GR.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sk-SK.d.ts | |
Imported via './sk-SK.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/uk-UA.d.ts | |
Imported via './uk-UA.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ro-RO.d.ts | |
Imported via './ro-RO.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-MX.d.ts | |
Imported via './es-MX.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/bg-BG.d.ts | |
Imported via './bg-BG.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/th-TH.d.ts | |
Imported via './th-TH.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ca-ES.d.ts | |
Imported via './ca-ES.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/hu-HU.d.ts | |
Imported via './hu-HU.js' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.ts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ar-SA.d.mts | |
Imported via './ar-SA.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/en-US.d.mts | |
Imported via './en-US.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/fr-FR.d.mts | |
Imported via './fr-FR.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/da-DK.d.mts | |
Imported via './da-DK.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/de-DE.d.mts | |
Imported via './de-DE.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/it-IT.d.mts | |
Imported via './it-IT.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-BR.d.mts | |
Imported via './pt-BR.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pt-PT.d.mts | |
Imported via './pt-PT.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-ES.d.mts | |
Imported via './es-ES.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ru-RU.d.mts | |
Imported via './ru-RU.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sv-SE.d.mts | |
Imported via './sv-SE.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/tr-TR.d.mts | |
Imported via './tr-TR.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-NL.d.mts | |
Imported via './nl-NL.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nl-BE.d.mts | |
Imported via './nl-BE.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ja-JP.d.mts | |
Imported via './ja-JP.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/he-IL.d.mts | |
Imported via './he-IL.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/cs-CZ.d.mts | |
Imported via './cs-CZ.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-CN.d.mts | |
Imported via './zh-CN.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/zh-TW.d.mts | |
Imported via './zh-TW.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ko-KR.d.mts | |
Imported via './ko-KR.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/nb-NO.d.mts | |
Imported via './nb-NO.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/vi-VN.d.mts | |
Imported via './vi-VN.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/pl-PL.d.mts | |
Imported via './pl-PL.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/el-GR.d.mts | |
Imported via './el-GR.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sk-SK.d.mts | |
Imported via './sk-SK.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/uk-UA.d.mts | |
Imported via './uk-UA.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ro-RO.d.mts | |
Imported via './ro-RO.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/es-MX.d.mts | |
Imported via './es-MX.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/bg-BG.d.mts | |
Imported via './bg-BG.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/th-TH.d.mts | |
Imported via './th-TH.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/ca-ES.d.mts | |
Imported via './ca-ES.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/hu-HU.d.mts | |
Imported via './hu-HU.mjs' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts' with packageId '@clerk/localizations/dist/[email protected]' | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/index.d.mts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/mn-MN.d.mts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/mn-MN.d.ts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sr-RS.d.mts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@clerk/localizations/dist/sr-RS.d.ts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/global.d.ts | |
Referenced via 'global.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' | |
../../node_modules/.pnpm/[email protected]/node_modules/csstype/index.d.ts | |
Imported via "csstype" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' with packageId 'csstype/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/prop-types/index.d.ts | |
Imported via "prop-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' with packageId '@types/prop-types/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/scheduler/tracing.d.ts | |
Imported via "scheduler/tracing" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts' with packageId '@types/scheduler/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/controlComponents-CzpRUsyv.d.mts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/react/index.d.mts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/uiComponents.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/ClerkProvider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/controlComponents.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "." from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/canary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "./" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "./" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/render-from-template-context.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/styled-jsx/types/global.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/dynamic.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/script.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/isRestoring.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/isRestoring.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/isRestoring.d.cts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/index.d.cts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/internals/context.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react' from file '../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/types.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react' from file '../../node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@trpc_3i3xbuvl42hsqdd5gqhkncehrq/node_modules/@trpc/react-query/dist/shared/hooks/types.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../packages/ui/src/button.tsx' with packageId '@types/react/[email protected]' | |
Imported via "./" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-dev-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "./" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-dev-runtime.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/client.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/server.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/test-utils/index.d.ts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/controlComponents-CzpRUsyv.d.mts | |
Imported via './controlComponents-CzpRUsyv.mjs' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via './controlComponents-CzpRUsyv.mjs' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via './controlComponents-CzpRUsyv.mjs' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via './controlComponents-CzpRUsyv.mjs' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/error.d.mts | |
Imported via '../error.mjs' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/react/index.d.mts' with packageId '@clerk/shared/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/shared/error' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts' with packageId '@clerk/shared/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/shared/error' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/errors.d.mts' with packageId '@clerk/shared/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/dequal/index.d.ts | |
Imported via 'dequal' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/react/index.d.mts' with packageId 'dequal/[email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/react/index.d.mts | |
Imported via '@clerk/shared/react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts' with packageId '@clerk/shared/dist/react/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/index.d.mts | |
Imported via '@clerk/clerk-react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/controlComponents.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/clerk-react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/uiComponents.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/clerk-react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/uiComponents.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/clerk-react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/hooks.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/clerk-react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/types.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/clerk-react' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/controlComponents.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/internal.d.mts | |
Imported via '@clerk/clerk-react/internal' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/controlComponents.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/controlComponents.d.ts | |
Imported via './client-boundary/controlComponents' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/client-boundary/[email protected][email protected][email protected][email protected]' | |
Imported via './client-boundary/controlComponents' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/internal.d.ts' with packageId '@clerk/nextjs/dist/types/client-boundary/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/uiComponents.d.ts | |
Imported via './client-boundary/uiComponents' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/client-boundary/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/clerk-react/dist/errors.d.mts | |
Imported via '@clerk/clerk-react/errors' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/hooks.d.ts' with packageId '@clerk/clerk-react/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/client-boundary/hooks.d.ts | |
Imported via './client-boundary/hooks' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/client-boundary/[email protected][email protected][email protected][email protected]' | |
Imported via './client-boundary/hooks' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/errors.d.ts' with packageId '@clerk/nextjs/dist/types/client-boundary/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/types.d.ts | |
Imported via '../../types' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/ClerkProvider.d.ts' with packageId '@clerk/nextjs/dist/types/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/ClerkProvider.d.ts | |
Imported via './app-router/server/ClerkProvider' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/components.server.d.ts' with packageId '@clerk/nextjs/dist/types/app-router/server/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/app-router/server/controlComponents.d.ts | |
Imported via './app-router/server/controlComponents' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/components.server.d.ts' with packageId '@clerk/nextjs/dist/types/app-router/server/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/components.server.d.ts | |
Imported via "./components.server" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/[email protected][email protected][email protected][email protected]' | |
Imported via "./components.server" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/[email protected][email protected][email protected][email protected]' | |
Imported via "./components.server" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/[email protected][email protected][email protected][email protected]' | |
Imported via "./components.server" from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts' with packageId '@clerk/nextjs/dist/types/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/index.d.ts | |
Root file specified for compilation | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert.d.ts | |
Referenced via 'assert.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/assert/strict.d.ts | |
Referenced via 'assert/strict.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/[email protected]/node_modules/buffer/index.d.ts | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/readable.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts' with packageId 'buffer/[email protected]' | |
Imported via 'buffer' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'buffer/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/header.d.ts | |
Imported via './header' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./header" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './header' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './header' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/readable.d.ts | |
Imported via './readable' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts | |
Imported via './file' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './file' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './file' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cache.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './fetch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './formdata' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/connector.d.ts | |
Imported via "./connector" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './connector' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './connector' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./connector" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './connector' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/errors.d.ts | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-errors.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/dispatcher.d.ts | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/global-dispatcher.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/handlers.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/api.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./dispatcher" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/interceptors.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/global-dispatcher.d.ts | |
Imported via './global-dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './global-dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './global-dispatcher' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/global-origin.d.ts | |
Imported via './global-origin' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool-stats.d.ts | |
Imported via './pool-stats' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool.d.ts | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "./pool" from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/pool-stats.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/handlers.d.ts | |
Imported via './handlers' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './handlers' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './handlers' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/balanced-pool.d.ts | |
Imported via './balanced-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './balanced-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/agent.d.ts | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-interceptor.d.ts | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-interceptor' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-agent.d.ts | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-client.d.ts | |
Imported via './mock-client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-client' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-pool.d.ts | |
Imported via './mock-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-pool' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/mock-errors.d.ts | |
Imported via './mock-errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './mock-errors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/proxy-agent.d.ts | |
Imported via './proxy-agent' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/api.d.ts | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './api' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts | |
Imported via './cookies' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/patch.d.ts | |
Imported via './patch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './patch' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts | |
Imported via './filereader' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './filereader' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/diagnostics-channel.d.ts | |
Imported via './diagnostics-channel' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts | |
Imported via './websocket' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/content-type.d.ts | |
Imported via './content-type' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cache.d.ts | |
Imported via './cache' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via './cache' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/interceptors.d.ts | |
Imported via './interceptors' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/[email protected]/node_modules/undici-types/index.d.ts | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
Imported via "undici-types" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts' with packageId 'undici-types/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts | |
Referenced via 'globals.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/async_hooks.d.ts | |
Referenced via 'async_hooks.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/buffer.d.ts | |
Referenced via 'buffer.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/child_process.d.ts | |
Referenced via 'child_process.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/cluster.d.ts | |
Referenced via 'cluster.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/console.d.ts | |
Referenced via 'console.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/constants.d.ts | |
Referenced via 'constants.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/crypto.d.ts | |
Referenced via 'crypto.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dgram.d.ts | |
Referenced via 'dgram.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/diagnostics_channel.d.ts | |
Referenced via 'diagnostics_channel.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns.d.ts | |
Referenced via 'dns.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dns/promises.d.ts | |
Referenced via 'dns/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
Referenced via 'dns/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/domain.d.ts | |
Referenced via 'domain.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/dom-events.d.ts | |
Referenced via 'dom-events.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/events.d.ts | |
Referenced via 'events.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs.d.ts | |
Referenced via 'fs.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/fs/promises.d.ts | |
Referenced via 'fs/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/http.d.ts | |
Referenced via 'http.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/http2.d.ts | |
Referenced via 'http2.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/https.d.ts | |
Referenced via 'https.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/inspector.d.ts | |
Referenced via 'inspector.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/module.d.ts | |
Referenced via 'module.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/net.d.ts | |
Referenced via 'net.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/os.d.ts | |
Referenced via 'os.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/path.d.ts | |
Referenced via 'path.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/perf_hooks.d.ts | |
Referenced via 'perf_hooks.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/process.d.ts | |
Referenced via 'process.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/punycode.d.ts | |
Referenced via 'punycode.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/querystring.d.ts | |
Referenced via 'querystring.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline.d.ts | |
Referenced via 'readline.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/readline/promises.d.ts | |
Referenced via 'readline/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/repl.d.ts | |
Referenced via 'repl.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream.d.ts | |
Referenced via 'stream.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/promises.d.ts | |
Referenced via 'stream/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/consumers.d.ts | |
Referenced via 'stream/consumers.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/stream/web.d.ts | |
Referenced via 'stream/web.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/string_decoder.d.ts | |
Referenced via 'string_decoder.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/test.d.ts | |
Referenced via 'test.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers.d.ts | |
Referenced via 'timers.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/timers/promises.d.ts | |
Referenced via 'timers/promises.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/tls.d.ts | |
Referenced via 'tls.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/trace_events.d.ts | |
Referenced via 'trace_events.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/tty.d.ts | |
Referenced via 'tty.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/url.d.ts | |
Referenced via 'url.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/util.d.ts | |
Referenced via 'util.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/v8.d.ts | |
Referenced via 'v8.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/vm.d.ts | |
Referenced via 'vm.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/wasi.d.ts | |
Referenced via 'wasi.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/worker_threads.d.ts | |
Referenced via 'worker_threads.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/zlib.d.ts | |
Referenced via 'zlib.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.global.d.ts | |
Referenced via 'globals.global.d.ts' from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/node/index.d.ts | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/formdata.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/file.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/fetch.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/cookies.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/filereader.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/patch.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/websocket.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected]/node_modules/undici-types/content-type.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/action-async-storage.external.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/types.d.ts' with packageId '@types/node/[email protected]' | |
Type library referenced via 'node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/global.d.ts' with packageId '@types/node/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/link.d.ts | |
Imported via './dist/client/link' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/link' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/link.d.ts | |
Imported via 'next/link' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/routeMatcher.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
Referenced via './link.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/webpack/webpack.d.ts | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
Imported via 'next/dist/compiled/webpack/webpack' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/compiled/webpack/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts | |
Imported via '../server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/load-custom-routes.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../dist/server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/load-custom-routes.d.ts | |
Imported via '../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/load-custom-routes.js' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../../../lib/load-custom-routes' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via "../../../lib/load-custom-routes" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via "../../../lib/load-custom-routes" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config.d.ts | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-external.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/get-img-props.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/image-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/image-component.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts | |
Imported via '../build/webpack/plugins/subresource-integrity-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/get-page-files.d.ts | |
Imported via '../../server/get-page-files' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './get-page-files' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/get-page-files' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/canary.d.ts | |
Imported via "./canary" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/experimental.d.ts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/experimental.d.ts | |
Type library referenced via 'react/experimental' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react/[email protected]' | |
Type library referenced via 'react/experimental' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/index.d.ts | |
Type library referenced via 'react-dom' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react-dom/[email protected]' | |
Imported via "." from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts' with packageId '@types/react-dom/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/canary.d.ts | |
Imported via "./canary" from file '../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts' with packageId '@types/react-dom/[email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react-dom/experimental.d.ts | |
Type library referenced via 'react-dom/experimental' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId '@types/react-dom/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via './index' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/base-http/[email protected][email protected][email protected]' | |
Imported via '../../../../server/base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts' | |
Imported via '../../server/base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' | |
Imported via './base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via '../base-http' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts | |
Imported via '../dist/server/api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts' | |
Imported via '../server/api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' | |
Imported via './api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' | |
Imported via '../api-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' | |
Imported via 'next/dist/server/api-utils' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/types.d.ts' with packageId 'next/dist/server/api-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-environment.d.ts | |
Imported via './node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../node-environment' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/require-hook.d.ts | |
Imported via './require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './require-hook' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/node-polyfill-crypto.d.ts | |
Imported via './node-polyfill-crypto' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/node-polyfill-crypto' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './node-polyfill-crypto' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/page-types.d.ts | |
Imported via '../../lib/page-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts | |
Imported via '../../analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../../../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../../build/analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via './analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
Imported via '../../analysis/get-page-static-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/build/analysis/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts | |
Imported via '../loaders/get-module-build-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected][email protected][email protected]' | |
Imported via '../webpack/loaders/get-module-build-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts | |
Imported via '../build/webpack/plugins/middleware-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via './webpack/plugins/middleware-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/revalidate.d.ts | |
Imported via './lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../server/lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../../server/lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './lib/revalidate' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render-result.d.ts | |
Imported via './render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './render-result' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via "./render-result" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via "./render-result" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/body-streams.d.ts | |
Imported via './body-streams' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../body-streams' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-kind.d.ts | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../../server/future/route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../future/route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
Imported via '../route-kind' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts' with packageId 'next/dist/server/future/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/route-definition.d.ts | |
Imported via '../route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/route-match.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/route-module.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via './route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via './route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../future/route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via '../future/route-definitions/route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/route-match.d.ts | |
Imported via './future/route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via './future/route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via './route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via '../route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via '../route-matches/route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router-headers.d.ts | |
Imported via '../client/components/app-router-headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../client/components/app-router-headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/request-meta.d.ts | |
Imported via '../../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './request-meta' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts | |
Imported via '../future/helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
Imported via '../helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
Imported via '../helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
Imported via './future/helpers/i18n-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/helpers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts | |
Imported via '../next-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via '../next-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts | |
Imported via 'next/dist/compiled/@edge-runtime/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/cookies.d.ts' with packageId '@edge-runtime/cookies/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/cookies.d.ts | |
Imported via './cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../web/spec-extension/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via './cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/redirect.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts | |
Imported via './spec-extension/response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts | |
Imported via './web/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via "../web/types" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via "../web/types" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via '../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/setup-exception-listeners.d.ts | |
Imported via '../lib/setup-exception-listeners' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/constants.d.ts | |
Imported via '../lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
Imported via '../lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.d.ts | |
Imported via '../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via '../../../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts' | |
Imported via '../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via '../../../build' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts | |
Imported via '../build/webpack/plugins/pages-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/pages-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/pages-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts | |
Imported via './route-regex' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts | |
Imported via '../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via './route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/router/utils/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts | |
Imported via '../shared/lib/router/utils/parse-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/router/utils/parse-url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/node.d.ts | |
Imported via './base-http/node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/base-http/[email protected][email protected][email protected]' | |
Imported via '../base-http/node' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/base-http/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/font-utils.d.ts | |
Imported via './font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/font-utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts | |
Imported via '../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/flight-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/route-module.d.ts | |
Imported via './future/route-modules/route-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/server/future/route-modules/[email protected][email protected][email protected]' | |
Imported via '../route-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/future/route-modules/[email protected][email protected][email protected]' | |
Imported via '../route-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/future/route-modules/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts | |
Imported via './load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../load-components' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts | |
Imported via '../shared/lib/router/utils/middleware-route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/router/utils/middleware-route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/router/utils/middleware-route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts | |
Imported via '../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
Imported via '../../build/webpack/plugins/next-font-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts | |
Imported via './locale-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
Imported via './locale-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts | |
Imported via '../../route-definitions/pages-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/mitt.d.ts | |
Imported via '../mitt' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts | |
Imported via './with-router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts | |
Imported via '../../../client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via '../client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via './dist/client/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/route-loader.d.ts | |
Imported via './route-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/page-loader.d.ts | |
Imported via '../../../client/page-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via '../../../client/page-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
Imported via "../../../client/page-loader" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/client/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/bloom-filter.d.ts | |
Imported via '../../lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/bloom-filter' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts | |
Imported via './router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/router.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
Imported via './router/router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/router/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/loadable-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/loadable-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/loadable.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/loadable.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/image-config-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/image-config-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/hooks-client-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/hooks-client-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/head-manager-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/head-manager-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts | |
Imported via '../../route-definitions/app-page-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts | |
Imported via './modern-browserslist-target' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/constants.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/constants.d.ts | |
Imported via '../../../shared/lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './constants' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/metadata/types.d.ts | |
Imported via './metadata/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/build/webpack/loaders/metadata/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/page-extensions-type.d.ts | |
Imported via '../../page-extensions-type' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
Imported via './page-extensions-type' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts | |
Imported via '../../build/webpack/loaders/next-app-loader' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/app-dir-module.d.ts' with packageId 'next/dist/build/webpack/loaders/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/app-dir-module.d.ts | |
Imported via '../../../lib/app-dir-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../../server/lib/app-dir-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via '../server/lib/app-dir-module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/types.d.ts | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts' with packageId 'next/dist/server/response-cache/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts' with packageId 'next/dist/server/response-cache/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.d.ts | |
Imported via '../../response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts' | |
Imported via './response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via './response-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts | |
Imported via '../../server/lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' | |
Imported via '../server/lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' | |
Imported via '../lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' | |
Imported via './lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' | |
Imported via './lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' | |
Imported via '../lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' | |
Imported via '../lib/incremental-cache' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/hooks-server-context.d.ts | |
Imported via './hooks-server-context' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/hooks-server-context' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts | |
Imported via '../../client/components/static-generation-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/static-generation-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts | |
Imported via '../web/spec-extension/adapters/request-cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/adapters/request-cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
Imported via '../../server/web/spec-extension/adapters/request-cookies' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts | |
Imported via '../../server/async-storage/draft-mode-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/async-storage/[email protected][email protected][email protected]' | |
Imported via '../../server/async-storage/draft-mode-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/draft-mode.d.ts' with packageId 'next/dist/server/async-storage/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts | |
Imported via '../../server/web/spec-extension/adapters/headers' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
Imported via "../../server/web/spec-extension/adapters/headers" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/headers.d.ts' with packageId 'next/dist/server/web/spec-extension/adapters/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/request-async-storage.external.d.ts | |
Imported via '../../client/components/request-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/request-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/create-error-handler.d.ts | |
Imported via './create-error-handler' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts | |
Imported via '../../../app-render/app-render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/server-inserted-html.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/server-inserted-html.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/server-inserted-html.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/amp-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/amp-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts | |
Imported via './vendored/contexts/entrypoints' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/vendored/contexts/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts | |
Imported via '../../server/future/route-modules/app-page/module.compiled' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@types/react/jsx-runtime.d.ts | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts' with packageId '@types/react/[email protected]' | |
Imported via "react/jsx-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/head.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react/jsx-runtime' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react/jsx-runtime' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/legacy/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react/jsx-runtime' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react/jsx-runtime' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/index.d.ts' with packageId '@types/react/[email protected]' | |
Imported via 'react/jsx-runtime' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts' with packageId '@types/react/[email protected]' | |
Imported via 'react/jsx-runtime' from file '../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@tanstack/react-query/build/modern/index.d.cts' with packageId '@types/react/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/error-boundary.d.ts | |
Imported via './error-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via './error-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
Imported via '../../client/components/error-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts | |
Imported via './router-reducer/create-initial-router-state' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts | |
Imported via '../../client/components/app-router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts | |
Imported via '../../client/components/layout-router' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/render-from-template-context.d.ts | |
Imported via '../../client/components/render-from-template-context' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/action-async-storage.external.d.ts | |
Imported via '../../client/components/action-async-storage.external' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.d.ts | |
Imported via './webpack/plugins/app-build-manifest-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts | |
Imported via '../../build/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-bailout.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-bailout.d.ts | |
Imported via '../../client/components/static-generation-bailout' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/static-generation-searchparams-bailout-provider.d.ts | |
Imported via '../../client/components/static-generation-searchparams-bailout-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/searchparams-bailout-proxy.d.ts | |
Imported via '../../client/components/searchparams-bailout-proxy' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/not-found-boundary.d.ts | |
Imported via '../../client/components/not-found-boundary' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/client/components/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/preloads.d.ts | |
Imported via '../../server/app-render/rsc/preloads' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/server/app-render/rsc/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/rsc/taint.d.ts | |
Imported via '../../server/app-render/rsc/taint' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts' with packageId 'next/dist/server/app-render/rsc/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/entry-base.d.ts | |
Imported via '../../server/app-render/entry-base' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/app-page.d.ts | |
Imported via '../../../../build/templates/app-page' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/build/templates/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts | |
Imported via '../future/route-modules/app-page/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
Imported via '../future/route-modules/app-page/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
Imported via './module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
Imported via '../server/future/route-modules/app-page/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/future/route-modules/app-page/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts | |
Imported via '../../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../../app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/module.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/app-render.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/layout-router.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via '../../server/app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
Imported via './app-render/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/app-render/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts | |
Imported via './fetch-server-response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
Imported via '../../client/components/router-reducer/fetch-server-response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts | |
Imported via '../../client/components/router-reducer/router-reducer-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
Imported via './router-reducer/router-reducer-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
Imported via './router-reducer-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts' with packageId 'next/dist/client/components/router-reducer/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts | |
Imported via '../../../../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/app-router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via "../../../shared/lib/app-router-context.shared-runtime" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/app-router-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/components/navigation.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts | |
Imported via './vendored/contexts/entrypoints' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/future/route-modules/pages/vendored/contexts/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts | |
Imported via '../../server/future/route-modules/pages/module.compiled' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/pages.d.ts' with packageId 'next/dist/server/future/route-modules/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/templates/pages.d.ts | |
Imported via '../../../../build/templates/pages' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/build/templates/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts | |
Imported via './future/route-modules/pages/module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/server/future/route-modules/pages/[email protected][email protected][email protected]' | |
Imported via './module' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts' with packageId 'next/dist/server/future/route-modules/pages/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts | |
Imported via './render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../render' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts | |
Imported via '../route-definitions/pages-api-route-definition' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts' with packageId 'next/dist/server/future/route-definitions/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts | |
Imported via './future/route-matches/pages-api-route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
Imported via './future/route-matches/pages-api-route-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/future/route-matches/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts | |
Imported via '../route-matchers/route-matcher' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts' with packageId 'next/dist/server/future/route-matchers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts | |
Imported via '../route-matcher-providers/route-matcher-provider' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts' with packageId 'next/dist/server/future/route-matcher-providers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts | |
Imported via './future/route-matcher-managers/route-matcher-manager' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/route-matcher-managers/[email protected][email protected][email protected]' | |
Imported via '../future/route-matcher-managers/route-matcher-manager' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/future/route-matcher-managers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/normalizer.d.ts | |
Imported via './normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
Imported via '../normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
Imported via '../normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/suffix.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
Imported via '../normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefix.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts | |
Imported via './future/normalizers/locale-route-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './pathname-normalizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/next-data.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/suffix.d.ts | |
Imported via './suffix' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
Imported via './suffix' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/rsc.d.ts | |
Imported via './future/normalizers/request/rsc' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefix.d.ts | |
Imported via './prefix' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/postponed.d.ts | |
Imported via './future/normalizers/request/postponed' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts | |
Imported via './future/normalizers/request/prefetch-rsc' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/normalizers/request/next-data.d.ts | |
Imported via './future/normalizers/request/next-data' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/future/normalizers/request/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts | |
Imported via './base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../base-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts | |
Imported via './image-optimizer' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts | |
Imported via '../next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './next-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/coalesced-function.d.ts | |
Imported via '../../../lib/coalesced-function' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/types.d.ts | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.d.ts | |
Imported via './trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/shared.d.ts | |
Imported via './shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts' with packageId 'next/dist/trace/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/index.d.ts | |
Imported via '../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' | |
Imported via '../../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' | |
Imported via '../../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' | |
Imported via '../../trace' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/load-jsconfig.d.ts | |
Imported via './load-jsconfig' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts | |
Imported via '../../build/webpack-config' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/build/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts | |
Imported via '../webpack/plugins/define-env-plugin' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts' with packageId 'next/dist/build/webpack/plugins/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts | |
Imported via '../../build/swc' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/parse-version-info.d.ts | |
Imported via './parse-version-info' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/hot-reloader-types.d.ts | |
Imported via '../../dev/hot-reloader-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/telemetry/storage.d.ts | |
Imported via '../../../telemetry/storage' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/telemetry/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/types.d.ts | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/types.d.ts | |
Imported via './router-utils/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' with packageId 'next/dist/server/lib/router-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts | |
Imported via './render-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-server.d.ts | |
Imported via '../router-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/utils/path-match.d.ts | |
Imported via '../../../shared/lib/router/utils/path-match' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
Imported via "../../../shared/lib/router/utils/path-match" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/shared/lib/router/utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts | |
Imported via './filesystem' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/lib/router-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts | |
Imported via './router-utils/setup-dev-bundler' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts' with packageId 'next/dist/server/lib/router-utils/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/dev-bundler-service.d.ts | |
Imported via '../lib/dev-bundler-service' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
Imported via './dev-bundler-service' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' with packageId 'next/dist/server/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts | |
Imported via './static-paths-worker' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/next-dev-server.d.ts | |
Imported via './dev/next-dev-server' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/dev/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts | |
Imported via '../dist/server/next' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../next' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/render-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts | |
Imported via './alternative-urls-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/extra-types.d.ts | |
Imported via './extra-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts | |
Imported via './metadata-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
Imported via './metadata-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
Imported via './metadata-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/manifest-types.d.ts | |
Imported via './manifest-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts | |
Imported via './opengraph-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts | |
Imported via './twitter-types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts | |
Imported via '../dist/lib/metadata/types/metadata-interface' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/lib/metadata/types/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via '../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/lib/constants.d.ts' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via '../../../../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' | |
Imported via '../../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via 'next/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/types/[email protected][email protected][email protected]' | |
Imported via '../../types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
Imported via './types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts | |
Imported via './html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../../../shared/lib/html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/html-context.shared-runtime' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected]/node_modules/@next/env/dist/index.d.ts | |
Imported via '@next/env' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts' with packageId '@next/env/dist/[email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/utils.d.ts | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../dist/shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/types/index.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/api-utils/index.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next-server.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/load-components.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/render.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/route-modules/pages/module.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/client/with-router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/router/router.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../../../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/incremental-cache/index.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via './utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_app.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_document.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
Imported via '../shared/lib/utils' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/pages/_error.d.ts' with packageId 'next/dist/shared/lib/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config-shared.d.ts | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-http/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/analysis/get-page-static-info.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/response.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/next-url.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/future/helpers/i18n-provider.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/base-server.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/app-render/types.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/utils.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/image-optimizer.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack-config.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/load-jsconfig.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/swc/index.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../../server/config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via '../config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/dev/static-paths-worker.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
Imported via './config-shared' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/next.d.ts' with packageId 'next/dist/server/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/request.d.ts | |
Imported via './request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via './spec-extension/request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via '../web/spec-extension/request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/request' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts | |
Imported via 'next/dist/server/web/spec-extension/fetch-event' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via './spec-extension/fetch-event' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/types.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/user-agent.d.ts | |
Imported via 'next/dist/server/web/spec-extension/user-agent' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
Imported via 'next/dist/server/web/spec-extension/user-agent' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@edge-runtime/primitives/url.d.ts | |
Imported via 'next/dist/compiled/@edge-runtime/primitives/url' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/compiled/@edge-runtime/primitives/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/server/web/spec-extension/image-response.d.ts | |
Imported via 'next/dist/server/web/spec-extension/image-response' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/server/web/spec-extension/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts | |
Imported via "next/dist/compiled/@vercel/og/satori" from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' with packageId 'next/dist/compiled/@vercel/og/satori/[email protected][email protected][email protected]' | |
File is ECMAScript module because '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json' has field "type" with value "module" | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/emoji/index.d.ts | |
Imported via './emoji' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts' | |
File is ECMAScript module because '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json' has field "type" with value "module" | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/types.d.ts | |
Imported via 'next/dist/compiled/@vercel/og/types' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts' with packageId 'next/dist/compiled/@vercel/og/[email protected][email protected][email protected]' | |
File is ECMAScript module because '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/@vercel/og/package.json' has field "type" with value "module" | |
../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/server.d.ts | |
Imported via 'next/server' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/routeMatcher.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
Referenced via './server.d.ts' from file '../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/index.d.ts' | |
Imported via 'next/server' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/types.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
Imported via 'next/server' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/clerkMiddleware.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
Imported via 'next/server' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/authMiddleware.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
Imported via 'next/server' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/redirectHelpers.d.ts' with packageId 'next/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/routeMatcher.d.ts | |
Imported via './routeMatcher' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/index.d.ts' with packageId '@clerk/nextjs/dist/types/server/[email protected][email protected][email protected][email protected]' | |
Imported via './routeMatcher' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected][email protected]/node_modules/@clerk/nextjs/dist/types/server/authMiddleware.d.ts' with packageId '@clerk/nextjs/dist/types/server/[email protected][email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/shared/dist/telemetry.d.mts | |
Imported via '@clerk/shared/telemetry' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/index.d.ts' with packageId '@clerk/shared/dist/[email protected][email protected][email protected]' | |
Imported via '@clerk/shared/telemetry' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/index.d.ts' with packageId '@clerk/shared/dist/[email protected][email protected][email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/request.d.ts | |
Imported via '../request' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts' with packageId '@clerk/backend/dist/api/[email protected]' | |
Imported via './request' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/factory.d.ts' with packageId '@clerk/backend/dist/api/[email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/AbstractApi.d.ts | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/index.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/AllowlistIdentifierApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/ClientApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/DomainApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/EmailAddressApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/InvitationApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/PhoneNumberApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/RedirectUrlApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SessionApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SignInTokenApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/UserApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/SamlConnectionApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
Imported via './AbstractApi' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/TestingTokenApi.d.ts' with packageId '@clerk/backend/dist/api/endpoints/[email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Enums.d.ts | |
Imported via './Enums' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './Enums' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/index.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './Enums' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Invitation.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './Enums' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/OrganizationInvitation.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './Enums' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/OrganizationMembership.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via '../resources/Enums' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/endpoints/OrganizationApi.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/JSON.d.ts | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/AllowlistIdentifier.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Client.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Session.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/DeletedObject.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Email.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/IdentificationLink.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/EmailAddress.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/Verification.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' | |
Imported via './JSON' from file '../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@clerk/backend/dist/api/resources/ExternalAccount.d.ts' with packageId '@clerk/backend/dist/api/resources/[email protected]' |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment