github.com/evanw/esbuild/internal/config.Options.RemoveWhitespace (field)
13 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L166: RemoveWhitespace bool
github.com/evanw/esbuild/internal/bundler
bundler.go#L250: RemoveWhitespace: args.options.RemoveWhitespace,
linker.go#L3447: RemoveWhitespace: c.options.RemoveWhitespace,
linker.go#L3451: ExtractComments: c.options.Mode == config.ModeBundle && c.options.RemoveWhitespace,
linker.go#L3704: RemoveWhitespace: c.options.RemoveWhitespace,
linker.go#L3725: if c.options.RemoveWhitespace {
linker.go#L3877: if c.options.Mode == config.ModeBundle && !c.options.RemoveWhitespace && prevComment != compileResult.sourceIndex && len(compileResult.JS) > 0 {
linker.go#L4100: if c.options.RemoveWhitespace {
linker.go#L4176: RemoveWhitespace: c.options.RemoveWhitespace,
linker.go#L4213: RemoveWhitespace: c.options.RemoveWhitespace,
linker.go#L4260: if c.options.Mode == config.ModeBundle && !c.options.RemoveWhitespace {
github.com/evanw/esbuild/pkg/api
api_impl.go#L647: RemoveWhitespace: buildOpts.MinifyWhitespace,
api_impl.go#L1092: RemoveWhitespace: transformOpts.MinifyWhitespace,
![]() |
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. |