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) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.allFileData = allFileData; const workspace_context_1 = require("./workspace-context"); const workspace_root_1 = require("./workspace-root"); function allFileData() { return (0, workspace_context_1.getAllFileDataInContext)(workspace_root_1.workspaceRoot); }