Global Symbols

This document lists every single global type, variable, and function available in Tugger’s Starlark execution environment.

The Starlark environment contains symbols from the following:

Global Types

Tugger’s Starlark dialect defines the following custom types:

FileContent

Represents the content of a file on the filesystem.

FileManifest

Represents a mapping of filenames to file content.

WiXInstaller

Produce a Windows installer using WiX.