lwc-linter
Version:
A comprehensive CLI tool for linting Lightning Web Components v8.0.0+ with modern LWC patterns, decorators, lifecycle hooks, and Salesforce platform integration
16 lines • 451 B
TypeScript
import { LinterConfig } from '../types/config';
export declare class DevServer {
private app;
private server;
private port;
private config;
private targetPath;
private reportPath;
private currentResults;
constructor(config: LinterConfig, targetPath: string, port?: number);
private setupServer;
private generateLiveReport;
start(): Promise<void>;
stop(): void;
}
//# sourceMappingURL=dev-server.d.ts.map