github.com/evanw/esbuild/internal/config.Options.GlobalName (field)
9 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L212: GlobalName []string
github.com/evanw/esbuild/internal/bundler
linker.go#L521: (options.OutputFormat == config.FormatIIFE && len(options.GlobalName) > 0)) {
linker.go#L1792: if len(c.options.GlobalName) > 0 {
linker.go#L1822: } else if repr.meta.forceIncludeExportsForEntryPoint && c.options.OutputFormat == config.FormatIIFE && len(c.options.GlobalName) > 0 {
linker.go#L3764: if len(c.options.GlobalName) > 0 {
linker.go#L4096: prefix := c.options.GlobalName[0]
linker.go#L4115: for _, name := range c.options.GlobalName[1:] {
github.com/evanw/esbuild/pkg/api
api_impl.go#L651: GlobalName: validateGlobalName(log, buildOpts.GlobalName),
api_impl.go#L1090: GlobalName: validateGlobalName(log, transformOpts.GlobalName),
![]() |
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. |