/opt/canhelp/node_modules/next/dist/telemetry/events
NameSizeModeActions
build.d.ts47900644editdlrm
build.js49660644editdlrm
build.js.map107510644editdlrm
error-feedback.d.ts4590644editdlrm
error-feedback.js7360644editdlrm
error-feedback.js.map8990644editdlrm
index.d.ts790644editdlrm
index.js7260644editdlrm
index.js.map2310644editdlrm
plugins.d.ts2350644editdlrm
plugins.js14600644editdlrm
plugins.js.map21540644editdlrm
session-stopped.d.ts4550644editdlrm
session-stopped.js10370644editdlrm
session-stopped.js.map20620644editdlrm
swc-load-failure.d.ts4520644editdlrm
swc-load-failure.js19400644editdlrm
swc-load-failure.js.map35170644editdlrm
swc-plugins.d.ts3130644editdlrm
swc-plugins.js20380644editdlrm
swc-plugins.js.map26480644editdlrm
version.d.ts21010644editdlrm
version.js50540644editdlrm
version.js.map95300644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/telemetry/events/version.d.ts (2101B)
import type { NextConfigComplete } from '../../server/config-shared'; type EventCliSessionStarted = { nextVersion: string; nodeVersion: string; cliCommand: string; isSrcDir: boolean | null; hasNowJson: boolean; isCustomServer: boolean | null; hasNextConfig: boolean; buildTarget: string; hasWebpackConfig: boolean; hasBabelConfig: boolean; basePathEnabled: boolean; i18nEnabled: boolean; imageEnabled: boolean; imageFutureEnabled: boolean; locales: string | null; localeDomainsCount: number | null; localeDetectionEnabled: boolean | null; imageDomainsCount: number | null; imageRemotePatternsCount: number | null; imageLocalPatternsCount: number | null; imageQualities: string | null; imageSizes: string | null; imageLoader: string | null; imageFormats: string | null; nextConfigOutput: string | null; trailingSlashEnabled: boolean; reactStrictMode: boolean; webpackVersion: number | null; turboFlag: boolean; isRspack: boolean; appDir: boolean | null; pagesDir: boolean | null; staticStaleTime: number | null; dynamicStaleTime: number | null; reactCompiler: boolean; reactCompilerCompilationMode: string | null; reactCompilerPanicThreshold: string | null; }; export declare function eventCliSession(dir: string, nextConfig: NextConfigComplete, event: Omit): { eventName: string; payload: EventCliSessionStarted; }[]; export {};