UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

13 lines (12 loc) 732 B
export declare class TaskConstants { static readonly PRE_BUILD = "@PreBuild"; static readonly PROCESS_ROUTER_MAP = "@ProcessRouterMap"; static readonly PROCESS_RESOURCE = "@ProcessResource"; static readonly ANNOTATION_ANALYSIS_TASK = "@HMRouterAnnotationAnalysisTask"; static readonly CODE_GENERATION_TASK = "@HMRouterCodeGenerationTask"; static readonly BUILD_ROUTER_MAP_TASK = "@HMRouterBuildRouterMapTask"; static readonly CONFIG_UPDATE_TASK = "@HMRouterConfigUpdateTask"; static readonly COPY_ROUTER_MAP_TASK = "@HMRouterCopyRouterMapToRawFileTask"; static readonly GENERATE_OBFUSCATION_TASK = "@HMRouterGenerateObfuscationFileTask"; static readonly DEFAULT_SOURCE_ROOT = "./src/main"; }