Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

config.parseWorkspaceYaml

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

config.parseWorkspaceYaml ( source : : string ) → Workspace
function [source]
function [source]
config.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 .

Discussed in Use the TypeScript workspace builder , TypeScript workspace builder API

Esc

Type to search.