github.com/evanw/esbuild/internal/bundler.Bundle.Compile (method)

3 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L1509: func (b *Bundle) Compile(log logger.Log, options config.Options) []OutputFile {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L773: 			results := bundle.Compile(log, options)
		api_impl.go#L1134: 			results = bundle.Compile(log, options)