func github.com/evanw/esbuild/internal/css_printer.bestQuoteCharForString

3 uses

	github.com/evanw/esbuild/internal/css_printer (current package)
		css_printer.go#L381: func bestQuoteCharForString(text string, forURL bool) rune {
		css_printer.go#L420: 	p.printQuotedWithQuote(text, bestQuoteCharForString(text, false))
		css_printer.go#L640: 			p.printQuotedWithQuote(text, bestQuoteCharForString(text, true))