package cli_helpers

import "github.com/evanw/esbuild/internal/cli_helpers"

Index

Types

type ErrorWithNote

type ErrorWithNote struct {
	Text string
	Note string
}

func MakeErrorWithNote

func MakeErrorWithNote(text string, note string) *ErrorWithNote

func ParseLoader

func ParseLoader(text string) (api.Loader, *ErrorWithNote)

Source Files

cli_helpers.go

Version
v0.17.1
Published
Jan 16, 2023
Platform
windows/amd64
Imports
2 packages
Last checked
12 minutes ago

Tools for package owners.