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