github.com/evanw/esbuild/internal/config.Options.AbsOutputDir (field)
16 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L208: AbsOutputDir string
github.com/evanw/esbuild/internal/bundler
bundler.go#L349: AbsPath: args.fs.Join(args.options.AbsOutputDir, relPath),
bundler.go#L1267: if relPath, ok := s.fs.Rel(s.options.AbsOutputDir, path.Text); ok {
linker.go#L740: crossChunkAbsPaths[i] = c.fs.Join(c.options.AbsOutputDir, relPath)
linker.go#L3656: chunkAbsDir := c.fs.Join(c.options.AbsOutputDir, chunk.relDir)
linker.go#L4037: AbsPath: c.fs.Join(c.options.AbsOutputDir, sourceMapRelDir, sourceMapBaseName),
linker.go#L4085: AbsPath: c.fs.Join(c.options.AbsOutputDir, chunk.relPath()),
linker.go#L4320: AbsPath: c.fs.Join(c.options.AbsOutputDir, chunk.relPath()),
github.com/evanw/esbuild/pkg/api
api_impl.go#L655: AbsOutputDir: validatePath(log, realFS, buildOpts.Outdir, "outdir path"),
api_impl.go#L698: if options.AbsOutputDir == "" && entryPointCount > 1 {
api_impl.go#L701: } else if options.AbsOutputDir == "" && options.CodeSplitting {
api_impl.go#L704: } else if options.AbsOutputFile != "" && options.AbsOutputDir != "" {
api_impl.go#L708: options.AbsOutputDir = realFS.Dir(options.AbsOutputFile)
api_impl.go#L709: } else if options.AbsOutputDir == "" {
api_impl.go#L728: options.AbsOutputDir = realFS.Cwd()
serve_other.go#L322: if relPath, ok := h.fs.Rel(h.options.AbsOutputDir, file.Path); ok {
 |
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. |