github.com/evanw/esbuild/internal/bundler.chunkOrder.path (field)

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L2855: 	path        logger.Path
		linker.go#L2865: 	return a[i].distance < a[j].distance || (a[i].distance == a[j].distance && a[i].path.ComesBeforeInSortedOrder(a[j].path))
		linker.go#L2907: 			path:        file.source.KeyPath,