UNPKG

@farmfe/core

Version:

Farm is a extremely fast web build tool written in Rust. Farm can start a project in milliseconds and perform HMR within 10ms, making it much faster than similar tools like webpack and vite.

3 lines (2 loc) 140 B
import { Logger } from './logger.js'; export declare function traceDependencies(configFilePath: string, logger: Logger): Promise<string[]>;