const github.com/evanw/esbuild/internal/config.FormatPreserve
10 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L88: FormatPreserve Format = iota
config.go#L122: return f == FormatPreserve || f == FormatESModule
github.com/evanw/esbuild/internal/bundler
bundler.go#L1513: if options.Mode == config.ModeBundle && options.OutputFormat == config.FormatPreserve {
linker.go#L1278: if (c.options.OutputFormat == config.FormatPreserve || c.options.OutputFormat == config.FormatCommonJS) &&
linker.go#L1785: case config.FormatPreserve:
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L11485: if p.options.outputFormat != config.FormatPreserve {
github.com/evanw/esbuild/pkg/api
api_impl.go#L103: return config.FormatPreserve
api_impl.go#L736: } else if options.OutputFormat == config.FormatPreserve {
api_impl.go#L751: } else if options.OutputFormat != config.FormatPreserve {
api_impl.go#L1118: if options.OutputFormat != config.FormatPreserve {
![]() |
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. |