github.com/evanw/esbuild/internal/logger.OutputOptions.IncludeSource (field)
10 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L467: options := OutputOptions{IncludeSource: true}
logger.go#L818: IncludeSource bool
logger.go#L827: if options.IncludeSource {
logger.go#L857: if options.IncludeSource {
logger.go#L885: if options.IncludeSource {
logger.go#L900: if options.IncludeSource {
logger.go#L919: if !options.IncludeSource {
github.com/evanw/esbuild/pkg/api
api_impl.go#L593: IncludeSource: true,
api_impl.go#L1032: IncludeSource: true,
serve_other.go#L100: stderrOptions := logger.OutputOptions{IncludeSource: true}
![]() |
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. |