Imports of esbuild command

PathSynopsis
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/evanw/esbuild/internal/api_helpers
github.com/evanw/esbuild/internal/cli_helpers
github.com/evanw/esbuild/internal/config
github.com/evanw/esbuild/internal/fs
github.com/evanw/esbuild/internal/logger
github.com/evanw/esbuild/pkg/apiThis API exposes esbuild's two main operations: building and transforming.
github.com/evanw/esbuild/pkg/cliThis API exposes the command-line interface for esbuild.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.