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.25.3 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
now

Tools for package owners.