/opt/canhelp/node_modules/next/dist/shared/lib/turbopack
NameSizeModeActions
compilation-events.d.ts4460644editdlrm
compilation-events.js15570644editdlrm
compilation-events.js.map21280644editdlrm
entry-key.d.ts6650644editdlrm
entry-key.js8000644editdlrm
entry-key.js.map13100644editdlrm
internal-error.d.ts8570644editdlrm
internal-error.js18250644editdlrm
internal-error.js.map27360644editdlrm
manifest-loader.d.ts29180644editdlrm
manifest-loader.js245170644editdlrm
manifest-loader.js.map443530644editdlrm
utils.d.ts15210644editdlrm
utils.js114850644editdlrm
utils.js.map174680644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/shared/lib/turbopack/compilation-events.d.ts (446B)
import type { Project } from '../../../build/swc/types'; /** * Subscribes to compilation events for `project` and prints them using the * `Log` library. * * The `signal` argument is partially implemented. The abort may not happen until the next * compilation event arrives. */ export declare function backgroundLogCompilationEvents(project: Project, { eventTypes, signal }?: { eventTypes?: string[]; signal?: AbortSignal; }): void;