UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

10 lines (9 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractAnnotationAnalyzer = void 0; class AbstractAnnotationAnalyzer { constructor(constantResolver) { this.constantResolver = constantResolver; } } exports.AbstractAnnotationAnalyzer = AbstractAnnotationAnalyzer;