type github.com/evanw/esbuild/internal/config.DotDefine
6 uses
github.com/evanw/esbuild/internal/config (current package)
globals.go#L850: type DotDefine struct {
globals.go#L857: DotDefines map[string][]DotDefine
globals.go#L879: DotDefines: make(map[string][]DotDefine),
globals.go#L892: result.DotDefines[tail] = append(result.DotDefines[tail], DotDefine{Parts: parts, Data: DefineData{CanBeRemovedIfUnused: true}})
globals.go#L908: result.DotDefines["NODE_ENV"] = []DotDefine{{
globals.go#L939: dotDefines = append(dotDefines, DotDefine{Parts: parts, Data: data})
![]() |
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. |