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