fix

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 7 Imported by: 3

Documentation

Overview

Package fix contains functionality for writing CUE files with legacy syntax to newer ones.

Note: the transformations that are supported in this package will change over time.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func File

func File(f *ast.File, o ...Option) *ast.File

File applies fixes to f and returns it. It alters the original f.

func Instances

func Instances(a []*build.Instance, o ...Option) errors.Error

Instances modifies all files contained in the given build instances at once.

It also applies fix.File.

Types

type Option added in v0.3.0

type Option func(*options)

func Simplify added in v0.3.0

func Simplify() Option

Simplify enables fixes that simplify the code, but are not strictly necessary.

Jump to

Keyboard shortcuts

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