func github.com/evanw/esbuild/internal/config.ProcessDefines
4 uses
github.com/evanw/esbuild/internal/config (current package)
globals.go#L865: func ProcessDefines(userDefines map[string]DefineData) ProcessedDefines {
github.com/evanw/esbuild/internal/bundler
bundler.go#L1914: result := config.ProcessDefines(map[string]config.DefineData{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L12624: defaultDefines := config.ProcessDefines(nil)
github.com/evanw/esbuild/pkg/api
api_impl.go#L474: processed := config.ProcessDefines(rawDefines)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |