UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

10 lines (9 loc) 316 B
import { HMRouterExtensionContext } from '../HMRouterExtensionContext'; export declare class RouterMapBuildingProcessor { private context; constructor(context: HMRouterExtensionContext); execute(): void; private buildRouterMap; private generateRouterMapFile; private readExistingRouterMap; }