github.com/evanw/esbuild/pkg/api.apiHandler.onRequest (field)

4 uses

	github.com/evanw/esbuild/pkg/api (current package)
		serve_other.go#L31: 	onRequest        func(ServeOnRequestArgs)
		serve_other.go#L88: 	if h.onRequest != nil {
		serve_other.go#L89: 		h.onRequest(ServeOnRequestArgs{
		serve_other.go#L528: 		onRequest:        serveOptions.OnRequest,