github.com/evanw/esbuild/internal/bundler.chunkInfo.relPath (method)

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L366: func (chunk *chunkInfo) relPath() string {
		linker.go#L739: 				relPath := chunks[otherChunkIndex].relPath()
		linker.go#L4085: 			AbsPath:           c.fs.Join(c.options.AbsOutputDir, chunk.relPath()),
		linker.go#L4320: 			AbsPath:           c.fs.Join(c.options.AbsOutputDir, chunk.relPath()),