@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
17 lines (16 loc) • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ConfigConstants {
}
exports.default = ConfigConstants;
ConfigConstants.DEFAULT_SCAN_DIR = 'src/main/ets';
ConfigConstants.DEFAULT_ROUTER_MAP_DIR = 'src/main/resources/base/profile';
ConfigConstants.DEFAULT_BUILD_DIR = 'src/main/ets/generated';
ConfigConstants.DEFAULT_BUILD_TPL = 'template/viewBuilder.ejs';
ConfigConstants.ROUTER_ANNOTATION = 'HMRouter';
ConfigConstants.ANIMATOR_ANNOTATION = 'HMAnimator';
ConfigConstants.INTERCEPTOR_ANNOTATION = 'HMInterceptor';
ConfigConstants.LIFECYCLE_ANNOTATION = 'HMLifecycle';
ConfigConstants.SERVICE_ANNOTATION = 'HMService';
ConfigConstants.SERVICE_PROVIDE_ANNOTATION = 'HMServiceProvider';
;