github.com/evanw/esbuild/internal/bundler.chunkInfo.baseNameOrEmpty (field)
13 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L325: baseNameOrEmpty string
linker.go#L367: if chunk.baseNameOrEmpty == "" {
linker.go#L370: return path.Join(chunk.relDir, chunk.baseNameOrEmpty)
linker.go#L656: baseNameOrEmpty := chunk.baseNameOrEmpty
linker.go#L670: baseNameOrEmpty: baseNameOrEmpty,
linker.go#L2791: baseNameOrEmpty: baseName,
linker.go#L4010: sourceMapBaseName := chunk.baseNameOrEmpty
linker.go#L4048: if chunk.baseNameOrEmpty == "" {
linker.go#L4060: chunk.baseNameOrEmpty = path.Base(relPath)
linker.go#L4061: chunk.relDir = relPath[:len(relPath)-len(chunk.baseNameOrEmpty)]
linker.go#L4293: if chunk.baseNameOrEmpty == "" {
linker.go#L4305: chunk.baseNameOrEmpty = path.Base(relPath)
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. |