UNPKG

nx

Version:

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

11 lines (10 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createTree = createTree; const tree_1 = require("../tree"); /** * Creates a host for testing. */ function createTree() { return new tree_1.FsTree('/virtual', false); }