UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 857 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createTree = exports.createTreeWithEmptyV1Workspace = exports.createTreeWithEmptyWorkspace = void 0; var create_tree_with_empty_workspace_1 = require("./generators/testing-utils/create-tree-with-empty-workspace"); Object.defineProperty(exports, "createTreeWithEmptyWorkspace", { enumerable: true, get: function () { return create_tree_with_empty_workspace_1.createTreeWithEmptyWorkspace; } }); Object.defineProperty(exports, "createTreeWithEmptyV1Workspace", { enumerable: true, get: function () { return create_tree_with_empty_workspace_1.createTreeWithEmptyV1Workspace; } }); var create_tree_1 = require("./generators/testing-utils/create-tree"); Object.defineProperty(exports, "createTree", { enumerable: true, get: function () { return create_tree_1.createTree; } });