UNPKG

@storm-software/config-tools

Version:

A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.

102 lines (101 loc) 1.94 kB
import "../chunk-WWUHEYYM.js"; import { exitWithError, exitWithSuccess, handleProcess } from "../chunk-JLIGJTMV.js"; import { LARGE_BUFFER, run, runAsync } from "../chunk-6RVIJKY3.js"; import { modifyCargoNestedTable, modifyCargoTable, parseCargoToml, parseCargoTomlWithTree, stringifyCargoToml } from "../chunk-AUCRLLQF.js"; import { applyWorkspaceBaseTokens, applyWorkspaceProjectTokens, applyWorkspaceTokens } from "../chunk-HYJVQZYZ.js"; import { findFileName, findFilePath, removeExtension } from "../chunk-WYQYWPLE.js"; import "../chunk-RRKB32OH.js"; import "../chunk-BZLWPMXE.js"; import "../chunk-SMVSQFZ3.js"; import { DEFAULT_COLOR_CONFIG, applyDefaultConfig, getPackageJsonConfig } from "../chunk-SHD7ZUSQ.js"; import { findWorkspaceRoot, findWorkspaceRootSafe } from "../chunk-PTHGOJU6.js"; import "../chunk-6JBGUE4A.js"; import "../chunk-P2KJ6EZO.js"; import "../chunk-LM2UMGYA.js"; import "../chunk-G2MK47WL.js"; import "../chunk-CZ4IE2QN.js"; import { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from "../chunk-7IMLZPZF.js"; import "../chunk-K4CDYUQR.js"; import "../chunk-POXTJ6GF.js"; export { DEFAULT_COLOR_CONFIG, LARGE_BUFFER, applyDefaultConfig, applyWorkspaceBaseTokens, applyWorkspaceProjectTokens, applyWorkspaceTokens, basename, correctPaths, dirname, exitWithError, exitWithSuccess, extname, findFileName, findFilePath, findWorkspaceRoot, findWorkspaceRootSafe, format, getPackageJsonConfig, handleProcess, isAbsolute, joinPaths, modifyCargoNestedTable, modifyCargoTable, normalizeString, normalizeWindowsPath, parse, parseCargoToml, parseCargoTomlWithTree, relative, removeExtension, resolve, run, runAsync, sep, stringifyCargoToml, toNamespacedPath };