github.com/evanw/esbuild/internal/config.Plugin.OnLoad (field)

4 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L407: 	OnLoad    []OnLoad

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L749: 		for _, onLoad := range plugin.OnLoad {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L1243: 	impl.plugin.OnLoad = append(impl.plugin.OnLoad, config.OnLoad{