libtmux Reference MCP Search
On this page

config.parseWorkspaceYaml

View as Markdown

Module
config
Package
@libtmux/libtmux
Source
packages/workspace/src/config.ts
parseWorkspaceYaml ( source : : string ) Workspace
function [source]
function [source]
parseWorkspaceYaml

Parse a YAML or JSON workspace, then validate it.

YAML parsing is Bun's, and this package otherwise runs anywhere — so this is the one function that does not. Reached from Node it says so, rather than failing on an undefined global; parse the document yourself and hand the result to parseWorkspace .

0 declared, 0 inherited

Esc

Type to search.