const github.com/evanw/esbuild/internal/config.FormatIIFE
13 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L104: FormatIIFE
config.go#L127: case FormatIIFE:
config.go#L330: return mode == ModeBundle || (mode == ModeConvertFormat && outputFormat == FormatIIFE)
github.com/evanw/esbuild/internal/bundler
linker.go#L521: (options.OutputFormat == config.FormatIIFE && len(options.GlobalName) > 0)) {
linker.go#L1220: (c.options.OutputFormat == config.FormatIIFE ||
linker.go#L1791: case config.FormatIIFE:
linker.go#L1822: } else if repr.meta.forceIncludeExportsForEntryPoint && c.options.OutputFormat == config.FormatIIFE && len(c.options.GlobalName) > 0 {
linker.go#L3439: if c.options.OutputFormat == config.FormatIIFE {
linker.go#L3698: if c.options.OutputFormat == config.FormatIIFE {
linker.go#L3761: if c.options.OutputFormat == config.FormatIIFE {
linker.go#L3955: if c.options.OutputFormat == config.FormatIIFE {
github.com/evanw/esbuild/pkg/api
api_impl.go#L105: return config.FormatIIFE
api_impl.go#L740: options.OutputFormat = config.FormatIIFE
![]() |
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. |