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()),
![]() |
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. |