/// import type { ContextConfiguration } from './context'; export interface Task { cwd: string; urlPathname: string; scriptName: string; code: Buffer; payload?: unknown; config: ContextConfiguration; sourceMap?: Buffer; }