type github.com/evanw/esbuild/internal/config.Format
9 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L82: type Format uint8
config.go#L88: FormatPreserve Format = iota
config.go#L121: func (f Format) KeepES6ImportExportSyntax() bool {
config.go#L125: func (f Format) String() string {
config.go#L215: OutputFormat Format
config.go#L329: func IsTreeShakingEnabled(mode Mode, outputFormat Format) bool {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L287: outputFormat config.Format
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L3040: OutputFormat config.Format
github.com/evanw/esbuild/pkg/api
api_impl.go#L100: func validateFormat(value Format) config.Format {
![]() |
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. |