type github.com/evanw/esbuild/internal/config.InjectedDefine
6 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L218: InjectedDefines []InjectedDefine
config.go#L333: type InjectedDefine struct {
github.com/evanw/esbuild/pkg/api
api_impl.go#L378: func validateDefines(log logger.Log, defines map[string]string, pureFns []string) (*config.ProcessedDefines, []config.InjectedDefine) {
api_impl.go#L384: valueToInject := make(map[string]config.InjectedDefine)
api_impl.go#L438: valueToInject[key] = config.InjectedDefine{Source: source, Data: e, Name: key}
api_impl.go#L447: injectedDefines := make([]config.InjectedDefine, len(definesToInject))
![]() |
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. |