func github.com/evanw/esbuild/internal/logger.estimateWidthInTerminal

4 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L1081: 	indent := strings.Repeat(" ", estimateWidthInTerminal(textUpToLoc))
		logger.go#L1159: 		indent = strings.Repeat(" ", estimateWidthInTerminal(lineText[:markerStart]))
		logger.go#L1164: 		marker = strings.Repeat("~", estimateWidthInTerminal(lineText[markerStart:markerEnd]))
		logger.go#L1189: func estimateWidthInTerminal(text string) int {