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

7 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L559: 	IsSourceMap bool
		logger.go#L573: 	if !ti.IsSourceMap && tj.IsSourceMap {
		logger.go#L576: 	if ti.IsSourceMap && !tj.IsSourceMap {
		logger.go#L660: 				if !entry.IsSourceMap && entry.Bytes >= sizeWarningThreshold {
		logger.go#L713: 				if !entry.IsSourceMap && entry.Bytes >= sizeWarningThreshold {