cli

package
v0.0.0-...-713e2d3 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessResult

type ProcessResult struct {
	Path    string
	OutPath string
	Error   error
}

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

func NewProcessor

func NewProcessor(opts transformer.TransformOptions) *Processor

func (*Processor) ProcessPath

func (p *Processor) ProcessPath(path string) ([]TranspileResult, error)

type TranspileResult

type TranspileResult struct {
	Path     string
	OutPath  string
	Duration time.Duration
}

Jump to

Keyboard shortcuts

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