package fix

import "cuelang.org/go/tools/fix"

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

Functions

func File

func File(f *ast.File) *ast.File

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

func Instances

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

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

It also applies fix.File.

Source Files

fix.go fixall.go

Version
v0.3.0-beta.2
Published
Jan 16, 2021
Platform
linux/amd64
Imports
8 packages
Last checked
2 hours ago

Tools for package owners.