type github.com/evanw/esbuild/internal/config.Options

18 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L163: type Options struct {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L141: 	options            config.Options
		bundler.go#L879: 	options config.Options
		bundler.go#L890: func ScanBundle(log logger.Log, fs fs.FS, res resolver.Resolver, caches *cache.CacheSet, entryPoints []string, options config.Options) Bundle {
		bundler.go#L1483: func applyOptionDefaults(options *config.Options) {
		bundler.go#L1509: func (b *Bundle) Compile(log logger.Log, options config.Options) []OutputFile {
		bundler.go#L1627: func (b *Bundle) computeDataForSourceMapsInParallel(options *config.Options, reachableFiles []uint32) func() []dataForSourceMap {
		bundler.go#L1820: func (cache *runtimeCache) parseRuntime(options *config.Options) (source logger.Source, runtimeAST js_ast.AST, ok bool) {
		bundler.go#L1856: 	runtimeAST, ok = js_parser.Parse(log, source, js_parser.OptionsFromConfig(&config.Options{
		linker.go#L61: 	options     *config.Options
		linker.go#L374: 	options *config.Options,

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L299: func OptionsFromConfig(options *config.Options) Options {

	github.com/evanw/esbuild/internal/resolver
		resolver.go#L128: 	options config.Options
		resolver.go#L169: func NewResolver(fs fs.FS, log logger.Log, caches *cache.CacheSet, options config.Options) Resolver {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L587: 	options   config.Options
		api_impl.go#L634: 	options := config.Options{
		api_impl.go#L1081: 	options := config.Options{
		serve_other.go#L30: 	options          *config.Options