On this page
config.parseWorkspaceYaml
- Module
- config
- Package
- @libtmux/libtmux
- Source
- packages/workspace/src/config.ts
-
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