github.com/evanw/esbuild/internal/js_printer.printer.printQuotedUTF8 (method)
10 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L523: func (p *printer) printQuotedUTF8(text string, allowBacktick bool) {
js_printer.go#L1286: p.printQuotedUTF8(record.Path.Text, true /* allowBacktick */)
js_printer.go#L1330: p.printQuotedUTF8(record.Path.Text, true /* allowBacktick */)
js_printer.go#L1513: p.printQuotedUTF8(p.importRecords[e.ImportRecordIndex].Path.Text, true /* allowBacktick */)
js_printer.go#L1583: p.printQuotedUTF8(e.Name, true /* allowBacktick */)
js_printer.go#L1955: p.printQuotedUTF8(alias, true /* allowBacktick */)
js_printer.go#L2601: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
js_printer.go#L2684: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
js_printer.go#L2958: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
js_printer.go#L3118: p.printQuotedUTF8(tree.Directive, options.ASCIIOnly)
 |
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. |