func github.com/evanw/esbuild/internal/resolver.IsPackagePath

9 uses

	github.com/evanw/esbuild/internal/resolver (current package)
		resolver.go#L430: 	isPackagePath := IsPackagePath(importPath)
		resolver.go#L553: 	if IsPackagePath(importPath) {
		resolver.go#L697: 		if IsPackagePath(extends) {
		resolver.go#L977: 					isPackagePath := IsPackagePath(key)
		resolver.go#L1416: func IsPackagePath(path string) bool {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L455: 						if resolver.IsPackagePath(record.Path.Text) {
		bundler.go#L1165: 		if !s.fs.IsAbs(path) && resolver.IsPackagePath(path) {
		bundler.go#L1270: 							if resolver.IsPackagePath(relPath) {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L326: 		} else if resolver.IsPackagePath(path) {