github.com/evanw/esbuild/internal/config.Options.AbsOutputFile (field)
8 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L207: AbsOutputFile string
github.com/evanw/esbuild/internal/bundler
linker.go#L2733: if c.options.AbsOutputFile != "" {
linker.go#L2734: baseName = c.fs.Base(c.options.AbsOutputFile)
github.com/evanw/esbuild/pkg/api
api_impl.go#L654: AbsOutputFile: validatePath(log, realFS, buildOpts.Outfile, "outfile path"),
api_impl.go#L704: } else if options.AbsOutputFile != "" && options.AbsOutputDir != "" {
api_impl.go#L706: } else if options.AbsOutputFile != "" {
api_impl.go#L708: options.AbsOutputDir = realFS.Dir(options.AbsOutputFile)
api_impl.go#L1096: AbsOutputFile: transformOpts.Sourcefile + "-out",
![]() |
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. |