UNPKG

@triviality/core

Version:
10 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var drawDependency_1 = require("./drawDependency"); exports.TextDebugFeature = function textDebugFeature(_a) { var kernel = _a.kernel; return { getDependencyTree: function () { return function () { return drawDependency_1.drawDependencies(kernel().references()); }; }, }; }; //# sourceMappingURL=TextDebugFeature.js.map