github.com/evanw/esbuild/internal/logger.Path.IgnoredSuffix (field)
9 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L143: IgnoredSuffix string
logger.go#L163: (a.Flags == b.Flags && a.IgnoredSuffix < b.IgnoredSuffix)))))
github.com/evanw/esbuild/internal/bundler
bundler.go#L319: publicPath = args.options.PublicPath + relPath[2:] + source.KeyPath.IgnoredSuffix
bundler.go#L321: publicPath = args.options.PublicPath + relPath + source.KeyPath.IgnoredSuffix
bundler.go#L530: return logger.Path{Text: source.PrettyPath, IgnoredSuffix: "#sourceMappingURL"}, &contents
github.com/evanw/esbuild/internal/resolver
resolver.go#L261: result.PathPair.Primary.IgnoredSuffix = importPath[suffix:]
resolver.go#L263: result.PathPair.Secondary.IgnoredSuffix = importPath[suffix:]
resolver.go#L580: return path.Text + path.IgnoredSuffix
![]() |
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. |