github.com/evanw/esbuild/internal/js_printer.printer.printQuotedUTF16 (method)
9 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L314: func (p *printer) printQuotedUTF16(text []uint16, quote rune) {
js_printer.go#L527: p.printQuotedUTF16(value, rune(c[0]))
js_printer.go#L1188: p.printQuotedUTF16(key.Value, rune(c[0]))
js_printer.go#L1809: p.printQuotedUTF16(e.Value, '`')
js_printer.go#L1816: p.printQuotedUTF16(e.Value, rune(c[0]))
js_printer.go#L1824: p.printQuotedUTF16(e.Head, rune(c[0]))
js_printer.go#L1843: p.printQuotedUTF16(e.Head, '`')
js_printer.go#L1852: p.printQuotedUTF16(part.Tail, '`')
js_printer.go#L2977: p.printQuotedUTF16(s.Value, rune(c[0]))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |