const github.com/evanw/esbuild/internal/config.ModeConvertFormat
6 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L159: ModeConvertFormat
config.go#L330: return mode == ModeBundle || (mode == ModeConvertFormat && outputFormat == FormatIIFE)
github.com/evanw/esbuild/internal/bundler
linker.go#L472: (repr.ast.HasLazyExport && c.options.Mode == config.ModeConvertFormat && !c.options.OutputFormat.KeepES6ImportExportSyntax()),
github.com/evanw/esbuild/internal/js_parser
js_parser_lower.go#L26: if p.options.mode == config.ModeConvertFormat && !p.options.outputFormat.KeepES6ImportExportSyntax() {
github.com/evanw/esbuild/pkg/api
api_impl.go#L752: options.Mode = config.ModeConvertFormat
api_impl.go#L1119: options.Mode = config.ModeConvertFormat
![]() |
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. |