experiment

package
v0.0.0-...-bd2741b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllExperiments = []Experiment{
	Lipgloss,
	ManifestSync,
	Placeholder,
}

AllExperiments is a list of all available experiments that can be enabled Please also add here 👇

View Source
var EnabledExperiments = []Experiment{}

EnabledExperiments is a list of experiments that are permanently enabled Please also add here 👇

Functions

func Includes

func Includes(expToCheck Experiment) bool

Includes checks that a supplied experiment is included within AllExperiments

Types

type Experiment

type Experiment string
const (
	// Lipgloss experiment shows pretty styles.
	Lipgloss Experiment = "lipgloss"

	// ManifestSync experiment enables two-way manifest sync between local and remote.
	ManifestSync Experiment = "manifest-sync"

	// Placeholder experiment is a placeholder for testing and does nothing... or does it?
	Placeholder Experiment = "placeholder"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL