@jqassistant/ts-lce
Version:
Tool to extract language concepts from a TypeScript codebase and export them to a JSON file.
11 lines (10 loc) • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PostProcessor = void 0;
/**
* Post-processes the set of all extracted concepts on a cross-project or per-project basis.
* Can be used to modify or add language concepts based on existing ones.
*/
class PostProcessor {
}
exports.PostProcessor = PostProcessor;