github.com/evanw/esbuild/internal/bundler.Bundle.lowestCommonAncestorDirectory (method)

2 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L1520: 		options.AbsOutputBase = b.lowestCommonAncestorDirectory(options.CodeSplitting, allReachableFiles)
		bundler.go#L1683: func (b *Bundle) lowestCommonAncestorDirectory(codeSplitting bool, allReachableFiles []uint32) string {