github.com/evanw/esbuild/internal/bundler.chunkInfo.relDir (field)
13 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L319: relDir string
linker.go#L370: return path.Join(chunk.relDir, chunk.baseNameOrEmpty)
linker.go#L669: relDir: chunk.relDir,
linker.go#L743: Path: logger.Path{Text: c.pathBetweenChunks(chunk.relDir, relPath)},
linker.go#L834: record.Path.Text = c.pathBetweenChunks(chunk.relDir, c.files[record.SourceIndex.GetIndex()].entryPointRelPath)
linker.go#L2790: relDir: relDir,
linker.go#L2812: chunk.relDir = c.generatedChunkRelDir
linker.go#L2829: chunk.relDir = c.generatedChunkRelDir
linker.go#L3656: chunkAbsDir := c.fs.Join(c.options.AbsOutputDir, chunk.relDir)
linker.go#L4011: sourceMapRelDir := chunk.relDir
linker.go#L4061: chunk.relDir = relPath[:len(relPath)-len(chunk.baseNameOrEmpty)]
linker.go#L4306: chunk.relDir = relPath[:len(relPath)-len(chunk.baseNameOrEmpty)]
![]() |
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. |