github.com/evanw/esbuild/internal/css_printer.printer.printQuotedWithQuote (method)

4 uses

	github.com/evanw/esbuild/internal/css_printer (current package)
		css_printer.go#L49: 		p.printQuotedWithQuote(r.Encoding, '"')
		css_printer.go#L420: 	p.printQuotedWithQuote(text, bestQuoteCharForString(text, false))
		css_printer.go#L466: func (p *printer) printQuotedWithQuote(text string, quote rune) {
		css_printer.go#L640: 			p.printQuotedWithQuote(text, bestQuoteCharForString(text, true))