github.com/evanw/esbuild/internal/logger.SummaryTableEntry.Bytes (field)

7 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L558: 	Bytes       int
		logger.go#L581: 	if ti.Bytes > tj.Bytes {
		logger.go#L584: 	if ti.Bytes < tj.Bytes {
		logger.go#L660: 				if !entry.IsSourceMap && entry.Bytes >= sizeWarningThreshold {
		logger.go#L713: 				if !entry.IsSourceMap && entry.Bytes >= sizeWarningThreshold {