UNPKG

bit-bin

Version:

<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b

53 lines (39 loc) 828 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function _graph() { const data = require("./graph.provider"); _graph = function () { return data; }; return data; } function _workspace() { const data = require("../workspace"); _workspace = function () { return data; }; return data; } function _scope() { const data = require("../scope"); _scope = function () { return data; }; return data; } function _component() { const data = require("../component"); _component = function () { return data; }; return data; } var _default = { name: 'graph', dependencies: [_workspace().WorkspaceExt, _scope().ScopeExtension, _component().ComponentFactoryExt], provider: _graph().provide }; exports.default = _default;